Imported from block/artifact-swap (
AGENTS.md). Install upstream withnpx skills add block/artifact-swap. Copyright stays with the author.
@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.md
@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.md
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from block/artifact-swap (
AGENTS.md). Install upstream withnpx skills add block/artifact-swap. Copyright stays with the author.
@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.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": "block-artifact-swap-artifact-swap",
"kind": "skill",
"name": "artifact-swap",
"description": "@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.md",
"publisher": "block",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.md"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/block/artifact-swap",
"path": "AGENTS.md",
"ref": "d024d9f0de3d0ab167c9e069d5887be4ab948d83",
"url": "https://github.com/block/artifact-swap/blob/d024d9f0de3d0ab167c9e069d5887be4ab948d83/AGENTS.md",
"key": "block/artifact-swap/AGENTS.md"
}
},
"instructions": "@ai-rules/.generated-ai-rules/ai-rules-generated-AGENTS.md",
"cost": {
"context_tokens": 14
}
}Fetch it by URL: GET /api/v1/registry/block-artifact-swap-artifact-swap/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.