creative
Creative deliverable tools for AI agents
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/paulgnz/xpr-creativeCreative 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 <cite> 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-paulgnz-xpr-creative": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
web-scraping
Web scraping tools for fetching and extracting data from web pages
governance
XPR Network governance — communities, proposals, voting on the gov contract
lending
LOAN Protocol lending and borrowing on XPR Network (lending.loan contract)
nft
Full AtomicAssets/AtomicMarket NFT lifecycle on XPR Network
xpr-agent-operator
Operate an autonomous AI agent on XPR Network's trustless registry