Use the Clever plugin when you need agent-friendly access to Clever Cloud through the clever CLI.
Skill Map
Use these plugin-local skills for specific flows:
plugins/clever/skills/auth-and-profile.md
plugins/clever/skills/resource-inventory.md
plugins/clever/skills/passthrough-safety.md
Quick Start
1. Setup
dcli clever cli setup
2. Authenticate Non-Interactively
Prefer environment variables in CI or agent flows:
export CLEVER_TOKEN=...
export CLEVER_SECRET=...
3. Inspect Account State
dcli clever auth whoami
dcli clever cli doctor
4. Query Resources
dcli clever apps list
dcli clever addons list
dcli clever tokens list
Agent Notes
Clever CLI supports JSON output with --format json.
Wrapped commands are designed to keep stdout parseable.
Use passthrough only when a dedicated wrapper does not exist yet.
1---2name: quickstart-6313description: Clever Tools Skill4---5# Clever Tools Skill67Use the Clever plugin when you need agent-friendly access to Clever Cloud through the `clever` CLI.89## Skill Map1011Use these plugin-local skills for specific flows:1213- `plugins/clever/skills/auth-and-profile.md`14- `plugins/clever/skills/resource-inventory.md`15- `plugins/clever/skills/passthrough-safety.md`1617## Quick Start1819### 1. Setup20```bash21dcli clever cli setup22```2324### 2. Authenticate Non-Interactively25Prefer environment variables in CI or agent flows:2627```bash28export CLEVER_TOKEN=...29export CLEVER_SECRET=...30```3132### 3. Inspect Account State33```bash34dcli clever auth whoami35dcli clever cli doctor36```3738### 4. Query Resources39```bash40dcli clever apps list41dcli clever addons list42dcli clever tokens list43```4445## Agent Notes4647- Clever CLI supports JSON output with `--format json`.48- Wrapped commands are designed to keep stdout parseable.49- Use passthrough only when a dedicated wrapper does not exist yet.
Run npx skillmds@latest add javimosch/quickstart-631 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Clever Tools Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.