Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI. Use when creating, listing, or updating actions/tasks, viewing projects, che...
Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI. Use when creating, listing, or updating actions/tasks, viewing projects, che...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Exponential is an AI-native productivity platform. This skill uses the exponential CLI to manage actions (tasks), projects, and workspaces.
npm install -g exponential-cli exponential auth login --token <JWT> --api-url https://www.exponential.im Verify: exponential --help should show available commands.
List actions: exponential actions list [--project <id>] [--status <BACKLOG|TODO|IN_PROGRESS|IN_REVIEW|DONE>] [--assignee <id>] Today's actions: exponential actions today [--workspace <id>] Date range: exponential actions range --start 2026-01-01 --end 2026-01-31 [--workspace <id>] Kanban board: exponential actions kanban [--project <id>] [--status <status>] [--assignee <id>] Create action: exponential actions create -n "Task name" [-d "Description"] [-p <projectId>] [--priority "1st Priority"] [--due 2026-03-01] [--effort 60] Update action: exponential actions update --id <actionId> [-n "New name"] [-d "New desc"] [-p <projectId>] [--priority "2nd Priority"] [--status COMPLETED] [--kanban DONE] [--due 2026-03-15] Clear a due date: --due null
exponential projects list
exponential workspaces list
Quick | Scheduled | 1st Priority | 2nd Priority | 3rd Priority | 4th Priority | 5th Priority | Errand | Remember | Watch | Someday Maybe
BACKLOG | TODO | IN_PROGRESS | IN_REVIEW | DONE | CANCELLED
ACTIVE | COMPLETED | CANCELLED
TTY (interactive): pretty-printed with colors Piped/scripted: JSON output (auto-detected) Force JSON: --json Force pretty: --pretty
Actions list: { "actions": [{ "id": "...", "name": "...", "status": "ACTIVE", "priority": "1st Priority", "kanbanStatus": "TODO", "project": { "id": "...", "name": "..." }, "dueDate": null }], "total": 1, "filters": {} } Single action (create/update): { "id": "...", "name": "...", "status": "ACTIVE", "priority": "Quick", "kanbanStatus": "TODO", "project": { "id": "...", "name": "..." } }
Create tasks for a project: exponential projects list โ find the project ID exponential actions create -n "Task" -p <projectId> --priority "1st Priority" Triage daily work: exponential actions today โ see what's due exponential actions update --id <id> --kanban IN_PROGRESS โ start working exponential actions update --id <id> --kanban DONE โ mark complete Review project board: exponential actions kanban --project <id> โ see full board Filter by status: --status IN_PROGRESS
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.