# Send content-pipeline to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "content-pipeline",
    "name": "content-pipeline",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/mupengi-bot/content-pipeline",
    "canonicalUrl": "https://clawhub.ai/mupengi-bot/content-pipeline",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/content-pipeline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-pipeline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "content-pipeline",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T02:46:39.512Z",
      "expiresAt": "2026-05-08T02:46:39.512Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-pipeline",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=content-pipeline",
        "contentDisposition": "attachment; filename=\"content-pipeline-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "content-pipeline"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/content-pipeline"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/content-pipeline",
    "downloadUrl": "https://openagent3.xyz/downloads/content-pipeline",
    "agentUrl": "https://openagent3.xyz/skills/content-pipeline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/content-pipeline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/content-pipeline/agent.md"
  }
}
```
## Documentation

### content-pipeline

Meta skill orchestrating the entire content production flow.

### Pipeline Stages

1. seo-content-planner → Keyword analysis & content planning
2. copywriting → Write body text
3. cardnews → Generate card news images
4. social-publisher → Publish to Instagram/SNS
5. Performance tracking → Feedback via daily report

### Full Auto-execution

content-pipeline --auto --topic "Photobooth usage tips"

### Individual Stage Execution

# Stage 1: Planning
content-pipeline --step plan --topic "Photobooth trends"

# Stage 2: Write body (auto-loads previous stage event)
content-pipeline --step write

# Stage 3: Generate card news
content-pipeline --step design

# Stage 4: Publish
content-pipeline --step publish

# Stage 5: Check performance
content-pipeline --step track

### Event Integration

Each stage automatically reads previous stage results from events/ directory:

seo-plan-YYYY-MM-DD.json → copywriting input
content-draft-YYYY-MM-DD.json → cardnews input
content-published-YYYY-MM-DD.json → daily-report input

### Options

--auto — Auto-execute all stages
--step <plan|write|design|publish|track> — Execute specific stage only
--topic <topic> — Specify content topic
--skip-review — Proceed without approval at each stage (risky)

### Auto Mode (--auto)

Execute seo-content-planner → Generate events/seo-plan-YYYY-MM-DD.json
Execute copywriting with generated keywords/topic → Generate events/content-draft-YYYY-MM-DD.json
Generate cardnews based on draft → Generate events/cardnews-ready-YYYY-MM-DD.json
Execute social-publisher with images + caption → Generate events/content-published-YYYY-MM-DD.json
Auto-include publishing results in daily-report

### Stage-by-stage Mode (--step)

Request approval at each stage:

Review plan → approve → next
Review draft → approve → next
Preview card news → approve → publish

### Generate Photobooth Tips Content

content-pipeline --auto --topic "Preserving wedding memories with photobooths"

Result:

SEO keywords: "wedding photobooth", "wedding photo booth", etc.
Blog draft 1200 chars
Card news 5 slides (1024x1024 square)
Auto-publish to Instagram (tag collaboration account)
Include publishing results in daily report

### Manual Verification by Stage

# 1. Review plan first
content-pipeline --step plan --topic "University festival photobooths"
# → Generate events/seo-plan-2026-02-14.json

# 2. Write draft after reviewing plan
content-pipeline --step write
# → Generate events/content-draft-2026-02-14.json

# 3. Design after reviewing draft
content-pipeline --step design
# → Generate 5 card news slides

# 4. Publish after final review
content-pipeline --step publish

### Cautions

--auto mode proceeds automatically through stages, so always verify content before final publish
Images must be JPG format (PNG may cause Instagram errors)
After publishing, events/content-published-YYYY-MM-DD.json automatically collected by daily-report

### Implementation Guide

As this is a meta skill, during actual implementation:

Check events/seo-plan-*.json → load if exists
If not exists, execute seo-content-planner
Pass results as input to next skill
Generate event file at each stage

Author: 무펭이 🐧
Created: 2026-02-14
Status: Production Ready
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mupengi-bot
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T02:46:39.512Z
- Expires at: 2026-05-08T02:46:39.512Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/content-pipeline)
- [Send to Agent page](https://openagent3.xyz/skills/content-pipeline/agent)
- [JSON manifest](https://openagent3.xyz/skills/content-pipeline/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/content-pipeline/agent.md)
- [Download page](https://openagent3.xyz/downloads/content-pipeline)