mdplane-cli
Installation
SKILL.md
mdplane CLI
Use this skill when shell access is available and the task should be solved with mdplane commands.
Operating Rules
- OpenAPI and server behavior are the source of truth.
- Do not invent commands, flags, or response fields.
- Prefer least privilege:
- read key for read/search (scoped)
- append key for appends
- write key only for mutating file/folder state
- API key for
/api/v1/*control endpoints (workspace-wide search, exports, deleted, agents)
- Never print capability URLs, API keys, or session tokens.
Standard Workflow
Related skills
More from albri/mdplane
mdplane-curl
Use mdplane through HTTP/curl for automation, CI, and non-CLI agents. Trigger for capability URL requests, API endpoint calls, or integration tasks against mdplane. For shell command workflows, use mdplane-cli.
2mdplane
Use mdplane through its HTTP API for automation, CI, and non-CLI agents. Trigger for capability URL requests, API endpoint calls, or integration tasks against mdplane. For shell command workflows, use mdplane-cli.
1