Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
agentd - Skill - OpenSmartRoute
Skillv1.0.0
agentd
[`docs/spec.md`](docs/spec.md) is the authoritative behavior spec. Change the spec before changing semantics. When editing `docs/spec.md`, apply the same change to `docs/spec.zh.md` in the same commit
Imported from tshu-w/agentd (AGENTS.md). Install upstream with npx skills add tshu-w/agentd. Copyright stays with the author.
AGENTS.md
docs/spec.md is the authoritative behavior spec. Change the spec before changing semantics. When editing docs/spec.md, apply the same change to docs/spec.zh.md in the same commit.
Secrets (API tokens) go in ~/.config/agentd/.env, never in config.yaml or launchd plist. The plist only snapshots system paths (PATH, HOME, XDG_*, *_DIR).
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/tshu-w-agentd-agentd/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.
tshu-w-agentd-agentd.ocm.jsonjson
{
"ocm": "1",
"id": "tshu-w-agentd-agentd",
"kind": "skill",
"name": "agentd",
"description": "[`docs/spec.md`](docs/spec.md) is the authoritative behavior spec. Change the spec before changing semantics. When editing `docs/spec.md`, apply the same change to `docs/spec.zh.md` in the same commit.",
"publisher": "tshu-w",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"[`docs/spec.md`](docs/spec.md) is the authoritative behavior spec. Change the spec before changing semantics. When editing `docs/spec.md`, apply the same change to `docs/spec.zh.md` in the same commit."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/tshu-w/agentd",
"path": "AGENTS.md",
"ref": "2d56f3445a1309dec15588220cef4f010573fee4",
"url": "https://github.com/tshu-w/agentd/blob/2d56f3445a1309dec15588220cef4f010573fee4/AGENTS.md",
"key": "tshu-w/agentd/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\n[`docs/spec.md`](docs/spec.md) is the authoritative behavior spec. Change the spec before changing semantics. When editing `docs/spec.md`, apply the same change to `docs/spec.zh.md` in the same commit.\n\nSecrets (API tokens) go in `~/.config/agentd/.env`, never in `config.yaml` or launchd plist. The plist only snapshots system paths (`PATH`, `HOME`, `XDG_*`, `*_DIR`).\n\n## Development\n\n```bash\nuv sync\nuv run ruff check src\nuv run pytest -q\n```\n\n## Deploy\n\n```bash\nuv tool install --force '.[telegram]'\nlaunchctl kickstart -k gui/$(id -u)/dev.agentd.daemon\n```",
"cost": {
"context_tokens": 143
}
}
Fetch it by URL: GET /api/v1/registry/tshu-w-agentd-agentd/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.