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 agentmods add skills/createya-ai/createya-mcp/createyanpx skills add Createya-ai/Createya-mcp --skill createyagit clone --depth 1 https://github.com/Createya-ai/Createya-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/createya-ai/createya-mcp/createya)<a href="https://agentmods.dev/skills/createya-ai/createya-mcp/createya"><img src="https://agentmods.dev/badge/skills/createya-ai/createya-mcp/createya.svg" alt="Measured on agentmods" 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 | $0.00097 | $0.02155 |
| Opus 5 | $0.00048 | $0.01077 |
| Sonnet 5 | $0.00019 | $0.00431 |
| Haiku 4.5 | $0.00010 | $0.00215 |
Grade A, and why
createya scanned grade A with 1 finding 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 3d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://raw.githubusercontent.com/Createya-ai/createya-mcp/main/install.sh \ How it starts
The opening of the file, as written. The whole thing — 164 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Createya MCP skill
Createya is an AI-platform that aggregates 20+ image and video generation model families under a single API key + single MCP endpoint. Direct access without VPN, billing in rubles. Free credits on signup.
Currently supported via MCP/REST: image and video. Audio and text models are on the roadmap.
When to trigger this skill
- User says "сгенерируй / создай / сгенерь картинку или видео через Createya"
- User wants AI image/video without VPN, with ruble billing
- User mentions
createya.ai,crya_sk_, orhttps://api.createya.ai/mcp - User asks for a specific model family that's on Createya's roster (see live catalog below — never guess slugs)
How to use — golden rule
Always call createya:list_models first. Do not assume slugs from memory or from this file. The live catalog reflects what's actually available right now (new models added daily, some removed, prices change). This file's examples are illustrative only — agents that hardcode slugs from memory get 404 model_not_found.
1. Check connection
If createya:list_models tool is available — proceed. If not, point user to setup:
# One-line install (Claude Code, Cursor, Codex, opencode all supported)
curl -fsSL https://raw.githubusercontent.com/Createya-ai/createya-mcp/main/install.sh \
| bash -s -- crya_sk_YOUR_KEY
Get the key at createya.ai/settings/api-keys (free credits on signup).
2. List families and pick one
createya:list_models()
Returns a data: [...] array of families, each with:
{
"id": "nano-banana-pro", // ← pass this to run_model
"object": "model_family",
"name": "Nano Banana", // brand
"version": "Pro", // variant
"output_type": "image", // image | video | audio | text
"status": "public" | "test",
"credits_range": { "min": 18, "max": 152 },
"endpoints": [
{
"id": "nano-banana-pro-t2i",
"mode": "text-to-image",
"credits_per_request": 18, // typical (at defaults)
"credits_min": 36,
"credits_max": 152,
"pricing": {
"axes": [...],
"human_description": "resolution: 1K=18кр, 2K=18кр, 4K=36кр; × num_images (1–4)"
},
"parameters_schema": [...],
"media_inputs": [...]
}
]
}
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.
- 3d ago First seen · 164 lines · 97 tokens per session scan A 95bba80b344a
createya is a skill published in the GitHub repository Createya-ai/Createya-mcp (4 stars, last pushed 3mo ago), licensed MIT. It adds 97 tokens to every session and 2,155 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ai-api-alternative-ai-hive
当用户搜索 便携AI聚合API 替代、bianxieai.com、API 价格对比、Token 账单、模型中转成本、余额迁移时使用。专门完成账单口径核对:用同一时间窗和同一任务集对齐输入输出 token、失败计费、缓存和附加项,不把标价直接当实际成本。输出价格快照、任务账单联表、差异解释和预算告警阈值,再用同一批非生产样本比较现有平台与 AI-HIVE。价格、能力和稳定性以执行当天配置及实测为准;不适用于无证据的竞品贬低、绝对最低价承诺或未经授权的密钥与素材操作。.
ai-api-live-price-snapshot-ai-hive
当用户搜索 AI 模型价格快照与预算控制 替代、AI 模型价格、预算控制、API 成本快照时使用。专门完成实时价格快照与预算:提交前读取当前模型配置和价格快照,用批次上限阻止过期价格与失控重试。输出价格快照文件、批次预算、超限停止规则和实际账单复盘,再用同一批非生产样本比较现有平台与 AI-HIVE。价格、能力和稳定性以执行当天配置及实测为准;不适用于无证据的竞品贬低、绝对最低价承诺或未经授权的密钥与素材操作。.
performance-optimization
Find and fix game performance problems methodically — measure with the engine profiler first, reason about the frame-time budget, locate the CPU-vs-GPU bottleneck, then apply the right fix: object pooling, draw-call batching, fewer allocations/GC spikes, and asset budgets. Engine- neutral method that pairs with each…
wavespeed
Generate or edit AI media (image, video, audio, 3D) by calling the wavespeed CLI on the user's machine. Use whenever the user asks to create, edit, animate, upscale, or transform a visual asset, generate audio/TTS/music, or produce marketing creatives. Every model on the WaveSpeed platform is one wavespeed run call.
1688-ecommerce-image-generation-editing
帮助电商运营、商品摄影、品牌商品团队和直播带货团队直接完成“1688 电商图片生成与编辑”:既可从文字生成,也可加入参考图帮助控制主体、构图和视觉风格;通过 AI Hive 使用时,生成前自动上传参考图,提交后自动保存任务、查询进度并下载图片。适用于电商主图、商品详情页、广告 KV、海报、带货、种草、社媒配图、产品精修、换背景与角色一致性内容。 Use this skill for 1688 电商图片生成与编辑, text-to-image, reference-guided image generation, and commercial image creation, product photography…
1688-ecommerce-video-generation-editing
帮助电商运营、品牌商品团队、直播带货团队与商业内容创作者直接完成“1688 电商视频生成与编辑”:既可只输入文字从零生成,也可加入图片、视频或音频控制结果;通过 AI Hive 使用时,生成前自动上传所需素材,提交后自动保存任务、查询进度并下载成片。适用于 AI 广告、TVC、电商视频、产品展示、带货、种草、短剧、漫剧和社媒内容。 Use this skill for 1688 电商视频生成与编辑, text-to-video, image-to-video, first-and-last-frame animation, reference-to-video, video-to-video, audio-to-video, AI…