{
  "markdown": "# Elestio Skill\n\nAgent skill for [Elestio](https://elest.io), following the [Agent Skills](https://agentskills.io) open format.\n\nDeploy and manage services on the Elestio DevOps platform. 400+ open-source templates, 9 cloud providers, 100+ regions.\n\nUses the **official Elestio CLI** (`npm install -g elestio`).\n\n## Installation\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/elestio/elestio-skill/main/scripts/install.sh | bash\n```\n\nYou can also install via [skills.sh](https://skills.sh):\n\n```bash\nnpx skills add elestio/elestio-skill\n```\n\nSupports Claude Code, OpenAI Codex, OpenCode, and Cursor. Re-run to update.\n\nThe installer will:\n1. Install the official Elestio CLI globally (`npm install -g elestio`)\n2. Copy `SKILL.md` to your agent's skills directory\n\n### Manual Installation\n\n<details>\n<summary>Copy to your agent's skills directory</summary>\n\n```bash\n# 1. Install the official Elestio CLI\nnpm install -g elestio\n\n# 2. Copy the skill file\n# Claude Code\nmkdir -p ~/.claude/skills/elestio\ncp SKILL.md ~/.claude/skills/elestio/\n\n# Codex\nmkdir -p ~/.codex/skills/elestio\ncp SKILL.md ~/.codex/skills/elestio/\n```\n\n</details>\n\n## Quick Start\n\n```bash\n# Configure credentials\nelestio login --email \"you@example.com\" --token \"your_api_token\"\n\n# Verify authentication\nelestio auth test\n\n# Search the catalog\nelestio templates search postgresql\n\n# Deploy PostgreSQL\nelestio deploy postgresql --project 112 --name my-db\n\n# Deploy from GitHub (fully automated)\nelestio deploy cicd --project 112 --name my-cicd\nelestio cicd create --auto --target <vmID> --name my-app --repo owner/repo --mode github\n```\n\n## Repository Structure\n\n```\nelestio-skill/\n├── SKILL.md              # Skill instructions (read by agents)\n├── scripts/\n│   └── install.sh        # Installer (CLI + skill file)\n├── README.md\n└── .gitignore\n```\n\n## Requirements\n\n- Node.js >= 18\n- An Elestio account with API token ([create one here](https://dash.elest.io/account/security))\n\n## References\n\n- [Elestio CLI (npm)](https://www.npmjs.com/package/elestio)\n- [Agent Skills Specification](https://agentskills.io/specification)\n- [Elestio Dashboard](https://dash.elest.io)\n- [Elestio API Docs](https://api-doc.elest.io)\n- [Elestio Templates](https://elest.io/open-source) (400+)\n\n## License\n\nMIT\n",
  "bytes": 2267,
  "sha": "041537451d99abf0935e3ba0d5c54e7b42ce7c471421d2e90986644af2e837af",
  "repo_slug": "elestio/elestio-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_elestio_elestio_skill_elestio_d3852d77/readme"
}