← Back to Skills Marketplace
Social Post Batcher
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
206
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-post-batcher
Description
把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。;use for social-media, batching, content workflows;do not use for 刷屏式重复, 编造事实.
Usage Guidance
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 taking any publishing action; (4) if you plan to integrate with publishing systems, require explicit confirmation and separate auth tokens — the skill itself does not perform external publishing.
Capability Analysis
Type: OpenClaw Skill
Name: social-post-batcher
Version: 1.0.0
The skill bundle is ostensibly for social media content batching, but the included script 'scripts/run.py' contains extensive logic for filesystem auditing, CSV analysis, and scanning for sensitive patterns (e.g., API keys, 'curl|bash' commands, and dangerous 'rm' calls) that are entirely unrelated to the stated purpose. While the script masks detected secrets and operates locally, these capabilities are irregular for a content creation tool and could be leveraged for unauthorized information gathering if the agent is misdirected to scan sensitive directories.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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 consistent with its documented auditing/generation modes.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-post-batcher - After installation, invoke the skill by name or use
/social-post-batcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of social-post-batcher.
- Generate 7, 14, or 30 social media posts from one theme, ensuring narrative continuity and minimal repetition.
- Outputs draft and executable checklist based on user input (theme, audience, tone, quantity).
- Highlights missing or ambiguous info for user confirmation before proceeding.
- Provides structured result: main storyline, post distribution, anti-repetition rules, CTA pacing, assets checklist, review reminders.
- Supports both script execution and direct text output depending on environment.
- Emphasizes auditability, read-only by default, and strong boundaries: no fact invention, no high-risk actions.
Metadata
Frequently Asked Questions
What is Social Post Batcher?
把一个主题拆成 7/14/30 条系列帖子,控制重复度和叙事连续性。;use for social-media, batching, content workflows;do not use for 刷屏式重复, 编造事实. It is an AI Agent Skill for Claude Code / OpenClaw, with 206 downloads so far.
How do I install Social Post Batcher?
Run "/install social-post-batcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Post Batcher free?
Yes, Social Post Batcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Post Batcher support?
Social Post Batcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Social Post Batcher?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills