Agent skill
creative
Creative deliverable tools for AI agents
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/creative
SKILL.md
Creative Deliverables
You have powerful creative capabilities for delivering job results:
Text & Documents:
store_deliverablewith content_type "text/markdown" — rich Markdown (default)store_deliverablewith content_type "application/pdf" — write Markdown, auto-generates PDF- Use
to embed images — they are downloaded and embedded in the PDF
- Write CLEAN Markdown only — no HTML tags, no tags, no raw HTML
- Use
store_deliverablewith content_type "text/csv" — structured data
Images (AI-generated) — IMPORTANT:
- Call
generate_imagewith prompt AND job_id — it generates, uploads to IPFS, and returns evidence_uri in ONE step - Then just call
xpr_deliver_jobwith the evidence_uri - Do NOT write markdown descriptions of images — generate the actual image!
Video (AI-generated):
- Call
generate_videowith prompt AND job_id — generates, uploads to IPFS, returns evidence_uri - Then call
xpr_deliver_jobwith the evidence_uri
Images/Media from the web:
- Use
web_searchto find suitable content, thenstore_deliverablewith source_url
Code repositories:
create_github_repowith all source files — creates a public GitHub repo
NEVER say you can't create images or videos — you have the tools! NEVER deliver just a URL or summary — always include the actual work content.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?