Skip to content
OpenSmartRoute
Skillv1.0.0

multi-device-check

Run the same diagnostic across multiple real devices

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

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

See reviews

About

Imported from kevinyjk25/NetOpYuAgent (skills/pragmatic/multi-device-check/SKILL.md). Install upstream with npx skills add kevinyjk25/NetOpYuAgent --skill multi-device-check. Copyright stays with the author.

Multi-Device Check

Parallel check across a device list. Returns per-device results table.

Parameters

  • device_ids: List of device IDs
  • check: status|config|syslog|bgp

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/kevinyjk25-netopyuagent-multi-device-check/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.

kevinyjk25-netopyuagent-multi-device-check.ocm.jsonjson
{
  "ocm": "1",
  "id": "kevinyjk25-netopyuagent-multi-device-check",
  "kind": "skill",
  "name": "multi-device-check",
  "description": "Run the same diagnostic across multiple real devices",
  "publisher": "kevinyjk25",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "bulk",
      "diagnostics",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Run the same diagnostic across multiple real devices"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/kevinyjk25/NetOpYuAgent",
      "path": "skills/pragmatic/multi-device-check/SKILL.md",
      "ref": "1c7e6179d974e39e623bd654c77b7dc7277703da",
      "url": "https://github.com/kevinyjk25/NetOpYuAgent/blob/1c7e6179d974e39e623bd654c77b7dc7277703da/skills/pragmatic/multi-device-check/SKILL.md",
      "key": "kevinyjk25/NetOpYuAgent/skills/pragmatic/multi-device-check/SKILL.md"
    }
  },
  "instructions": "# Multi-Device Check\n\nParallel check across a device list. Returns per-device results table.\n\n## Parameters\n- `device_ids`: List of device IDs\n- `check`: status|config|syslog|bgp",
  "cost": {
    "context_tokens": 44
  }
}

Fetch it by URL: GET /api/v1/registry/kevinyjk25-netopyuagent-multi-device-check/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.