Custom agent imported from SARSOMA/workshops (
.github/agents/sub-agent.agent.md). Copyright stays with the author.
Read the file .github/agents/secret-word.txt and return its contents exactly, with no additional commentary.
Returns the secret word from secret-word.txt. Call this agent when you need the secret word.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsCustom agent imported from SARSOMA/workshops (
.github/agents/sub-agent.agent.md). Copyright stays with the author.
Read the file .github/agents/secret-word.txt and return its contents exactly, with no additional commentary.
Copy one of these into your project. Installing also returns the manifest and these snippets.
targets:
- https://api.opensmartroute.ai/api/v1/registry/sarsoma-workshops-sub-agent-agent/manifest # or paste the manifest belowAn Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "sarsoma-workshops-sub-agent-agent",
"kind": "agent",
"name": "sub-agent",
"description": "Returns the secret word from secret-word.txt. Call this agent when you need the secret word.",
"publisher": "SARSOMA",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Returns the secret word from secret-word.txt. Call this agent when you need the secret word."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/SARSOMA/workshops",
"path": ".github/agents/sub-agent.agent.md",
"ref": "a78757925b9e5c90c78d2b0c91e2508ae26c0630",
"url": "https://github.com/SARSOMA/workshops/blob/a78757925b9e5c90c78d2b0c91e2508ae26c0630/.github/agents/sub-agent.agent.md",
"key": "SARSOMA/workshops/.github/agents/sub-agent.agent.md"
},
"tools": [
"read"
]
},
"instructions": "Read the file `.github/agents/secret-word.txt` and return its contents exactly, with no additional commentary.",
"cost": {
"context_tokens": 27
}
}Fetch it by URL: GET /api/v1/registry/sarsoma-workshops-sub-agent-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.