radkit-remote-access

radkit-remote-access is a skill for Claude Code, Codex from automateyournetwork/netclaw. It costs 64 tokens per session (2,198 once invoked), scanned A, original, Apache-2.0.

A cloud-relayed remote-access skill for reaching on-premises Cisco devices through RADKit, including command-line access, SNMP monitoring, and inventory discovery.

In plain words
What is it for?
Use it to run commands on remote devices, poll SNMP data, inspect device attributes, and discover network-device inventory through a RADKit service.
Why use it?
It lets an agent reach devices inside restricted or air-gapped networks without making direct SSH or SNMP connections from the agent host.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to run commands on remote devices, poll SNMP data, inspect device attributes, and discover network-device inventory through a RADKit service.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/automateyournetwork/netclaw/radkit-remote-access
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add automateyournetwork/netclaw --skill radkit-remote-access
Clone the repo
git clone --depth 1 https://github.com/automateyournetwork/netclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for radkit-remote-access

README.md
[![agentmods](https://agentmods.dev/badge/skills/automateyournetwork/netclaw/radkit-remote-access.svg)](https://agentmods.dev/skills/automateyournetwork/netclaw/radkit-remote-access)
Your own site
<a href="https://agentmods.dev/skills/automateyournetwork/netclaw/radkit-remote-access"><img src="https://agentmods.dev/badge/skills/automateyournetwork/netclaw/radkit-remote-access.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,198 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 161
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.02198
Opus 5 $0.00032 $0.01099
Sonnet 5 $0.00013 $0.00440
Haiku 4.5 $0.00006 $0.00220

Measured 5d ago against content hash e97c03e4b683, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

radkit-remote-access scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

workspace/skills/radkit-remote-access/SKILL.md · 185 lines

How it starts

The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RADKit Remote Device Access

MCP Server

  • Repository: CiscoDevNet/radkit-mcp-server-community
  • Transport: stdio (Python via FastMCP), SSE, or HTTPS
  • Requires: RADKIT_IDENTITY, RADKIT_DEFAULT_SERVICE_SERIAL, active RADKit service instance
  • Python: 3.10+

How RADKit Works

RADKit provides a cloud-relayed path to on-premises devices:

NetClaw Agent  -->  RADKit Cloud  -->  RADKit Service (on-prem)  -->  Device (CLI/SNMP)
  • The RADKit Service runs inside the network perimeter, onboarded with access to devices
  • The RADKit Client (this MCP server) authenticates via certificate-based identity
  • All communication is encrypted, relayed through Cisco's RADKit cloud infrastructure
  • No direct SSH/SNMP from the agent host to the devices is needed

This is ideal for:

  • Air-gapped networks where the AI agent cannot directly SSH to devices
  • Cloud-hosted agents that need to reach on-premises devices
  • Multi-site operations where a single RADKit service provides access to many devices
  • Secure environments where certificate-based auth is required (no passwords in transit)

MCP Tools

Tool Parameters What It Does
get_device_inventory_names none List all onboarded device names from the RADKit service
get_device_attributes target_device Retrieve device details in JSON: host, type, configs, SNMP/NETCONF status, capabilities
exec_cli_commands_in_device target_device, commands, timeout?, max_lines? Execute CLI commands on a device with timeout and line-limit controls
snmp_get target_device, oid(s), timeout? Perform SNMP GET operations without CLI execution
exec_command target_device, commands Structured command execution — returns dict/list with status and truncation info

Tool Details

get_device_inventory_names

Discovers all devices onboarded to the RADKit service. Call this first to know what devices are available.

Read the full file on GitHub · 185 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 185 lines · 64 tokens per session scan A e97c03e4b683

Subscribe to this mod's changes

radkit-remote-access is a skill published in the GitHub repository automateyournetwork/netclaw (651 stars, last pushed 2d ago), licensed Apache-2.0. It adds 64 tokens to every session and 2,198 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

opentrons-integration

Official Opentrons Protocol API for OT-2 and Flex robots. Use when writing protocols specifically for Opentrons hardware with full access to Protocol API v2 features. Best for production Opentrons protocols, official API compatibility. For multi-vendor automation or broader equipment control use pylabrobot.

synthetic-sciences/openscience · 66 tokens

pylabrobot

Vendor-agnostic lab automation framework. Use when controlling multiple equipment types (Hamilton, Tecan, Opentrons, plate readers, pumps) or needing unified programming across different vendors. Best for complex workflows, multi-vendor setups, simulation. For Opentrons-only protocols with official API…

synthetic-sciences/openscience · 73 tokens

x-smart

SMART disk health monitoring tool. Check disk health, temperature, and attributes using smartctl. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 56 tokens

hz-unity-meta-movement-sdk-retargeting

Set up and tweak Meta Movement SDK (MSDK) retargeting for a character model. Use this whenever the user wants to retarget a humanoid FBX/prefab for Meta Quest body tracking, generate a retargeting config, or hand-edit the resulting .json (fix known-joint mappings, exclude joints from auto-mapping, rename target…

meta-quest/agentic-tools · 182 tokens

hz-psdk-integration

For 3P / EXTERNAL developers: guides interactive Horizon Platform SDK (PSDK) integration for Meta Quest and Horizon OS Android/Kotlin apps — analyzes the codebase, recommends public platform features, plans the integration, and validates on device. Uses the external toolchain (Gradle, metavr, a developers.meta.com /…

meta-quest/agentic-tools · 107 tokens

hz-quest-verify-first

MANDATORY pre-flight check before answering any question or writing any code related to Meta Quest VR headsets (Quest 2, Quest 3, Quest 3S, Quest Pro) or apps that target them. Forces verification against authoritative Meta sources via the metavr CLI / metavr MCP tools BEFORE relying on training-data knowledge.…

meta-quest/agentic-tools · 164 tokens