AgentStack
SKILL verified MIT Self-run

Content Engine

skill-qwwiwi-agentos-skills-public-content-engine · by qwwiwi

>

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-qwwiwi-agentos-skills-public-content-engine

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Content Engine? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Content Engine v5

1. Routing matrix

| Incoming | Skill / action | |----------|-----------------| | YouTube link | skills/transcript/SKILL.md → transcript | | X/Twitter link | skills/twitter/SKILL.md → tweet content | | Voice/audio (.ogg) | skills/groq-voice/SKILL.md → transcription | | Web link | skills/markdown-new/SKILL.md (fallback: skills/chromium/SKILL.md) | | Market request | skills/market-data/SKILL.md → data + indicators | | Screenshot/image | Vision models (describe content, extract text) |

Extract content via routing matrix before command routing.

2. Command routing

Explicit command → execute:

| Command | Action | |---------|----------| | "write a post" / "make a post" | Post pipeline (§3) | | "record idea" | Save to ideas storage | | "this is my stance" / "my position" | Update stance/core | | "save as reference" | Save to library (is_reference: true) | | "save" | Save to sources |

No explicit command → ASK:

> "Got it, this is [brief summary]. What should I do with it? > -- write a post / record as idea / save as material / update position / just for reference"

Never guess intent.

3. Post pipeline (10 steps)

  1. Channel. Crypto/macro → main channel. Ambiguous → ask.
  2. Idea. From user or from ideas storage -- suggest 2-3. After approval → mark status in_progress.
  3. Persona Lock. Load from channel profile. Override per-task only if explicitly requested.
  4. Context (required sources):
  • TOV (Tone of Voice): load from your TOV storage
  • Channel profile: load from channel profiles storage
  • Library (3-5 posts): load from library storage
  • Stance (crypto/macro): load from stance/core storage
  • Local mirrors as fallback if storage unavailable
  1. Pre-draft brief. 1 thesis, 2-4 supporting points, sources. Show to user or go straight to draft (simple tasks).
  2. Draft. Opus subagent. Pass: persona lock + TOV + library + task. Save to drafts storage.
  3. Fact-check (BEFORE humanizer!). Verify: numbers not from API, historical dates, quotes, names. Links only from sources, never invented.
  4. Humanizer. 3 passes per skills/content-engine/references/humanizer-patterns.md. DO NOT touch: facts, numbers, levels, position, categoricality.
  5. Show. Draft + fact-check to user. Silently, without listing steps. Apply edits verbatim, don't soften. Ask: "One-time edit or add to TOV?"
  6. Publish. ONLY on command. After → offer to save to library. Update idea → status: published.

4. Fallbacks

| Situation | Action | |----------|----------| | Library empty | Write by TOV + stance, warn: "Library empty, style may be imprecise" | | Storage unavailable | Local mirrors, mark [unverified] | | Stance conflict | Ask user: update stance or one-time exception? | | Cross-post | One draft → adapt for each channel (TOV + profile for each) |

5. Market report

On "what's the market doing" / "market overview":

  1. Use skills/market-data/SKILL.md to collect data (BTC, RSI, F&G, OI, funding, liquidations, SPY, Fed).
  2. Apply stance from stance/core storage.
  3. Format: price → indicators → macro → conclusion through user's position.

6. YouTube

Scripts, descriptions, timecodes -- details in skills/content-engine/references/youtube-guide.md. YouTube scripts go through steps 3-9 of the pipeline (persona lock, context, brief, draft, fact-check, humanizer, show). Clarify format with user: Shorts / 5-7 min / 15-20 / 30+. Outline → approval → full script.

7. Two idea banks

| Bank | Purpose | |------|----------| | Content ideas | Posts, videos | | Project ideas (status=pipeline) | NOT for content |

8. TOV update (every 5 posts)

  1. Get learnings from storage -- edits for the period.
  2. Get library -- recent originals.
  3. Patterns (minimum 2 repetitions) → suggest 2-5 rules → after "yes" → update TOV storage.

9. Rights and rules

  • ideas, sources, drafts -- without asking.
  • library -- only after "add to library".
  • TOV -- only on explicit request.
  • Draft ALWAYS show to user.
  • Publish -- ONLY on command.
  • Library = main style source.
  • Humanizer pass -- MANDATORY between fact-check and show.
  • Persona Lock -- MANDATORY before draft.
  • Storage commands: full reference in skills/content-engine/references/storage-commands.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.