Agent Skill
EMS Agent Skill
Download an inspectable Skill for Gemini CLI, Cursor, Claude Code and Codex.
Install
| Client | Directory | Command |
|---|---|---|
| Gemini CLI | ~/.gemini/skills/ems-api | unzip ems-api.zip -d ~/.gemini/skills |
| Cursor | ~/.cursor/skills/ems-api | unzip ems-api.zip -d ~/.cursor/skills |
| Claude Code | ~/.claude/skills/ems-api | unzip ems-api.zip -d ~/.claude/skills |
| Codex | ~/.codex/skills/ems-api | unzip ems-api.zip -d ~/.codex/skills |
Credential setup
export EMS_API_KEY="your-user-created-api-key"The official Skill pins the EMS HTTPS host, rejects redirects and reads keys from environment variables. Inspect
SKILL.md and the bundled client before installation.Example request
python3 ems-api/scripts/ems_api.py models --kind video
python3 ems-api/scripts/ems_api.py accounts --health healthy
python3 ems-api/scripts/ems_api.py personas --status active
python3 ems-api/scripts/ems_api.py analytics --view account_daily
python3 ems-api/scripts/ems_api.py sessions --status warning
python3 ems-api/scripts/ems_api.py desktops