# Quickstart

> Clever Tools Skill

- Skill: `javimosch/quickstart-631` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-631`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-631/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-631

---

# 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
```bash
dcli clever cli setup
```

### 2. Authenticate Non-Interactively
Prefer environment variables in CI or agent flows:

```bash
export CLEVER_TOKEN=...
export CLEVER_SECRET=...
```

### 3. Inspect Account State
```bash
dcli clever auth whoami
dcli clever cli doctor
```

### 4. Query Resources
```bash
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.

