Imported from Bentil4/Givio (
.kiro/skills/wds-6-asset-generation/SKILL.md). Install upstream withnpx skills add Bentil4/Givio --skill wds-6-asset-generation. Copyright stays with the author.
Follow the instructions in ./workflow.md.
Generate visual and text assets from specifications through AI-powered creative production
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from Bentil4/Givio (
.kiro/skills/wds-6-asset-generation/SKILL.md). Install upstream withnpx skills add Bentil4/Givio --skill wds-6-asset-generation. Copyright stays with the author.
Follow the instructions in ./workflow.md.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "bentil4-givio-wds-6-asset-generation",
"kind": "skill",
"name": "wds-6-asset-generation",
"description": "Generate visual and text assets from specifications through AI-powered creative production",
"publisher": "Bentil4",
"version": "1.0.0",
"capabilities": {
"domains": [
"creative"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate visual and text assets from specifications through AI-powered creative production"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/Bentil4/Givio",
"path": ".kiro/skills/wds-6-asset-generation/SKILL.md",
"ref": "3c59b3c5d5152d02e1ffb1d7dfa1aa929790080b",
"url": "https://github.com/Bentil4/Givio/blob/3c59b3c5d5152d02e1ffb1d7dfa1aa929790080b/.kiro/skills/wds-6-asset-generation/SKILL.md",
"key": "Bentil4/Givio/.kiro/skills/wds-6-asset-generation/SKILL.md"
}
},
"instructions": "Follow the instructions in ./workflow.md.",
"cost": {
"context_tokens": 10
}
}Fetch it by URL: GET /api/v1/registry/bentil4-givio-wds-6-asset-generation/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.