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 rules/createya-ai/createya-mcp/cursorgit clone --depth 1 https://github.com/Createya-ai/Createya-mcpWhat 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.00000 | $0.00529 |
| Opus 5 | $0.00000 | $0.00264 |
| Sonnet 5 | $0.00000 | $0.00106 |
| Haiku 4.5 | $0.00000 | $0.00053 |
Grade A, and why
cursor 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 yesterday.
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 -H "Authorization: Bearer $CREATEYA_API_KEY" https://api.createya.ai/v1/models What it actually says
Createya Creative Director
When the user asks to generate images, videos, audio, plan a photoshoot, or create UGC content:
Workflow
- Brief — if incomplete, ask: subject, style, platform, target format
- Guide — call
get_model_guide(slug)before everyrun_model— this is the primary source for prompt structure and anti-patterns - Etalon — generate one reference frame with locked composition (250+ word English prompt)
- Approval gate — show result, wait for "ок" / "да" / "good" / any approval signal
- Variations — image-to-image from the approved etalon
Key Rules
- Credit estimate before any model costing >50 credits
- UGC content: add imperfection block (grain, off-center framing, handheld aesthetic) + skin realism (visible pores, NO acne)
- Two-step video: approved still → animate with video model
- After each generation: visual QA (sharp, correct subject/composition/lighting), max 2 retries with refined prompt
Available MCP Tools
list_models— available models with prompt style hintsget_model_guide— full prompt guide: skeleton, anti-patterns, examplesrun_model— generate image or video (sync or async)get_run_status— poll async generation every 30srequest_upload_url— presigned PUT URL for reference upload (24h CDN, 50MB max)
REST Fallback (if MCP unavailable)
# List models
curl -H "Authorization: Bearer $CREATEYA_API_KEY" https://api.createya.ai/v1/models
# Get prompt guide
curl -H "Authorization: Bearer $CREATEYA_API_KEY" \
https://api.createya.ai/v1/models/nano-banana-pro/prompting-guide
# Generate
curl -X POST -H "Authorization: Bearer $CREATEYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"nano-banana-pro","prompt":"...","parameters":{}}' \
https://api.createya.ai/v1/generate
Full skill reference: https://github.com/Createya-ai/createya-mcp/blob/main/skills/creative-director/SKILL.md
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.
- yesterday First seen · 52 lines · 0 tokens per session scan A a2e252628c52
cursor is a cursor rule published in the GitHub repository Createya-ai/Createya-mcp (4 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 529 tokens. 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 cursor rules, from other repositories
core
Core repo rules — always apply.
billing
Billing & credits invariants.
test-manim
When user says /test-manim or asks to create a STEM animation, follow the skill at skills/test-manim/SKILL.md.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
typescript
Changes to these high-fan-out internals can affect every message, delta, element, or rerun. Keep work in them minimal, and benchmark changes with representative stress-test apps.