creator-content-ingest

creator-content-ingest is a skill for Codex from KristenPan/pickoo-your-favorites. It costs 98 tokens per session (6,447 once invoked), scanned A, original, MIT.

A managed workflow that turns a deliberately saved link into a checked package of captured content and reusable creative assets. It can preserve source evidence and process text, images, speech, chapters, and analysis when those inputs are available.

In plain words
What is it for?
Use it to process an existing saved package, repair incomplete captures, resume interrupted work, or produce verified content assets from supported links.
Why use it?
It keeps link intake, downloading, transcription, OCR, analysis, and review in one tracked task. OCR reads text from images, while ASR turns recorded speech into text.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to process an existing saved package, repair incomplete captures, resume interrupted work, or produce verified content assets from supported links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kristenpan/pickoo-your-favorites/creator-content-ingest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add KristenPan/pickoo-your-favorites --skill creator-content-ingest
Clone the repo
git clone --depth 1 https://github.com/KristenPan/pickoo-your-favorites

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for creator-content-ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/creator-content-ingest/github.svg)](https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/creator-content-ingest)
Your own site
<a href="https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/creator-content-ingest"><img src="https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/creator-content-ingest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for creator-content-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/kristenpan/pickoo-your-favorites/creator-content-ingest"><img src="https://agentmods.dev/badge/skills/kristenpan/pickoo-your-favorites/creator-content-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.06447
Opus 5 $0.00049 $0.03223
Sonnet 5 $0.00020 $0.01289
Haiku 4.5 $0.00010 $0.00645

Measured 12d ago against content hash d24a137c6a2d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

creator-content-ingest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 31 executable files (scripts/apply_image_fidelity_review.py, scripts/asr_lexicon.py, scripts/browser_comment_adapters.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill-source/creator-content-ingest/SKILL.md · 159 lines

How it starts

The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Creator Content Ingest

Build reusable creative assets from material the user deliberately sends. Preserve what was actually present before analyzing it. Never let an attractive summary hide a failed download, weak transcript, missing image, or uncertain OCR result.

Routing boundary

This is the downstream package worker inside Pickoo's complete managed workflow, not a user-facing link router. Start only when save-to-favorites, the Pickoo shared task center, or an explicit repair/resume request supplies an existing package or a registered Pickoo task. Do not independently accept the same new link or create a parallel archive. Standalone platform-capture and link-intake Skills are obsolete and must not be invoked as alternatives or fallbacks. Return progress and terminal state to the original Pickoo task.

Hermes, Claudian, WorkBuddy, and Codex are equal-quality runtime adapters for this complete skill, not fixed pipeline roles. Any adapter may execute the full workflow; optional queueing and cross-adapter continuation must preserve the same schema and gates.

Required reading

Read references/job-contract.md, references/quality-gates.md, references/gate-ledger.md, and references/obsidian-contract.md for every full ingestion job. For video/audio or article/blog/document, also read references/chapter-contract.md. For analyze, cards, or full, read references/content-taxonomy.md, references/source-assets-contract.md, references/asset-decomposition-system.md, and references/carrier-specific-asset-frameworks.md before interpreting the source. Use the shared decomposition system once, select exactly one carrier profile, then read exactly one carrier pipeline:

  • Video or audio-led post: references/video-pipeline.md
  • Xiaohongshu carousel, poster set, illustrated post, or other image-led post: references/image-post-pipeline.md
  • WeChat article, webpage, newsletter, PDF-like long-form page: references/article-pipeline.md

Read references/agent-handoff.md when another agent will enqueue, execute, review, or resume the work.

Read the full file on GitHub · 159 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 159 lines · 98 tokens per session scan A d24a137c6a2d

Subscribe to this mod's changes

creator-content-ingest is a skill published in the GitHub repository KristenPan/pickoo-your-favorites (17 stars, last pushed 13d ago), licensed MIT. It adds 98 tokens to every session and 6,447 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

my-wiki

A skill for managing a local Markdown knowledge vault that stores captured webpages, PDFs, Office files, notes, images, folders, and ZIP files. It links preserved source material, called References, to durable topic pages, called Concepts.

NimaChu/my-wiki · 51 tokens

kb

Set up, evolve, or operate a hraness/kb local-first Markdown knowledge base for coding-agent memory. Use when a user asks to design KB conventions or a recurring KB ritual; search or query a KB or Obsidian vault; load or recover repository context, plans, decisions, concepts, backlinks, semantic search, or Git…

hraness/kb · 155 tokens

course-builder

Use whenever the user wants to ingest a new course's materials (lecture notes, textbook chapters, HW problems, HW solutions) and build the course-specific knowledge base — patterns.md (recurring solution techniques), coverage.md (HW-to-section map with 🔥 exam tiers + ⚠weak flags), and summary.md (topic tree). Invoked…

OPTIMETA/PAIDEIA · 119 tokens

alt-import

Parse an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam-probability signal into the PAIDEIA course index — write course-index/radar.md, annotate course-index/coverage.md with a lecture-emphasis column and divergence flags, and seed a gold-zone weakmap. Invoked by /paideia:alt. The export…

OPTIMETA/PAIDEIA · 88 tokens

pdf

Use whenever the user works with PDF files — reading/extracting text from PDFs (lecture notes, textbook chapters, HW problems, HW solutions, hand-written answers), converting PDFs to markdown for downstream analysis, merging/splitting PDFs, or creating PDFs. For scanned or hand-written PDFs, OCR is required…

OPTIMETA/PAIDEIA · 96 tokens

linza-operator

Use when operating LINZA MCP as a local-first agent workspace. Guides agents through doctor checks, guidenextsteps, agentworkspace actions, teach/grow review loops, dry-run apply gates, artifact safety, calibr trace review, and context export without exposing raw tool lists to users.

Semiotronika/LINZA-MCP · 61 tokens