← Back to Skills Marketplace
289
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runesleo-content-pipeline
Description
4-stage content pipeline orchestrator: Research -> Ideate -> Write -> Queue. Give it a topic, it researches existing discussions, generates hook angles, writ...
Usage Guidance
This is an instruction-only content pipeline that will read and write files in your current project (./content-queue.json and ./research/...). Before enabling it: (1) ensure the agent is confined to the project directory or run in an isolated workspace so any Bash/Read/Write permissions the platform grants cannot access unrelated sensitive files; (2) back up or review content-queue.json before first run (the skill writes the full JSON file); (3) if you expect the pipeline to use authenticated APIs (Twitter, publishing endpoints), note the skill doesn't request credentials — you'll need to provide them through your platform's secure credential mechanism or accept that the skill will rely on public web search only; (4) review generated research files and drafts for correctness and for any accidental disclosure of private data. If you are comfortable restricting the agent's file/command access to a project folder and reviewing outputs, the skill appears coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: runesleo-content-pipeline
Version: 1.0.0
The skill is a content orchestration pipeline designed to automate research, ideation, and drafting for creators. It manages a local JSON-based queue (`content-queue.json`) and research files using standard filesystem and web search tools. All instructions and tool requirements (including Bash and Agent) are consistent with the stated purpose of a multi-stage content workflow, and no indicators of malicious intent or data exfiltration were found.
Capability Assessment
Purpose & Capability
The name/description (4-stage content pipeline) match the instructions: research, ideate, write, and queue, and the skill only requires reading/writing project files and performing web searches. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Runtime instructions explicitly read/write ./content-queue.json and create ./research/*.md files and use web/Twitter searches. That's within scope. However the allowed-tools list includes Bash/Grep/Glob/Agent which give the agent the ability to run shell commands and invoke other agent skills — the SKILL.md doesn't instruct scanning of other system files, but if the platform grants the skill those tools it could perform broader file or command access beyond the stated project paths.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
The skill declares no environment variables and does not ask for credentials. It references Twitter/X and domain-specific sources for research; this is reasonable for public web research, but if you expect authenticated API access (e.g., Twitter API) you'll need to provide credentials separately — the skill does not declare or request them.
Persistence & Privilege
always:false (default) and no persistent install behavior. The skill can be invoked autonomously per platform defaults, which is normal; it does not request permanent inclusion or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install runesleo-content-pipeline - After installation, invoke the skill by name or use
/runesleo-content-pipeline - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Content Pipeline v1.0.0 – First release
- Introduces a 4-stage orchestrator to automate content creation: Research → Ideate → Write → Queue.
- Supports commands to initiate full pipeline, queue seeds, check status, review drafts, and manage content lifecycle.
- Stores queue data in `content-queue.json` and research in dated markdown files.
- Enables platform-specific adaptation, approval, publishing, and cleanup of old items.
- Designed for creators needing systematic, research-driven content production.
Metadata
Frequently Asked Questions
What is Content Pipeline?
4-stage content pipeline orchestrator: Research -> Ideate -> Write -> Queue. Give it a topic, it researches existing discussions, generates hook angles, writ... It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install Content Pipeline?
Run "/install runesleo-content-pipeline" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Pipeline free?
Yes, Content Pipeline is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Content Pipeline support?
Content Pipeline is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Pipeline?
It is built and maintained by runesleo (@runesleo); the current version is v1.0.0.
More Skills