Skip to content
Skillv1.0.0

fog-node

Agent / skill configuration for the **fog-node** repo.

by FOGProject(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from FOGProject/fog-node (AGENTS.md). Install upstream with npx skills add FOGProject/fog-node. Copyright stays with the author.

AGENTS.md

Agent / skill configuration for the fog-node repo.

Agent skills

Issue tracker

Issues are tracked as GitHub issues on fogproject/fog-node via the gh CLI. See docs/agents/issue-tracker.md.

Triage labels

Default triage vocabulary — needs-triage / needs-info / ready-for-agent / ready-for-human / wontfix (wontfix already exists; the rest are created on first triage). See docs/agents/triage-labels.md.

Domain docs

Single-context. ADRs in docs/adr/; no CONTEXT.md yet, so domain knowledge currently lives in docs/roadmap.md / docs/ecosystem.md. See docs/agents/domain.md.

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/fogproject-fog-node-fog-node/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.

fogproject-fog-node-fog-node.ocm.jsonjson
{
  "ocm": "1",
  "id": "fogproject-fog-node-fog-node",
  "kind": "skill",
  "name": "fog-node",
  "description": "Agent / skill configuration for the **fog-node** repo.",
  "publisher": "FOGProject",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent / skill configuration for the **fog-node** repo."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/FOGProject/fog-node",
      "path": "AGENTS.md",
      "ref": "d5211ad2aa79fe58c59ea25dd969bb288abbe592",
      "url": "https://github.com/FOGProject/fog-node/blob/d5211ad2aa79fe58c59ea25dd969bb288abbe592/AGENTS.md",
      "key": "FOGProject/fog-node/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nAgent / skill configuration for the **fog-node** repo.\n\n## Agent skills\n\n### Issue tracker\n\nIssues are tracked as **GitHub issues** on `fogproject/fog-node` via the `gh` CLI. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nDefault triage vocabulary — `needs-triage` / `needs-info` / `ready-for-agent` / `ready-for-human` / `wontfix` (`wontfix` already exists; the rest are created on first triage). See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nSingle-context. ADRs in `docs/adr/`; no `CONTEXT.md` yet, so domain knowledge currently lives in `docs/roadmap.md` / `docs/eco",
  "cost": {
    "context_tokens": 160
  }
}

Fetch it by URL: GET /api/v1/registry/fogproject-fog-node-fog-node/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.