Quickstart

Clever Tools Skill

javimosch Updated

File contents

Clever Tools Skill

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.

javimosch/supercli/tree/main/plugins/clever/skills/quickstart commit 31d356eb9b

Frequently asked questions

npx skillmds@latest add javimosch/quickstart-631