EasyShell AI Skill
Teach your AI coding assistant to manage servers. Install EasyShell as a skill for OpenCode, Claude Code, Cursor, or VS Code Copilot.
Compatible Assistants
Install the Skill
Add EasyShell to your AI coding assistant in seconds.
Via CLI (Recommended)
npx mdskills install easyshellManual Install
Copy SKILL.md into your assistant's skills directory:
.opencode/skills/easyshell/SKILL.md.claude/skills/easyshell/SKILL.md.cursor/skills/easyshell/SKILL.md.github/skills/easyshell/SKILL.mdWhat is EasyShell?
EasyShell is an AI-native server operations platform with three components:
EasyShell Server
Central management hub with web UI, script engine, and task orchestration
EasyShell Agent
Lightweight Go agent deployed on target hosts for command execution and metrics
EasyShell Web
Modern React dashboard for real-time monitoring, script management, and terminal access
Core Workflows
AI Script Generation
Natural language → production shell scripts with streaming preview and diff comparison
Task Orchestration
AI decomposes complex operations into multi-step execution plans across infrastructure
Scheduled Tasks
Cron-based automation with AI analysis reports and autonomous alert decisions
Multi-Platform Bots
Operate servers via Telegram, Discord, DingTalk, Feishu, Slack, or WeCom
MCP Server Quick Install
Add the EasyShell MCP server to your assistant's configuration to enable direct server management capabilities:
{
"mcpServers": {
"easyshell": {
"command": "npx",
"args": ["-y", "@easyshell/mcp-server"],
"env": {
"EASYSHELL_API_URL": "https://your-server.com/api",
"EASYSHELL_API_KEY": "your-api-key"
}
}
}
}