4todo
Installation
SKILL.md
4todo
4to.do Eisenhower Matrix To‑Do List
Goal
- Use
curlto call the 4todo API (https://4to.do/api/v0) to manage:- workspaces
- todos
- recurring todos
- Store the token in a way that is injectable but not leak-prone (prefer OpenClaw per-run env injection; do not paste secrets into prompts, logs, or repo files).
Required Environment Variable
FOURTODO_API_TOKEN: your 4todo API token (Bearer token)- If missing, ask the user to set it via OpenClaw config (do not ask them to paste the token into chat).
Runtime Requirement
curlmust be available onPATH(and inside the sandbox container, if the agent is sandboxed).