Install
openclaw skills install super-product任务管理 CLI 工具,用于 Super Productivity 数据的命令行管理。支持任务管理、计数器管理、项目管理、今日状态查看等功能。当用户提到 super-productivity、sp 任务管理、命令行任务管理时触发。
openclaw skills install super-product命令行接口,用于管理 Super Productivity 应用中的任务、计数器和项目。
pip install super-productivity-cli
sp status
查看今天的任务摘要和统计数据。
| 命令 | 说明 |
|---|---|
sp task list | 列出所有任务 |
sp task search <关键词> | 搜索任务 |
sp task view <task-id> | 查看任务详情 |
sp task add --title "<标题>" | 添加新任务 |
sp task edit <task-id> --title "<新标题>" | 编辑任务 |
sp task done <task-id> | 标记任务完成 |
sp task estimate <task-id> <时间> | 估算时间,如 2h、30m |
sp task log <task-id> <时间> | 记录实际花费时间 |
sp task plan <task-id> <日期> <时间> | 计划任务时间 |
sp task delete <task-id> | 删除任务 |
| 命令 | 说明 |
|---|---|
sp counter list | 列出所有计数器 |
sp counter search <关键词> | 搜索计数器 |
sp counter add --title "<名称>" | 添加计数器 |
sp counter edit <counter-id> --title "<新名称>" | 编辑计数器 |
sp counter log <counter-id> | 记录一次计数 |
sp counter toggle <counter-id> | 切换计数器状态 |
sp counter delete <counter-id> | 删除计数器 |
sp project list
sp project view <project-id>
--json: JSON 格式输出--ndjson: NDJSON 格式输出(每行一个 JSON 对象)--full: 包含完整实体数据sp statussp task search "报告"sp task view <task-id>sp task done <task-id>list 或 search 获取 ID* 搜索,如 sp task search "open*"--json 输出避免中文乱码PYTHONIOENCODING=utf-8 解决编码问题