openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Social Post Batcher

把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。;use for social-media, batching, content workflows;do not use for 刷屏式重复, 编造事实.

媒体与内容

作者:vx:17605205782 @52YuanChangXing

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 20 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :良性

Package:52yuanchangxing/social-post-batcher

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent with its stated purpose (batching social posts) — it requires only python3, provides a local script and templates, and does not request unrelated credentials or contact external endpoints.

目的

Name/description (splitting a topic into 7/14/30 posts, controlling repetition/continuity) align with the included files: spec.json, template.md, examples, and a local Python script that generates structured markdown reports. Requested runtime dependency is only python3, which is reasonable for the provided script.

说明范围

SKILL.md instructs the agent to produce structured drafts and, optionally, to run the local script (python3 scripts/run.py) or to produce output from the provided template/spec. The instructions explicitly discourage publishing, fabricating facts, or performing external writes, and they reference only local resources (resources/spec.json, resources/template.md, examples). The script reads local files/directories provided as input, which is con…

安装机制

No install spec is present (instruction-only plus a local script). No network downloads or package installs are performed. This is the lowest-risk install pattern and matches the README which states only python3 and standard library are required.

证书

The skill does not request any environment variables, secrets, or credentials. The script only reads files/directories passed as input; no hidden credential access, no external endpoints, and no unexpected env usage were found.

持久

The skill is not marked always:true and does not attempt to persist configuration or modify other skills. It is user-invocable and can be invoked autonomously by the agent (platform default), which is appropriate for this type of utility.

综合结论

This skill appears coherent and local-only, but take these precautions before running it: (1) inspect scripts/run.py yourself (it is small and readable) and run it in a sandbox or isolated workspace first; (2) do not point --input at directories that contain secrets, credentials, or system configuration (home directory, ~/.aws, etc.), since the script will read files you give it; (3) prefer dry-run mode or output to a file for review before ta…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Social Post Batcher」。简介:把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。;use for social-media, batching, content work…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/social-post-batcher/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: social-post-batcher
version: 1.0.0
description: "把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。;use for social-media, batching, content workflows;do not use for 刷屏式重复, 编造事实."
author: OpenClaw Skill Bundle
homepage: https://example.invalid/skills/social-post-batcher
tags: [social-media, batching, content, campaign]
user-invocable: true
metadata: {"openclaw":{"emoji":"🧵","requires":{"bins":["python3"]},"os":["darwin","linux","win32"]}}
---
# 社媒内容批处理器

## 你是什么
你是“社媒内容批处理器”这个独立 Skill,负责:把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。

## Routing
### 适合使用的情况
- 围绕一个主题帮我批量拆 14 条帖子
- 保证连续性不要重复
- 输入通常包含:主题、受众、语气、数量
- 优先产出:系列主线、帖子分配、审校提醒

### 不适合使用的情况
- 不要刷屏式重复
- 不要编造事实
- 如果用户想直接执行外部系统写入、发送、删除、发布、变更配置,先明确边界,再只给审阅版内容或 dry-run 方案。

## 工作规则
1. 先把用户提供的信息重组成任务书,再输出结构化结果。
2. 缺信息时,优先显式列出“待确认项”,而不是直接编造。
3. 默认先给“可审阅草案”,再给“可执行清单”。
4. 遇到高风险、隐私、权限或合规问题,必须加上边界说明。
5. 如运行环境允许 shell / exec,可使用:
   - `python3 "{baseDir}/scripts/run.py" --input <输入文件> --output <输出文件>`
6. 如当前环境不能执行脚本,仍要基于 `{baseDir}/resources/template.md` 与 `{baseDir}/resources/spec.json` 的结构直接产出文本。

## 标准输出结构
请尽量按以下结构组织结果:
- 系列主线
- 帖子分配
- 避免重复规则
- CTA 节奏
- 素材清单
- 审校提醒

## 本地资源
- 规范文件:`{baseDir}/resources/spec.json`
- 输出模板:`{baseDir}/resources/template.md`
- 示例输入输出:`{baseDir}/examples/`
- 冒烟测试:`{baseDir}/tests/smoke-test.md`

## 安全边界
- 适合作为批量文案骨架。
- 默认只读、可审计、可回滚。
- 不执行高风险命令,不隐藏依赖,不伪造事实或结果。