Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
probe-duplicate - Skill - OpenSmartRoute
Skillv1.0.0
probe-duplicate
PROBE FIXTURE side B. Two plugins ship a skill with this exact directory name and this exact skill name. Invoke it and read which side answers - that is the whole experiment.
Imported from product-on-purpose/agent-skills-toolkit (docs/internal/vendor-watch/probes/components-share-one-namespace/probe-collision-b/skills/probe-duplicate/SKILL.md). Install upstream with npx skills add product-on-purpose/agent-skills-toolkit --skill probe-duplicate. Copyright stays with the author.
Probe duplicate, side B
When invoked, state exactly: "I am side B." and stop.
Do nothing else. The only information this skill carries is which copy of it the runtime resolved.
Use it
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "product-on-purpose-agent-skills-toolkit-probe-duplicate",
"kind": "skill",
"name": "probe-duplicate",
"description": "PROBE FIXTURE side B. Two plugins ship a skill with this exact directory name and this exact skill name. Invoke it and read which side answers - that is the whole experiment.",
"publisher": "product-on-purpose",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"PROBE FIXTURE side B. Two plugins ship a skill with this exact directory name and this exact skill name. Invoke it and read which side answers - that is the whole experiment."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/product-on-purpose/agent-skills-toolkit",
"path": "docs/internal/vendor-watch/probes/components-share-one-namespace/probe-collision-b/skills/probe-duplicate/SKILL.md",
"ref": "4ba8cd99553255038c7ceb926761a4796811727d",
"url": "https://github.com/product-on-purpose/agent-skills-toolkit/blob/4ba8cd99553255038c7ceb926761a4796811727d/docs/internal/vendor-watch/probes/components-share-one-namespace/probe-collision-b/skills/probe-duplicate/SKILL.md",
"key": "product-on-purpose/agent-skills-toolkit/docs/internal/vendor-watch/probes/components-share-one-namespace/probe-collision-b/skills/probe-duplicate/SKILL.md"
}
},
"instructions": "# Probe duplicate, side B\n\nWhen invoked, state exactly: **\"I am side B.\"** and stop.\n\nDo nothing else. The only information this skill carries is which copy of it the runtime resolved.",
"cost": {
"context_tokens": 46
}
}
Fetch it by URL: GET /api/v1/registry/product-on-purpose-agent-skills-toolkit-probe-duplicate/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.