用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill easyshell命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | easyshell |
| description | > Use when this capability is needed. |
EasyShell is an AI-native server operations platform that lets you manage servers, execute scripts, orchestrate multi-host tasks, and SSH into machines through a web interface with built-in AI assistance.
The platform has three components:
Activate when the user:
This skill works best with the @easyshell/mcp-server MCP server installed.
It provides direct tool access to EasyShell. See resources/tool-catalog.md
for the full tool list with examples.
Add to your AI assistant's MCP config:
{
"mcpServers": {
"easyshell": {
"command": "npx",
"args": ["-y", "@easyshell/mcp-server"],
"env": {
"EASYSHELL_URL": "http://your-server:18080",
"EASYSHELL_USER": "easyshell",
"EASYSHELL_PASS": "your-password"
}
}
}
}
list_hosts → find target hosts by status or tagexecute_script → send script content + host IDsget_task_detail → check execution results per hostai_chat → send a natural language goallist_scheduled_tasks → see existing inspectionstrigger_inspection → run one immediatelyget_inspect_reports → review AI analysis resultsget_dashboard_stats → platform overview (host count, online rate, load)get_host_metrics → historical CPU/memory/disk for a specific hostlist_hosts with status filter → find offline or degraded hostsNever attempt to bypass risk controls.
EasyShell must be deployed and accessible:
git clone && docker compose up -deasyshell / easyshell@changemeSource: easyshell-ai/easyshell — distributed by TomeVault.