Skip to content
Skillv1.0.0

topofocus_realworld

Working rules

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

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

See reviews

About

Imported from AlanZhu2006/topofocus_realworld (AGENTS.md). Install upstream with npx skills add AlanZhu2006/topofocus_realworld. Copyright stays with the author.

Working rules

  • Keep source/ and dependencies/ immutable; add deployment code in a separate hub/ package only after the transport contract is approved.
  • Do not download HM3D datasets, simulator scenes, the overlay, or SIF unless a simulator-validation gate explicitly needs them.
  • Preserve provenance: record source path, size/checksum, and whether a result is observed, source-derived, or unverified.
  • Treat physical robot commands as safety-critical. The hub emits versioned, expiring high-level targets; the robot keeps final authority to stop or reject.
  • Use one existing Torch SSH/tmux session for remote checks. Keep temporary transfer plumbing loopback-only and remove it after use.

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/alanzhu2006-topofocus-realworld-topofocus-realworld/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.

alanzhu2006-topofocus-realworld-topofocus-realworld.ocm.jsonjson
{
  "ocm": "1",
  "id": "alanzhu2006-topofocus-realworld-topofocus-realworld",
  "kind": "skill",
  "name": "topofocus_realworld",
  "description": "Working rules",
  "publisher": "AlanZhu2006",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Working rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AlanZhu2006/topofocus_realworld",
      "path": "AGENTS.md",
      "ref": "cc65d121561080cefd5ed2497e8cdf4a96285442",
      "url": "https://github.com/AlanZhu2006/topofocus_realworld/blob/cc65d121561080cefd5ed2497e8cdf4a96285442/AGENTS.md",
      "key": "AlanZhu2006/topofocus_realworld/AGENTS.md"
    }
  },
  "instructions": "# Working rules\n\n- Keep `source/` and `dependencies/` immutable; add deployment code in a separate `hub/` package only after the transport contract is approved.\n- Do not download HM3D datasets, simulator scenes, the overlay, or SIF unless a simulator-validation gate explicitly needs them.\n- Preserve provenance: record source path, size/checksum, and whether a result is observed, source-derived, or unverified.\n- Treat physical robot commands as safety-critical.  The hub emits versioned, expiring high-level targets; the robot keeps final authority to stop or reject.\n- Use one existing Torch SSH/",
  "cost": {
    "context_tokens": 176
  }
}

Fetch it by URL: GET /api/v1/registry/alanzhu2006-topofocus-realworld-topofocus-realworld/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.