blog-promo-kit

blog-promo-kit is a skill for Claude Code, Codex from canvora/canvora-mcp. It costs 62 tokens per session (1,186 once invoked), scanned A, original, MIT.

A visual promotion package for a published article, created from its live URL. It includes images for the article page and social platforms, such as a blog header, featured image, share card, and social posts.

In plain words
What is it for?
Use it after publishing an article to create on-page images, an Open Graph share card, a web banner, and promotional assets for LinkedIn, Instagram, Twitter, quotes, and statistics.
Why use it?
It keeps the visuals tied to the article’s message and covers formats that are often forgotten, especially the image shown when someone shares a link.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it after publishing an article to create on-page images, an Open Graph share card, a web banner, and promotional assets for LinkedIn, Instagram, Twitter, quotes, and statistics.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canvora/canvora-mcp/blog-promo-kit
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 canvora/canvora-mcp --skill blog-promo-kit
Clone the repo
git clone --depth 1 https://github.com/canvora/canvora-mcp

Made for: Claude Code, 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 blog-promo-kit

README.md
[![agentmods](https://agentmods.dev/badge/skills/canvora/canvora-mcp/blog-promo-kit/github.svg)](https://agentmods.dev/skills/canvora/canvora-mcp/blog-promo-kit)
Your own site
<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.

agentmods 80×15 button for blog-promo-kit

Your own site · 80×15
<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>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,186 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.00062 $0.01186
Opus 5 $0.00031 $0.00593
Sonnet 5 $0.00012 $0.00237
Haiku 4.5 $0.00006 $0.00119

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

Security

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.

skills/blog-promo-kit/SKILL.md · 103 lines

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

  1. The published URL (public, live — extraction fetches it).
  2. Do they need on-page, distribution, or both? Default: both.
  3. Which channels do they actually post to? Don't generate a TikTok asset for someone who only uses LinkedIn.
  4. Brand kit--brand (+ --logo for 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

Read the full file on GitHub · 103 lines

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 · 103 lines · 62 tokens per session scan A 8a0dc9eb9a95

Subscribe to this mod's changes

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.

Related

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.

langroid/langroid · 56 tokens

patterns

Design patterns for the Langroid multi-agent LLM framework. Covers agent configuration, tools, task control, and integrations.

langroid/langroid · 26 tokens

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-ai/Proma · 161 tokens

proma-coach

A Chinese-language coach for improving how people use Proma, Agent, Skill, Chat, and project tools.

proma-ai/Proma · 386 tokens

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.

proma-ai/Proma · 64 tokens

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.

proma-ai/Proma · 390 tokens