multilingual-campaign

multilingual-campaign is a skill for Claude Code, Codex from canvora/canvora-mcp. It costs 75 tokens per session (1,217 once invoked), scanned A, original, MIT.

A workflow for creating one visual campaign and adapting it into multiple languages, including right-to-left languages such as Arabic and Hebrew. The design stays the same while the written content is localized.

In plain words
What is it for?
It is for generating a master visual, then creating localized versions for confirmed languages such as Spanish, Arabic, Hebrew, Urdu, or Chinese.
Why use it?
It avoids rebuilding each language version from scratch while preserving the original layout, colors, fonts, and imagery.

Skill for Claude CodeCodex

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

Good fit It is for generating a master visual, then creating localized versions for confirmed languages such as Spanish, Arabic, Hebrew, Urdu, or Chinese.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canvora/canvora-mcp/multilingual-campaign
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 multilingual-campaign
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 multilingual-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/canvora/canvora-mcp/multilingual-campaign/github.svg)](https://agentmods.dev/skills/canvora/canvora-mcp/multilingual-campaign)
Your own site
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/multilingual-campaign"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/multilingual-campaign/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 multilingual-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/multilingual-campaign"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/multilingual-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,217 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.00075 $0.01217
Opus 5 $0.00037 $0.00609
Sonnet 5 $0.00015 $0.00243
Haiku 4.5 $0.00007 $0.00122

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

Security

Grade A, and why

multilingual-campaign 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/multilingual-campaign/SKILL.md · 64 lines

How it starts

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

Multilingual Campaign Creation

The canonical flow: generate the campaign once, then convert it per language. Canvora's localization is an image-to-image conversion of the finished visuals — layout, colors, fonts, and imagery stay exactly the same; only the text changes language. Design effort happens once, in the master; every language inherits it. Setup, credits, and general CLI usage: see the canvora skill. Design execution belongs to the pipeline — don't art-direct slide by slide, but do carry through any overall look the user has stated (see the instagram-carousel skill's rule; it applies here too).

The flow

# 1. Generate the master once (any language — usually the user's primary market)
#    Without --json the first stdout line is the bare id (progress goes to stderr)
ID=$(canvora generate --idea "..." --format instagram_post --brand $BRAND_ID | head -1)
canvora status "$ID" --json    # poll until completed before localizing

# 2. Convert per language (one call per language; confirm the list with the user first)
#    A multi-visual master is 3+ outputs per language — fire and poll, don't --wait
ES=$(canvora localize $ID --language es | head -1)
canvora status "$ES" --json    # repeat every ~30s until completed
AR=$(canvora localize $ID --language ar | head -1)
canvora status "$AR" --json

| head -1 captures the id from generate and localize alike — same idiom both times, nothing to remember, and no jq needed. Keep --wait only where the step really is 1-2 visuals (a single-image master). Above that, poll: most harnesses kill a shell command at 120s while the conversion carries on server-side, and re-running after a timeout starts a second, separate job. See the canvora skill's "Long runs" section.

localize converts ALL visuals in the generation (10 credits per visual per language — a 6-slide deck into Spanish = 60; always confirm languages with the user before running). To convert only ONE visual out of a multi-visual generation, use canvora edit <outputId> --prompt "Translate all visible text into Spanish" --yes instead.

Read the full file on GitHub · 64 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 · 64 lines · 75 tokens per session scan A abf3cbecd819

Subscribe to this mod's changes

multilingual-campaign is a skill published in the GitHub repository canvora/canvora-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 75 tokens to every session and 1,217 once invoked, about $0.0004 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.