exponential

Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI. Use when creating, listing, or updating actions/tasks, viewing projects, checking today's tasks, managing kanban boards, or any Exponential productivity workflow. Triggers on "create a task", "what's on my plate", "list actions", "update task", "exponential", "daily plan", or project management requests.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "exponential" with this command: npx skills add positonic/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 <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]

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:

  1. exponential projects list → find the project ID
  2. exponential actions create -n "Task" -p <projectId> --priority "1st Priority"

Triage daily work:

  1. exponential actions today → see what's due
  2. exponential actions update --id <id> --kanban IN_PROGRESS → start working
  3. exponential actions update --id <id> --kanban DONE → mark complete

Review project board:

  1. exponential actions kanban --project <id> → see full board
  2. Filter by status: --status IN_PROGRESS

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

China Top Doctor Referral

OceanBus-powered top-tier hospital specialist referral service for high-end medical insurance clients. Use when users need to search 1,600+ leading specialis...

Registry SourceRecently Updated
Coding

Nm Gauntlet Extract

Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges an...

Registry SourceRecently Updated
1790athola
Coding

Desktop Gui

全桌面 GUI 自动化 — 使用 Python 库 (pyautogui, opencv) + xdotool + scrot,支持鼠标/键盘模拟、截图、视觉识别。

Registry SourceRecently Updated
Coding

Nm Sanctum Doc Updates

Update documentation after code changes with quality gates, slop detection, consolidation, and accuracy verification

Registry SourceRecently Updated
1590athola