GitHub-hosted CI is `ubuntu-latest` only. Any machine-local deploy is a runner hook (`BTCMON_CI_HOOK`), not a workflow job. Do not put hostnames, LAN paths, or deploy targets in this repository.
New ideas are added as Linear issues. Agents pick up issues, log the work being done on each issue (status, notes, dates), and move completed issues to Done.
Read the linear-workflow skill (global: ~/.config/opencode/skills/linear-workflow/SKILL.md) before creating or updating any issue.
Verify
cargo fmtcargo clippy --all-targets -- -D warningscargo test
GitHub-hosted CI is ubuntu-latest only. Any machine-local deploy is a runner hook (BTCMON_CI_HOOK), not a workflow job. Do not put hostnames, LAN paths, or deploy targets in this repository.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jfrader-btcmon-btcmon/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.
jfrader-btcmon-btcmon.ocm.jsonjson
{
"ocm": "1",
"id": "jfrader-btcmon-btcmon",
"kind": "skill",
"name": "btcmon",
"description": "GitHub-hosted CI is `ubuntu-latest` only. Any machine-local deploy is a runner hook (`BTCMON_CI_HOOK`), not a workflow job. Do not put hostnames, LAN paths, or deploy targets in this repository.",
"publisher": "jfrader",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"GitHub-hosted CI is `ubuntu-latest` only. Any machine-local deploy is a runner hook (`BTCMON_CI_HOOK`), not a workflow job. Do not put hostnames, LAN paths, or deploy targets in this repository."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jfrader/btcmon",
"path": "AGENTS.md",
"ref": "b653ab22fa3aedc4ff37730e3d5b76d95a319831",
"url": "https://github.com/jfrader/btcmon/blob/b653ab22fa3aedc4ff37730e3d5b76d95a319831/AGENTS.md",
"key": "jfrader/btcmon/AGENTS.md"
}
},
"instructions": "# Repository agent notes\n\n## Linear workflow\n\n- Track project work in Linear, project **Btcmon**: https://linear.app/gurisitosgames/project/btcmon-a16ce0025cb1\n- New ideas are added as Linear issues. Agents pick up issues, log the work being done on each issue (status, notes, dates), and move completed issues to Done.\n- Read the `linear-workflow` skill (global: `~/.config/opencode/skills/linear-workflow/SKILL.md`) before creating or updating any issue.\n\n## Verify\n\n```bash\ncargo fmt\ncargo clippy --all-targets -- -D warnings\ncargo test\n```\n\nGitHub-hosted CI is `ubuntu-latest` only. Any machine-l",
"cost": {
"context_tokens": 184
}
}
Fetch it by URL: GET /api/v1/registry/jfrader-btcmon-btcmon/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.