cdcx-autonomy-levels

Installation
SKILL.md

Autonomy Levels

Philosophy

Agents should operate at the lowest autonomy level that accomplishes their task. Each level upward trades human oversight for agent independence.

Safety Tiers (the underlying mechanism)

Every cdcx MCP tool is classified into one of four tiers:

Tier Agent Behaviour Example
read Runs freely, no acknowledgement cdcx_market_ticker
sensitive_read Runs freely, no acknowledgement cdcx_account_summary
mutate Requires acknowledged: true in tool arguments cdcx_trade_order
dangerous Refused unless server was started --allow-dangerous cdcx_trade_cancel_all, cdcx_funding_withdraw

Level 0 — Read-only

Installs
1
GitHub Stars
21
First Seen
Jun 17, 2026
cdcx-autonomy-levels — crypto-com/cdcx-cli