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.
npx skills add favcrm/mcp --skill favcrm-content-publishergit clone --depth 1 https://github.com/favcrm/mcpWrote 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.
[](https://agentmods.dev/skills/favcrm/mcp/favcrm-content-publisher)<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-content-publisher"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-content-publisher/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.
<a href="https://agentmods.dev/skills/favcrm/mcp/favcrm-content-publisher"><img src="https://agentmods.dev/badge/skills/favcrm/mcp/favcrm-content-publisher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00035 | $0.00258 |
| Opus 5 | $0.00017 | $0.00129 |
| Sonnet 5 | $0.00007 | $0.00052 |
| Haiku 4.5 | $0.00003 | $0.00026 |
Grade A, and why
favcrm-content-publisher 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 10d ago.
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.
What it actually says
FavCRM Content Publisher
Use this skill when a merchant asks to draft, generate, edit, publish, unpublish, or audit FavCRM CMS/blog content.
Operating Rules
- Discover exact tool schemas before writes:
favcrm tool describe create_post,update_post,append_post_block, and image tools. - Keep drafts as drafts until the merchant explicitly approves publishing.
- For AI-generated images, confirm prompt direction and model choice when the user cares about style.
- Publishing and deleting content are sensitive. Show title, slug, status change, and public impact before action.
- Do not invent CMS block shape. Use the described schema.
Standard Flow
- Clarify title, audience, goal, language, CTA, and publish status.
- Create or find the post.
- Build content as structured blocks.
- Generate or attach media only after confirming direction.
- Preview summary and ask approval before publishing.
- Report post ID, slug, status, and next action.
Read references/content-flows.md for common workflows.
What ships with it
3 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.
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.
- 10d ago First seen · 29 lines · 35 tokens per session scan A fab4aa16d42a
favcrm-content-publisher is a skill published in the GitHub repository favcrm/mcp (0 stars, last pushed 8d ago), licensed MIT. It adds 35 tokens to every session and 258 once invoked, about $0.0002 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-31.
Other skills, from other repositories
remnote
Search, read, and write RemNote notes and personal knowledge base content via remnote-cli. Use for note-taking, journaling, tags, tables, and knowledge-base navigation; require confirm write before mutating commands.
remnote-kb-navigation
Template skill for navigating a user's RemNote knowledge base using root and top-level note IDs; customize before use.
lain
Structural code intelligence for AI coding agents. Use this skill when the user wants to understand how a codebase is organized (modules, call graphs, file dependencies), find where to start reading, trace the impact of a change, find code by meaning, or understand what a symbol does in its full context. Do NOT use…
workspace-mirror
Sync and backup Antigravity IDE sessions, transcripts, SQLite database metadata, and brain artifacts locally into a structured workspace directory (.gemini-local/) with a rich interactive viewer.html page. Use this skill whenever the user mentions backups, workspace syncing, fswatch real-time mirroring, viewing…
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
sast-fileupload
Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension bypass and related issues in parallel subagents, 3 sites each), and merge (consolidate batch results). Requires sast/architecture.md (run sast-analysis first).…