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 canvora/canvora-mcp --skill blog-promo-kitgit clone --depth 1 https://github.com/canvora/canvora-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/canvora/canvora-mcp/blog-promo-kit)<a href="https://agentmods.dev/skills/canvora/canvora-mcp/blog-promo-kit"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/blog-promo-kit/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/canvora/canvora-mcp/blog-promo-kit"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/blog-promo-kit.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.00062 | $0.01186 |
| Opus 5 | $0.00031 | $0.00593 |
| Sonnet 5 | $0.00012 | $0.00237 |
| Haiku 4.5 | $0.00006 | $0.00119 |
Grade A, and why
blog-promo-kit 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.
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.
How it starts
The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blog and article promo kits
One URL, one call, the whole distribution set. Canvora extracts the article itself, so every asset carries the same argument and the same look — which is exactly what hand-assembling these one at a time fails to do.
Setup and credits: see the canvora skill.
The two jobs, don't confuse them
On-page assets (the post needs these to ship):
| Format | Size | Role |
|---|---|---|
blog_header |
16:9 1200×675 | the in-post header image |
blog_featured |
16:9 1920×1080 | featured/hero image in the CMS |
og_image |
16:9 1200×630 | the social share card — the one everyone forgets |
web_banner |
21:9 1920×550 | category/section banner |
Off-page distribution (the post needs these to travel):
linkedin_post, instagram_carousel_portrait, twitter_post, quote_card,
stat_card.
og_image is the highest-leverage asset here: it is what appears in every
share, every Slack paste, every LinkedIn link preview. If the user asked only
for "a blog image", ask whether they have an OG card — usually they don't.
Intake
- The published URL (public, live — extraction fetches it).
- Do they need on-page, distribution, or both? Default: both.
- Which channels do they actually post to? Don't generate a TikTok asset for someone who only uses LinkedIn.
- Brand kit →
--brand(+--logofor the social assets; headers usually read better without).
The canonical runs
# Everything the post needs, on-page + distribution, one source (9 outputs — poll)
ID=$(canvora generate --url $POST_URL \
--format blog_header,og_image,linkedin_post,instagram_carousel_portrait \
--slides instagram_carousel_portrait=6 \
--brand $BRAND | head -1)
canvora status "$ID" --json # repeat every ~30s until completed
# On-page only
canvora generate --url $POST_URL --format blog_featured,og_image --brand $BRAND --wait --json
# Distribution only, for a post that's already live (3 outputs — poll)
ID=$(canvora generate --url $POST_URL \
--format linkedin_post,twitter_post,quote_card --brand $BRAND --logo | head -1)
canvora status "$ID" --json
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.
- 12d ago First seen · 103 lines · 62 tokens per session scan A 8a0dc9eb9a95
blog-promo-kit is a skill published in the GitHub repository canvora/canvora-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 1,186 once invoked, about $0.0003 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
add-pattern
Use this skill when you learn one or more design pattern(s) in the Langroid (multi) agent framework, and want to make a note for future reference for yourself. Use this either autonomously, or when asked by the user to record a new pattern.
patterns
Design patterns for the Langroid multi-agent LLM framework. Covers agent configuration, tools, task control, and integrations.
guizang-ppt-skill
A skill for creating presentation decks as single HTML files that users can move through horizontally in a browser. It provides templates with WebGL backgrounds, chapter title screens, large data displays, and image grids, in either an editorial or Swiss-style visual direction.
proma-coach
A Chinese-language coach for improving how people use Proma, Agent, Skill, Chat, and project tools.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
automation
A built-in workflow for creating and managing automatic or scheduled tasks. It covers one-time delays, repeated runs, monitoring, reminders, run history, and changing or stopping existing tasks.