Imported from trustwallet/tw-agent-skills (template/SKILL.md). Install upstream with npx skills add trustwallet/tw-agent-skills --skill template. Copyright stays with the author.
Skill Title
Brief description of what this skill helps with.
Instructions
...
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/trustwallet-tw-agent-skills-template/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
trustwallet-tw-agent-skills-template.ocm.jsonjson
{
"ocm": "1",
"id": "trustwallet-tw-agent-skills-template",
"kind": "skill",
"name": "your-skill-name",
"description": "One sentence — what this skill does and when Claude should use it.",
"publisher": "trustwallet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"One sentence — what this skill does and when Claude should use it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/trustwallet/tw-agent-skills",
"path": "template/SKILL.md",
"ref": "c590f99846b7a1ee854005533515b54b06a7b2bb",
"url": "https://github.com/trustwallet/tw-agent-skills/blob/c590f99846b7a1ee854005533515b54b06a7b2bb/template/SKILL.md",
"key": "trustwallet/tw-agent-skills/template/SKILL.md"
}
},
"instructions": "# Skill Title\n\nBrief description of what this skill helps with.\n\n## Instructions\n\n...",
"cost": {
"context_tokens": 21
}
}
Fetch it by URL: GET /api/v1/registry/trustwallet-tw-agent-skills-template/manifest?version=1.0.0
Reviews
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.