radkit-remote-access

Access on-premises network devices via Cisco RADKit cloud relay.

627|175|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/automateyournetwork/netclaw --skill radkit-remote-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radkit-remote-access
Source: https://github.com/automateyournetwork/netclaw/tree/main/workspace/skills/radkit-remote-access
Command: npx skills add https://github.com/automateyournetwork/netclaw --skill radkit-remote-access

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides secure, cloud-relayed access to on-premises network devices, enabling AI agents to manage and troubleshoot them without direct network exposure.

Core Features & Use Cases

  • Cloud Relay: Access devices through Cisco's RADKit cloud infrastructure, ideal for air-gapped or cloud-hosted environments.
  • Device Operations: Discover inventory, inspect attributes, execute CLI commands, and perform SNMP polling.
  • Use Case: Troubleshoot a remote branch office router by executing show ip interface brief and show ip route via the RADKit cloud relay, even if the AI agent is in a different network.

Quick Start

Use the radkit-remote-access skill to get the device inventory names from the RADKit service.

Frequently Asked Questions about radkit-remote-access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get remote access to on-premises network devices from a cloud environment?

Remote access to on-premises network devices from the cloud is facilitated through a secure cloud relay using Cisco RADKit. This allows AI agents to manage and troubleshoot devices without requiring direct network exposure.

Can I execute CLI commands and poll SNMP on remote routers through a cloud relay?

Yes, executing CLI commands and performing SNMP polling on remote routers through the RADKit cloud relay is fully supported. The service handles device inventory discovery, attribute inspection, and command execution for network automation.

What environment variables do I need to configure for Cisco RADKit network automation?

Cisco RADKit network automation requires the RADKIT_IDENTITY and RADKIT_DEFAULT_SERVICE_SERIAL environment variables. For containerized deployments, you also need optional base64 encoded credentials to authenticate properly.

Does cloud-relayed device access work for troubleshooting air-gapped or off-network branch locations?

Cloud-relayed device access works effectively for troubleshooting air-gapped or off-network branch locations. Cisco RADKit routes connections through its cloud infrastructure, allowing AI agents in different networks to inspect and manage remote devices securely.