name: ai-content-pipeline description: Use when running or coordinating the Tryambakam Noesis source-to-distribution content pipeline. This local mirror aligns OpenClaw with inference-sh agent-skills ai-content-pipeline and binds it to the current OpenClaw, Paperclip, Higgsfield, and inference.sh adapters. metadata: version: 1.0.0 mirrors: inference-sh/agent-skills@ai-content-pipeline cluster: social-media version: 1.0.0
AI Content Pipeline
Use this skill when the job spans multiple stages of the TN content system.
Primary Owners
sadhana-orchestratorpias upstream brief support
Canonical OpenClaw Pipeline
- Source material or published post
- Content Engine brief
- Distribution packet
- Creative staging or generative asset production
- Dry-run or live execution
- Receipt capture and dashboard visibility
Bound Adapters
- Blog or source -> packet:
python3 <openclaw-scripts>/blog_to_distribution_packet.py --slug <post-slug>
- Stage article-native assets:
python3 <openclaw-scripts>/stage_distribution_assets.py --packet /abs/path/to/packet.json --overwrite
- Generate Higgsfield assets when required:
python3 <openclaw-scripts>/higgsfield_generate.py --packet /abs/path/to/packet.json
- Execute inference dry-run or publish:
python3 <openclaw-scripts>/inference_flow_run.py --packet /abs/path/to/packet.json --dry-run
- Hand off actionable work to Paperclip:
python3 <openclaw-scripts>/handoff-to-paperclip.py --packet /abs/path/to/packet.json
- Review live state:
http://127.0.0.1:5199/api/distribution/overview
Guardrails
- X is the source lane.
- Reddit and Substack are manual expansions.
- Threads, Instagram, and Facebook are repost layers.
- Do not bypass
manual-confirmedpublish policy. - Use the adapters above instead of raw provider calls whenever possible.