# Send netmiko ssh to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ssh-netmiko",
    "name": "netmiko ssh",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/is-the-king/ssh-netmiko",
    "canonicalUrl": "https://clawhub.ai/is-the-king/ssh-netmiko",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ssh-netmiko",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ssh-netmiko",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/TOOLS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "ssh-netmiko",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T09:59:05.449Z",
      "expiresAt": "2026-05-19T09:59:05.449Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ssh-netmiko",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ssh-netmiko",
        "contentDisposition": "attachment; filename=\"ssh-netmiko-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "ssh-netmiko"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ssh-netmiko"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ssh-netmiko",
    "downloadUrl": "https://openagent3.xyz/downloads/ssh-netmiko",
    "agentUrl": "https://openagent3.xyz/skills/ssh-netmiko/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ssh-netmiko/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ssh-netmiko/agent.md"
  }
}
```
## Documentation

### restssh

This skill provides access to the MCP_Server_Trigger MCP server.

### MCP Server Info

Server Name: MCP_Server_Trigger
Server Version: 0.1.0
Protocol Version: 2025-06-18
Capabilities: tools

### Available Tools

This skill provides the following tools:

health_check:  Verifica a saúde do serviço API REST SSH. Retorna o status atual do serviço.
create_ssh_session:  Cria uma nova sessão SSH explicitamente.  Args:     host: Endereço IP ou hostname do dispositivo.     username: Usuário SSH.     password: Senha SSH.     session_id: Identificador único para a nova sessão.     device_type: Tipo de dispositivo (ex: cisco_ios, linux). Default: cisco_ios.     port: Porta SSH. Default: 22.
execute_ssh_command:  Executa um comando SSH em um dispositivo remoto.  Args:     command: O comando a ser executado.     session_id: ID único da sessão (se não existir, será criada com as credenciais fornecidas).     host: Endereço IP ou hostname do dispositivo (obrigatório para nova sessão).     username: Usuário SSH (obrigatório para nova sessão).     password: Senha SSH (obrigatório para nova sessão).     device_type: Tipo de dispositivo (ex: cisco_ios, linux, juniper_junos). Default: cisco_ios.     port: Porta SSH. Default: 22.     timeout: Timeout opcional para o comando.
list_active_sessions: Lista todas as sessões SSH ativas em memória.
list_history_sessions:  Lista o histórico de todas as sessões registradas no banco de dados. Inclui sessões ativas e encerradas.
list_history_commands:  Lista o histórico de comandos executados em uma sessão específica.  Args:     session_id: O ID da sessão para consultar o histórico.
close_ssh_session:  Fecha uma sessão SSH ativa.  Args:     session_id: O ID da sessão a ser fechada.

### Usage

This skill is automatically invoked when tools from this MCP server are required.

This skill requires mcp2skill to be installed globally (if not installed, you can install it from https://github.com/fenwei-dev/mcp2skill).
Use mcp2skill --help to see available commands.
Use mcp2skill list-tools --server restssh to list tools.
Use mcp2skill call-tool --server restssh --tool <name> --args '<json>' to call a tool.
Use mcp2skill update-skill --skill <skill-dir> to check for and apply updates to this skill (where <skill-dir> is the path to this skill's directory).
(Note: DO NOT use the generate-skill sub-command. It's not supposed to be used under a skill.)

For detailed documentation on each tool's parameters and usage, see TOOLS.md.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: is-the-king
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T09:59:05.449Z
- Expires at: 2026-05-19T09:59:05.449Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ssh-netmiko)
- [Send to Agent page](https://openagent3.xyz/skills/ssh-netmiko/agent)
- [JSON manifest](https://openagent3.xyz/skills/ssh-netmiko/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ssh-netmiko/agent.md)
- [Download page](https://openagent3.xyz/downloads/ssh-netmiko)