{
  "schemaVersion": "1.0",
  "item": {
    "slug": "exponential",
    "name": "Exponential",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/positonic/exponential",
    "canonicalUrl": "https://clawhub.ai/positonic/exponential",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/exponential",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exponential",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/exponential"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/exponential",
    "agentPageUrl": "https://openagent3.xyz/skills/exponential/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exponential/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exponential/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Exponential CLI Skill",
        "body": "Exponential is an AI-native productivity platform. This skill uses the exponential CLI to manage actions (tasks), projects, and workspaces."
      },
      {
        "title": "Prerequisites",
        "body": "npm install -g exponential-cli\nexponential auth login --token <JWT> --api-url https://www.exponential.im\n\nVerify: exponential --help should show available commands."
      },
      {
        "title": "Actions (Tasks)",
        "body": "List actions:\n\nexponential actions list [--project <id>] [--status <BACKLOG|TODO|IN_PROGRESS|IN_REVIEW|DONE>] [--assignee <id>]\n\nToday's actions:\n\nexponential actions today [--workspace <id>]\n\nDate range:\n\nexponential actions range --start 2026-01-01 --end 2026-01-31 [--workspace <id>]\n\nKanban board:\n\nexponential actions kanban [--project <id>] [--status <status>] [--assignee <id>]\n\nCreate action:\n\nexponential actions create -n \"Task name\" [-d \"Description\"] [-p <projectId>] [--priority \"1st Priority\"] [--due 2026-03-01] [--effort 60]\n\nUpdate action:\n\nexponential actions update --id <actionId> [-n \"New name\"] [-d \"New desc\"] [-p <projectId>] [--priority \"2nd Priority\"] [--status COMPLETED] [--kanban DONE] [--due 2026-03-15]\n\nClear a due date: --due null"
      },
      {
        "title": "Projects",
        "body": "exponential projects list"
      },
      {
        "title": "Workspaces",
        "body": "exponential workspaces list"
      },
      {
        "title": "Priority Values",
        "body": "Quick | Scheduled | 1st Priority | 2nd Priority | 3rd Priority | 4th Priority | 5th Priority | Errand | Remember | Watch | Someday Maybe"
      },
      {
        "title": "Kanban Statuses",
        "body": "BACKLOG | TODO | IN_PROGRESS | IN_REVIEW | DONE | CANCELLED"
      },
      {
        "title": "Action Statuses",
        "body": "ACTIVE | COMPLETED | CANCELLED"
      },
      {
        "title": "Output",
        "body": "TTY (interactive): pretty-printed with colors\nPiped/scripted: JSON output (auto-detected)\nForce JSON: --json\nForce pretty: --pretty"
      },
      {
        "title": "JSON Output Shape",
        "body": "Actions list:\n\n{\n  \"actions\": [{ \"id\": \"...\", \"name\": \"...\", \"status\": \"ACTIVE\", \"priority\": \"1st Priority\", \"kanbanStatus\": \"TODO\", \"project\": { \"id\": \"...\", \"name\": \"...\" }, \"dueDate\": null }],\n  \"total\": 1,\n  \"filters\": {}\n}\n\nSingle action (create/update):\n\n{ \"id\": \"...\", \"name\": \"...\", \"status\": \"ACTIVE\", \"priority\": \"Quick\", \"kanbanStatus\": \"TODO\", \"project\": { \"id\": \"...\", \"name\": \"...\" } }"
      },
      {
        "title": "Workflow Patterns",
        "body": "Create tasks for a project:\n\nexponential projects list → find the project ID\nexponential actions create -n \"Task\" -p <projectId> --priority \"1st Priority\"\n\nTriage daily work:\n\nexponential actions today → see what's due\nexponential actions update --id <id> --kanban IN_PROGRESS → start working\nexponential actions update --id <id> --kanban DONE → mark complete\n\nReview project board:\n\nexponential actions kanban --project <id> → see full board\nFilter by status: --status IN_PROGRESS"
      }
    ],
    "body": "Exponential CLI Skill\n\nExponential is an AI-native productivity platform. This skill uses the exponential CLI to manage actions (tasks), projects, and workspaces.\n\nPrerequisites\nnpm install -g exponential-cli\nexponential auth login --token <JWT> --api-url https://www.exponential.im\n\n\nVerify: exponential --help should show available commands.\n\nCommands\nActions (Tasks)\n\nList actions:\n\nexponential actions list [--project <id>] [--status <BACKLOG|TODO|IN_PROGRESS|IN_REVIEW|DONE>] [--assignee <id>]\n\n\nToday's actions:\n\nexponential actions today [--workspace <id>]\n\n\nDate range:\n\nexponential actions range --start 2026-01-01 --end 2026-01-31 [--workspace <id>]\n\n\nKanban board:\n\nexponential actions kanban [--project <id>] [--status <status>] [--assignee <id>]\n\n\nCreate action:\n\nexponential actions create -n \"Task name\" [-d \"Description\"] [-p <projectId>] [--priority \"1st Priority\"] [--due 2026-03-01] [--effort 60]\n\n\nUpdate action:\n\nexponential actions update --id <actionId> [-n \"New name\"] [-d \"New desc\"] [-p <projectId>] [--priority \"2nd Priority\"] [--status COMPLETED] [--kanban DONE] [--due 2026-03-15]\n\n\nClear a due date: --due null\n\nProjects\nexponential projects list\n\nWorkspaces\nexponential workspaces list\n\nPriority Values\n\nQuick | Scheduled | 1st Priority | 2nd Priority | 3rd Priority | 4th Priority | 5th Priority | Errand | Remember | Watch | Someday Maybe\n\nKanban Statuses\n\nBACKLOG | TODO | IN_PROGRESS | IN_REVIEW | DONE | CANCELLED\n\nAction Statuses\n\nACTIVE | COMPLETED | CANCELLED\n\nOutput\nTTY (interactive): pretty-printed with colors\nPiped/scripted: JSON output (auto-detected)\nForce JSON: --json\nForce pretty: --pretty\nJSON Output Shape\n\nActions list:\n\n{\n  \"actions\": [{ \"id\": \"...\", \"name\": \"...\", \"status\": \"ACTIVE\", \"priority\": \"1st Priority\", \"kanbanStatus\": \"TODO\", \"project\": { \"id\": \"...\", \"name\": \"...\" }, \"dueDate\": null }],\n  \"total\": 1,\n  \"filters\": {}\n}\n\n\nSingle action (create/update):\n\n{ \"id\": \"...\", \"name\": \"...\", \"status\": \"ACTIVE\", \"priority\": \"Quick\", \"kanbanStatus\": \"TODO\", \"project\": { \"id\": \"...\", \"name\": \"...\" } }\n\nWorkflow Patterns\n\nCreate tasks for a project:\n\nexponential projects list → find the project ID\nexponential actions create -n \"Task\" -p <projectId> --priority \"1st Priority\"\n\nTriage daily work:\n\nexponential actions today → see what's due\nexponential actions update --id <id> --kanban IN_PROGRESS → start working\nexponential actions update --id <id> --kanban DONE → mark complete\n\nReview project board:\n\nexponential actions kanban --project <id> → see full board\nFilter by status: --status IN_PROGRESS"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/positonic/exponential",
    "publisherUrl": "https://clawhub.ai/positonic/exponential",
    "owner": "positonic",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/exponential",
    "downloadUrl": "https://openagent3.xyz/downloads/exponential",
    "agentUrl": "https://openagent3.xyz/skills/exponential/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exponential/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exponential/agent.md"
  }
}