Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill easyshell명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| 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.