mdplane-curl
Installation
SKILL.md
mdplane API via curl
Use this skill when the agent should call mdplane via HTTP directly (curl, CI jobs, scripts, SDK-free integrations).
Operating Rules
- OpenAPI and server behavior are the source of truth.
- Do not invent routes, request fields, query params, or response shapes.
- Respect auth boundaries:
- Capability routes:
/r/{key},/a/{key},/w/{key} - API key routes:
/api/v1/* - Control/session routes:
/workspaces/*,/api/auth/*(only when explicitly needed)
- Capability routes:
- Prefer least privilege and avoid write scope unless required.
- Never print capability URLs, API keys, or cookies in logs/output.
Standard Workflow
Related skills
More from albri/mdplane
mdplane-cli
Use the mdplane CLI for workspace operations from a shell (init, read/cat, append, write, search, export, login, claim). Trigger when users ask for mdplane command usage or command-line automation. For HTTP-first usage, use mdplane.
13mdplane
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