Skip to content
Skillv1.0.0

detect_buildings

Detect buildings in a map area using on-device vision

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

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

See reviews

About

Imported from nimbusxr/custos (skills/custos.detect_buildings/SKILL.md). Install upstream with npx skills add nimbusxr/custos --skill custos.detect_buildings. Copyright stays with the author.

Building Detection

Detects buildings using the on-device vision model. Places BLD-N markers at detected locations.

When detecting within a GRG, call grg_bounds first to get the exact bounds, then pass north/south/east/west to detect_buildings. Do NOT compute bounds yourself — always call grg_bounds for GRG-scoped detection.

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/nimbusxr-custos-custos-detect-buildings/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.

nimbusxr-custos-custos-detect-buildings.ocm.jsonjson
{
  "ocm": "1",
  "id": "nimbusxr-custos-custos-detect-buildings",
  "kind": "skill",
  "name": "detect_buildings",
  "description": "Detect buildings in a map area using on-device vision",
  "publisher": "nimbusxr",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "detection",
      "buildings",
      "vision",
      "ai",
      "imagery",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Detect buildings in a map area using on-device vision"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/nimbusxr/custos",
      "path": "skills/custos.detect_buildings/SKILL.md",
      "ref": "cf244e554c52247d0995504b4866650de23517a5",
      "url": "https://github.com/nimbusxr/custos/blob/cf244e554c52247d0995504b4866650de23517a5/skills/custos.detect_buildings/SKILL.md",
      "key": "nimbusxr/custos/skills/custos.detect_buildings/SKILL.md"
    }
  },
  "instructions": "# Building Detection\n\nDetects buildings using the on-device vision model. Places BLD-N markers\nat detected locations.\n\nWhen detecting within a GRG, call `grg_bounds` first to get the exact\nbounds, then pass north/south/east/west to `detect_buildings`. Do NOT\ncompute bounds yourself — always call `grg_bounds` for GRG-scoped detection.",
  "cost": {
    "context_tokens": 83
  }
}

Fetch it by URL: GET /api/v1/registry/nimbusxr-custos-custos-detect-buildings/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.

detect_buildings - Skill - OpenSmartRoute