← 返回 Skills 市场
netmiko ssh
作者
is-the-king
· GitHub ↗
· v1.0.0
468
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ssh-netmiko
功能描述
Provides access to the MCP_Server_Trigger (v0.1.0) MCP server. It offers 7 tool(s): {"close_ssh_session":"\nFecha uma sessão SSH ativa.\n\nArgs:\n session_id...
安全使用建议
This skill connects to a remote MCP server that will execute SSH commands you provide and keeps session/command history. Before installing or using it: 1) Ask who operates the MCP_Server_Trigger (where the server runs) and request the server's endpoint and privacy/security policy (is data logged, for how long, is traffic encrypted?). 2) Vet the recommended dependency (https://github.com/fenwei-dev/mcp2skill) — review its code and releases rather than blindly installing. 3) Avoid sending high-privilege credentials until you confirm that credentials are not persisted or are properly protected; prefer ephemeral keys or limited-scope accounts. 4) If possible, run the MCP server under your control (on-premises) or use a vetted connector to avoid exposing sensitive device credentials to unknown third parties. 5) The skill metadata lacks a homepage/source — treat it as unverified and ask the publisher for provenance and security documentation before granting access or supplying secrets.
功能分析
Type: OpenClaw Skill
Name: ssh-netmiko
Version: 1.0.0
The skill is classified as suspicious due to its high-risk capabilities and supply chain implications. The `execute_ssh_command` tool, defined in `SKILL.md` and `references/TOOLS.md`, allows arbitrary command execution on remote systems, which is a significant vulnerability if misused. Additionally, `SKILL.md` instructs the AI agent to install and update an external tool (`mcp2skill`) from a GitHub URL (https://github.com/fenwei-dev/mcp2skill), posing a supply chain risk if the repository were compromised. While there is no clear evidence of intentional malicious behavior (e.g., local data exfiltration, backdoors), these capabilities and instructions enable potential attacks.
能力评估
Purpose & Capability
The skill exposes tools to create SSH sessions and run commands on remote devices, which aligns with the 'ssh' purpose. However the package metadata/source/homepage are missing and the name ('netmiko ssh') vs. server name ('MCP_Server_Trigger' / 'restssh') is inconsistent. The SKILL.md depends on an external CLI (mcp2skill) which is reasonable for an adapter but the origin of the MCP server and its operator are not disclosed.
Instruction Scope
Runtime instructions direct the agent to call a remote MCP server to run arbitrary SSH commands using user-supplied host/username/password. The SKILL.md also mentions a database-backed session/command history — meaning credentials or commands might be logged/persisted remotely. The document does not disclose the server endpoint, data handling, or retention policy, so use could result in sensitive data being transmitted and stored offsite without clear consent.
Install Mechanism
There is no install spec (instruction-only), which minimizes local code execution risk. The README recommends installing 'mcp2skill' from a GitHub repo; that is an external dependency the user would need to vet separately. No automated downloads/installers are embedded in the skill itself.
Credentials
The skill declares no required environment variables or credentials at install time, but its runtime API requires SSH credentials (username/password) be provided as call arguments. Because the server records session and command history, accepting credentials at runtime could lead to durable storage or forwarding of secrets. There is no explanation why credentials would be retained or how they are protected.
Persistence & Privilege
The skill does not request persistent platform privileges (always:false) and has no install operations. It does not declare any capability to modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ssh-netmiko - 安装完成后,直接呼叫该 Skill 的名称或使用
/ssh-netmiko触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of restssh, providing SSH session management via the MCP_Server_Trigger API.
- Added support for creating, executing commands within, and closing SSH sessions.
- Included tools to list active sessions, session history, and command history.
- Integrated health check endpoint for service status monitoring.
- Embedded mcp2skill binary for tool invocation and skill management.
元数据
常见问题
netmiko ssh 是什么?
Provides access to the MCP_Server_Trigger (v0.1.0) MCP server. It offers 7 tool(s): {"close_ssh_session":"\nFecha uma sessão SSH ativa.\n\nArgs:\n session_id... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 468 次。
如何安装 netmiko ssh?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ssh-netmiko」即可一键安装,无需额外配置。
netmiko ssh 是免费的吗?
是的,netmiko ssh 完全免费(开源免费),可自由下载、安装和使用。
netmiko ssh 支持哪些平台?
netmiko ssh 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 netmiko ssh?
由 is-the-king(@is-the-king)开发并维护,当前版本 v1.0.0。
推荐 Skills