Imported from ignaciojimenez/touchid-agent (
AGENTS.md). Install upstream withnpx skills add ignaciojimenez/touchid-agent. Copyright stays with the author.
Read and follow CONTRIBUTING.md in the project root for development conventions.
Read and follow `CONTRIBUTING.md` in the project root for development conventions.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from ignaciojimenez/touchid-agent (
AGENTS.md). Install upstream withnpx skills add ignaciojimenez/touchid-agent. Copyright stays with the author.
Read and follow CONTRIBUTING.md in the project root for development conventions.
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": "ignaciojimenez-touchid-agent-touchid-agent",
"kind": "skill",
"name": "touchid-agent",
"description": "Read and follow `CONTRIBUTING.md` in the project root for development conventions.",
"publisher": "ignaciojimenez",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read and follow `CONTRIBUTING.md` in the project root for development conventions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/ignaciojimenez/touchid-agent",
"path": "AGENTS.md",
"ref": "3e17a85ff2e72707cc38d979f00529fdfb9a81f8",
"url": "https://github.com/ignaciojimenez/touchid-agent/blob/3e17a85ff2e72707cc38d979f00529fdfb9a81f8/AGENTS.md",
"key": "ignaciojimenez/touchid-agent/AGENTS.md"
}
},
"instructions": "Read and follow `CONTRIBUTING.md` in the project root for development conventions.",
"cost": {
"context_tokens": 20
}
}Fetch it by URL: GET /api/v1/registry/ignaciojimenez-touchid-agent-touchid-agent/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.