Exponential
Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI.
- Rating
- 4.7 (354 reviews)
- Downloads
- 42,563 downloads
- Version
- 1.0.0
Overview
Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI.
Complete Documentation
View Source →
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 <JWT> --api-url https://www.exponential.im
Verify: exponential --help should show available commands.
Commands
Actions (Tasks)
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]
--due nullProjects
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--priority "1st Priority"
exponential actions today→ see what's dueexponential actions update --id→ start working--kanban IN_PROGRESS exponential actions update --id→ mark complete--kanban DONE
exponential actions kanban --project→ see full board- Filter by status:
--status IN_PROGRESS
Installation
openclaw install exponential
💻Code Examples
exponential auth login --token <JWT> --api-url https://www.exponential.im
Verify: `exponential --help` should show available commands.
## Commands
### Actions (Tasks)
**List actions:**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`
### Projectsexponential 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": {}
}Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.