/install exponential
Exponential CLI Skill
Exponential is an AI-native productivity platform. This skill uses the exponential CLI to manage actions (tasks), projects, and workspaces.
Prerequisites
npm install -g exponential-cli
exponential auth login --token \x3CJWT> --api-url https://www.exponential.im
Verify: exponential --help should show available commands.
Commands
Actions (Tasks)
List actions:
exponential actions list [--project \x3Cid>] [--status \x3CBACKLOG|TODO|IN_PROGRESS|IN_REVIEW|DONE>] [--assignee \x3Cid>]
Today's actions:
exponential actions today [--workspace \x3Cid>]
Date range:
exponential actions range --start 2026-01-01 --end 2026-01-31 [--workspace \x3Cid>]
Kanban board:
exponential actions kanban [--project \x3Cid>] [--status \x3Cstatus>] [--assignee \x3Cid>]
Create action:
exponential actions create -n "Task name" [-d "Description"] [-p \x3CprojectId>] [--priority "1st Priority"] [--due 2026-03-01] [--effort 60]
Update action:
exponential actions update --id \x3CactionId> [-n "New name"] [-d "New desc"] [-p \x3CprojectId>] [--priority "2nd Priority"] [--status COMPLETED] [--kanban DONE] [--due 2026-03-15]
Clear a due date: --due null
Projects
exponential projects list
Workspaces
exponential workspaces list
Priority Values
Quick | Scheduled | 1st Priority | 2nd Priority | 3rd Priority | 4th Priority | 5th Priority | Errand | Remember | Watch | Someday Maybe
Kanban Statuses
BACKLOG | TODO | IN_PROGRESS | IN_REVIEW | DONE | CANCELLED
Action Statuses
ACTIVE | COMPLETED | CANCELLED
Output
- TTY (interactive): pretty-printed with colors
- Piped/scripted: JSON output (auto-detected)
- Force JSON:
--json - Force pretty:
--pretty
JSON Output Shape
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": "..." } }
Workflow Patterns
Create tasks for a project:
exponential projects list→ find the project IDexponential actions create -n "Task" -p \x3CprojectId> --priority "1st Priority"
Triage daily work:
exponential actions today→ see what's dueexponential actions update --id \x3Cid> --kanban IN_PROGRESS→ start workingexponential actions update --id \x3Cid> --kanban DONE→ mark complete
Review project board:
exponential actions kanban --project \x3Cid>→ see full board- Filter by status:
--status IN_PROGRESS
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install exponential - After installation, invoke the skill by name or use
/exponential - Provide required inputs per the skill's parameter spec and get structured output
What is Exponential?
Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI. Use when creating, listing, or updating actions/tasks, viewing projects, che... It is an AI Agent Skill for Claude Code / OpenClaw, with 452 downloads so far.
How do I install Exponential?
Run "/install exponential" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Exponential free?
Yes, Exponential is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Exponential support?
Exponential is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Exponential?
It is built and maintained by J△MΞS (@positonic); the current version is v1.0.0.