AgentClash Quickstart
SkillDev toolsUse when checking whether a workspace is ready to run AgentClash evals, interpreting quickstart readiness checks, or choosing the next CLI command after auth and workspace selection.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AgentClash Quickstart skill
What this skill tells your AI
The instructions your AI receives, as published by agentclash/agentclash in web/content/agent-skills/agentclash-quickstart/SKILL.md and read by ahel’s review.
Purpose
Run agentclash quickstart to verify auth, workspace, challenge packs, deployments, and baseline bookmark state, then report the CLI's suggested next command for eval or comparison workflows.
Use When
- A user asks "am I ready to run an eval?" or "what should I run next?"
- Auth and workspace are configured but pack/deployment readiness is unknown.
- An agent needs a single read-only command before proposing
eval startorcompare latest.
Do Not Use When
- CLI is not installed or auth failed — use
agentclash-cli-setupfirst. - The user needs deep doctor diagnostics — use
agentclash doctor. - The task is to create packs, deployments, or runs — use the eval-runner or challenge-pack skills after quickstart passes.
Inputs Needed
- API URL (default hosted production).
- Workspace ID or saved workspace from config /
AGENTCLASH_WORKSPACE. - Whether the user wants structured JSON output for automation.
Environment
export AGENTCLASH_API_URL="https://api.agentclash.dev"
agentclash auth login --device
agentclash workspace use <WORKSPACE_ID>
Procedure
- Confirm auth with
agentclash auth status. - Run
agentclash quickstart(human) oragentclash quickstart --json(automation). - Read each check:
auth,workspace,challenge_packs,deployments,baseline. - Execute
next_commandfrom the result when checks are blocking; treatinfobaseline as advisory. - When ready and baseline exists, quickstart suggests
agentclash eval start --followor comparison flows.
Commands
agentclash quickstart
agentclash quickstart --json
Check names and statuses in structured output:
| Check | ok | todo | info |
|---|---|---|---|
auth | Token valid | Login required | — |
workspace | Workspace resolved | Set workspace | — |
challenge_packs | ≥1 pack visible | Init/publish pack | — |
deployments | ≥1 deployment | Create deployment | — |
baseline | Bookmark set | — | No baseline yet |
Structured envelope fields:
ready—truewhen no blockingtodochecks remain (okandinfoare non-blocking).checks— array of{ name, status, detail, next_step?, metadata? }.next_command— first blockingnext_step, or eval/compare suggestion when ready.next_steps— ordered list including advisory baseline steps.
When baseline is set and workspace is ready, quickstart may suggest:
agentclash eval start --follow
agentclash compare latest --gate
Expected Output
Human output prints a bold AgentClash Quickstart header, per-check lines, and Next Command when applicable.
JSON output prints the full envelope for scripting.
Failure Modes
401/ auth errors →agentclash auth login --device.- No workspace →
agentclash linkoragentclash workspace use <id>. - Zero challenge packs →
agentclash challenge-pack initthen publish skills. - Zero deployments →
agentclash deployment create --from-file deployment.json. - API unreachable → verify
AGENTCLASH_API_URLand network.
Safety Notes
- Quickstart is read-only; it does not create runs or spend provider budget.
- Do not paste tokens from
--jsonoutput into chat.
Report Back Format
Quickstart ready: <yes/no>
Checks:
- auth: <status> — <detail>
- workspace: <status> — <detail>
- challenge_packs: <status> — <detail>
- deployments: <status> — <detail>
- baseline: <status> — <detail>
Next command: <command or none>
Next skill: <agentclash-eval-runner | agentclash-cli-setup | ...>
Related Skills
agentclash-hubagentclash-cli-setupagentclash-eval-runneragentclash-compare-and-triage
Related Docs
/docs-md/getting-started/quickstart/docs-md/getting-started/first-eval/docs-md/reference/cli
Signals
- GitHub stars
- 30
- Forks
- 2
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agentclash-quickstart- Source
- github.com/agentclash/agentclash