{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agent-content-pipeline",
    "name": "Agent Content Pipeline",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/larsderidder/agent-content-pipeline",
    "canonicalUrl": "https://clawhub.ai/larsderidder/agent-content-pipeline",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agent-content-pipeline",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agent-content-pipeline",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "skill.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/agent-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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/agent-content-pipeline",
    "agentPageUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Content Pipeline Skill",
        "body": "Safe content automation with human-in-the-loop approval. Draft → Review → Approve → Post."
      },
      {
        "title": "Setup",
        "body": "npm install -g agent-content-pipeline\ncontent init . # Creates folders + global config (in current directory)\n\nFor cryptographic approval signatures (password-protected):\n\ncontent init . --secure\n\nThis creates:\n\ndrafts/ — work in progress (one post per file)\nreviewed/ — human reviewed, awaiting your revision\nrevised/ — you revised, ready for another look\napproved/ — human-approved, ready to post\nposted/ — archive after posting\ntemplates/ — review and customize before use\n.content-pipeline/threads/ — feedback thread logs (not posted)"
      },
      {
        "title": "Your Permissions",
        "body": "✅ Can do:\n\nWrite to drafts/\nRead all content directories\nRevise drafts based on feedback\nMove revised files to revised/\nRun content list to see pending content\n\n❌ Cannot do:\n\nMove files to approved/ (only the human can approve)\nPost content\nSet status: approved"
      },
      {
        "title": "Creating Content",
        "body": "One post per file. Each suggestion or draft should be a single post, not a collection.\n\nFile naming: YYYY-MM-DD-<platform>-<slug>.md\n\nUse frontmatter:\n\n---\nplatform: linkedin    # linkedin | x | reddit (experimental)\ntitle: Optional Title\nstatus: draft\nsubreddit: programming  # Required for Reddit\n---\n\nYour content here.\n\nTell the human: \"Draft ready for review: content review <filename>\""
      },
      {
        "title": "The Review Loop",
        "body": "drafts/ → reviewed/ → revised/ → approved/ → posted/\n              ↑          │\n              └──────────┘\n               more feedback\n\nYou write draft to drafts/\nHuman runs content review <file>:\n\nWith feedback → file moves to reviewed/, you get notified\nNo feedback → human is asked \"Approve?\" → moves to approved/\n\n\nIf feedback: you revise and move to revised/\nHuman reviews from revised/:\n\nMore feedback → back to reviewed/\nApprove → moves to approved/\n\n\nPosting happens manually via content post"
      },
      {
        "title": "After Receiving Feedback",
        "body": "When you get review feedback:\n\nRead the file from reviewed/\nApply the feedback\nMove the file to revised/\nConfirm what you changed\n(Optional) Add a note: content thread <file> --from agent"
      },
      {
        "title": "LinkedIn",
        "body": "Professional but human\nIdiomatic language (Dutch for NL audiences, don't be stiff)\n1-3 paragraphs ideal\nEnd with question or CTA\n3-5 hashtags at end"
      },
      {
        "title": "X (Twitter)",
        "body": "280 chars per tweet (unless paid account)\nPunchy, direct\n1-2 hashtags max\nUse threads sparingly\nIf Firefox auth fails, you can paste auth_token and ct0 manually\n\nManual cookie steps:\n\nOpen x.com and log in\nOpen DevTools → Application/Storage → Cookies → https://x.com\nCopy auth_token and ct0"
      },
      {
        "title": "Reddit (experimental)",
        "body": "Treat as experimental; API and subreddit rules can change\nRequires subreddit: in frontmatter\nTitle comes from frontmatter title: (or first line if missing)\nMatch each subreddit's rules and tone"
      },
      {
        "title": "Commands Reference",
        "body": "content list                    # Show drafts and approved\ncontent review <file>           # Review: feedback OR approve\ncontent mv <dest> <file>        # Move file to drafts/reviewed/revised/approved/posted\ncontent edit <file>             # Open in editor ($EDITOR or code)\ncontent post <file>             # Post (prompts for confirmation)\ncontent post <file> --dry-run   # Preview without posting\ncontent thread <file>           # Add a note to the feedback thread"
      },
      {
        "title": "Security Model",
        "body": "The security model separates drafting (AI) from approval/posting (human):\n\n✅ Agent drafts content\n✅ Agent revises based on feedback\n❌ Agent cannot approve (human approves via content review)\n❌ Agent cannot post\n\nPosting is handled manually via CLI — never by the agent directly."
      },
      {
        "title": "Platform-specific security",
        "body": "PlatformAuth StorageEncrypted?Password Required?LinkedInBrowser profile✅ Yes✅ YesX/TwitterFirefox tokens✅ Yes✅ Yes\n\nBoth platforms require password to post. Tokens are extracted from Firefox and encrypted locally."
      }
    ],
    "body": "Content Pipeline Skill\n\nSafe content automation with human-in-the-loop approval. Draft → Review → Approve → Post.\n\nSetup\nnpm install -g agent-content-pipeline\ncontent init . # Creates folders + global config (in current directory)\n\n\nFor cryptographic approval signatures (password-protected):\n\ncontent init . --secure\n\n\nThis creates:\n\ndrafts/ — work in progress (one post per file)\nreviewed/ — human reviewed, awaiting your revision\nrevised/ — you revised, ready for another look\napproved/ — human-approved, ready to post\nposted/ — archive after posting\ntemplates/ — review and customize before use\n.content-pipeline/threads/ — feedback thread logs (not posted)\nYour Permissions\n\n✅ Can do:\n\nWrite to drafts/\nRead all content directories\nRevise drafts based on feedback\nMove revised files to revised/\nRun content list to see pending content\n\n❌ Cannot do:\n\nMove files to approved/ (only the human can approve)\nPost content\nSet status: approved\nCreating Content\n\nOne post per file. Each suggestion or draft should be a single post, not a collection.\n\nFile naming: YYYY-MM-DD-<platform>-<slug>.md\n\nUse frontmatter:\n\n---\nplatform: linkedin    # linkedin | x | reddit (experimental)\ntitle: Optional Title\nstatus: draft\nsubreddit: programming  # Required for Reddit\n---\n\nYour content here.\n\n\nTell the human: \"Draft ready for review: content review <filename>\"\n\nThe Review Loop\ndrafts/ → reviewed/ → revised/ → approved/ → posted/\n              ↑          │\n              └──────────┘\n               more feedback\n\nYou write draft to drafts/\nHuman runs content review <file>:\nWith feedback → file moves to reviewed/, you get notified\nNo feedback → human is asked \"Approve?\" → moves to approved/\nIf feedback: you revise and move to revised/\nHuman reviews from revised/:\nMore feedback → back to reviewed/\nApprove → moves to approved/\nPosting happens manually via content post\nAfter Receiving Feedback\n\nWhen you get review feedback:\n\nRead the file from reviewed/\nApply the feedback\nMove the file to revised/\nConfirm what you changed\n(Optional) Add a note: content thread <file> --from agent\nPlatform Guidelines\nLinkedIn\nProfessional but human\nIdiomatic language (Dutch for NL audiences, don't be stiff)\n1-3 paragraphs ideal\nEnd with question or CTA\n3-5 hashtags at end\nX (Twitter)\n280 chars per tweet (unless paid account)\nPunchy, direct\n1-2 hashtags max\nUse threads sparingly\nIf Firefox auth fails, you can paste auth_token and ct0 manually\n\nManual cookie steps:\n\nOpen x.com and log in\nOpen DevTools → Application/Storage → Cookies → https://x.com\nCopy auth_token and ct0\nReddit (experimental)\nTreat as experimental; API and subreddit rules can change\nRequires subreddit: in frontmatter\nTitle comes from frontmatter title: (or first line if missing)\nMatch each subreddit's rules and tone\nCommands Reference\ncontent list                    # Show drafts and approved\ncontent review <file>           # Review: feedback OR approve\ncontent mv <dest> <file>        # Move file to drafts/reviewed/revised/approved/posted\ncontent edit <file>             # Open in editor ($EDITOR or code)\ncontent post <file>             # Post (prompts for confirmation)\ncontent post <file> --dry-run   # Preview without posting\ncontent thread <file>           # Add a note to the feedback thread\n\nSecurity Model\n\nThe security model separates drafting (AI) from approval/posting (human):\n\n✅ Agent drafts content\n✅ Agent revises based on feedback\n❌ Agent cannot approve (human approves via content review)\n❌ Agent cannot post\n\nPosting is handled manually via CLI — never by the agent directly.\n\nPlatform-specific security\nPlatform\tAuth Storage\tEncrypted?\tPassword Required?\nLinkedIn\tBrowser profile\t✅ Yes\t✅ Yes\nX/Twitter\tFirefox tokens\t✅ Yes\t✅ Yes\n\nBoth platforms require password to post. Tokens are extracted from Firefox and encrypted locally."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/larsderidder/agent-content-pipeline",
    "publisherUrl": "https://clawhub.ai/larsderidder/agent-content-pipeline",
    "owner": "larsderidder",
    "version": "0.2.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agent-content-pipeline",
    "downloadUrl": "https://openagent3.xyz/downloads/agent-content-pipeline",
    "agentUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agent-content-pipeline/agent.md"
  }
}