super-productivity

任务管理 CLI 工具,用于 Super Productivity 数据的命令行管理。支持任务管理、计数器管理、项目管理、今日状态查看等功能。当用户提到 super-productivity、sp 任务管理、命令行任务管理时触发。

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 "super-productivity" with this command: npx skills add goog/super-product

Super Productivity CLI

命令行接口,用于管理 Super Productivity 应用中的任务、计数器和项目。

安装

pip install super-productivity-cli

核心命令

今日状态

sp status

查看今天的任务摘要和统计数据。

任务管理 (sp task)

命令说明
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> <时间>估算时间,如 2h30m
sp task log <task-id> <时间>记录实际花费时间
sp task plan <task-id> <日期> <时间>计划任务时间
sp task delete <task-id>删除任务

计数器管理 (sp counter)

命令说明
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)

sp project list
sp project view <project-id>

输出选项

  • --json: JSON 格式输出
  • --ndjson: NDJSON 格式输出(每行一个 JSON 对象)
  • --full: 包含完整实体数据

工作流示例

  1. 查看今日任务:sp status
  2. 搜索任务:sp task search "报告"
  3. 查看任务详情:sp task view <task-id>
  4. 标记完成:sp task done <task-id>

注意事项

  • 所有修改命令需要使用 ID,不是标题模糊匹配
  • 先用 listsearch 获取 ID
  • 支持通配符 * 搜索,如 sp task search "open*"
  • Windows 兼容性问题
    • 该包在 Python 3.11 上有 f-string 语法兼容问题(需手动修复源码)
    • Windows 控制台默认编码为 GBK,使用 --json 输出避免中文乱码
    • 可通过设置环境变量 PYTHONIOENCODING=utf-8 解决编码问题
  • 数据初始化:首次使用需创建数据文件或配置 rclone 进行云同步

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

Ai Freelancing Guide

Provides a complete guide to AI freelancing including niche analysis, pricing, client acquisition, proposal templates, and delivery workflows.

Registry SourceRecently Updated
Coding

Ai Code Assistant

提供多语言AI智能代码处理与批量自动化,显著提升开发效率,适合企业、团队及自由职业者。

Registry SourceRecently Updated
Coding

Life Control

Orchestrate the Life Control CLI skill for OpenClaw agent fleets: initialize the Life Control database, register agent personas, wire Telegram bots, and run daily routines (Morning Alignment, Body Protocol, Financial Pulse, Social Radar, Work Priming, Shutdown). Use when a user asks to create or run a Life Control system, OpenClaw skill integration, or agent persona automation for personal life tracking.

Registry SourceRecently Updated