← 返回
开发者工具 Key 中文

Exponential

Manage tasks, projects, and workspaces in Exponential via the `exponential` CLI. Use when creating, listing, or updating actions/tasks, viewing projects, che...
在 Exponential 中使用 `exponential` CLI 管理任务、项目和工作区。适用于创建、列出或更新操作/任务、查看项目等。
positonic
开发者工具 clawhub v1.0.0 1 版本 99862.1 Key: 需要
★ 0
Stars
📥 724
下载
💾 4
安装
1
版本
#latest

概述

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 --priority "1st Priority"

Triage daily work:

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

Review project board:

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 17:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,432
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,627
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,548