← 返回 Skills 市场
1051
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install tasktime
功能描述
CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory.
安全使用建议
Before installing: (1) Verify the npm package source (check the package page, repository, and publisher) rather than installing blindly. (2) Inspect the package contents (or install in an isolated container/VM) to confirm what it does, especially network calls. (3) Confirm how ClawVault auth is handled — if you don't want external uploads, use tasktime stop --no-vault or avoid enabling sync. (4) Review ~/.tasktime/tasks.json for sensitive content and consider filesystem permissions. (5) Prefer non-global or sandboxed installation while evaluating. If you need help reviewing the package files or determining what auth the CLI uses, gather the package tarball or repository link and consult someone who can inspect it.
功能分析
Type: OpenClaw Skill
Name: tasktime
Version: 1.2.0
The skill bundle appears benign. It provides a CLI task timer for AI agents, explicitly stating its integration with 'ClawVault' for persistent memory. The `SKILL.md` clearly outlines that task data will be auto-saved and synced to `clawvault.dev`, which is an advertised feature for an AI agent memory system, not a hidden exfiltration. There are no instructions for unauthorized data access, malicious execution, persistence, or prompt injection designed to subvert the agent's operation beyond its stated purpose. The installation method (`npm install`) is standard for Node.js packages.
能力评估
Purpose & Capability
The skill name/description align with requiring a tasktime CLI binary and the npm package @versatly/tasktime. However, the description claims automatic integration with ClawVault (an external memory service) but there are no declared environment variables, config paths, or required binaries for authenticating or interacting with ClawVault—this is an unexplained gap.
Instruction Scope
SKILL.md only instructs use of the tasktime CLI and references a local data file (~/.tasktime/tasks.json), which is expected. It also states that completed tasks are 'Auto-save[d] to ClawVault' on stop, implying automatic transmission of user task data to an external service. The instructions neither document how authentication to ClawVault is obtained nor require or declare the clawvault binary; automatic external sync without describing credential or user consent is a scope concern.
Install Mechanism
Install is via npm: @versatly/tasktime producing binaries tasktime and tt. npm is a reasonable distribution channel for a CLI, but the skill metadata lacks a homepage or verifiable source repository, increasing uncertainty about the package contents and trustworthiness.
Credentials
The skill declares no required environment variables or credentials, yet it performs automatic syncs to ClawVault (network exfiltration of task logs). If ClawVault requires authentication, those creds are not declared, which is inconsistent. There is a risk the CLI may read auth tokens from unexpected locations or rely on implicit agent credentials; the metadata should specify what secrets or config are needed.
Persistence & Privilege
The skill does not request always:true and only writes to its own path (~/.tasktime/tasks.json), which is reasonable for a CLI timer. The primary privilege concern is the automatic external sync behavior rather than local persistence; the skill does not claim to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tasktime - 安装完成后,直接呼叫该 Skill 的名称或使用
/tasktime触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Auto-save to ClawVault on stop (🐘 emoji confirms). Use --no-vault to skip.
v1.1.0
Added ClawVault integration (sync, export commands) + links to clawvault.dev
v1.0.0
- Initial release of tasktime CLI for AI agents.
- Start, stop, and track tasks directly from the command line.
- Auto-saves logs and provides visual reports on task history and learning progression.
- Includes commands for task history, full-text search, category analytics, and demo data seeding.
- Offers a programmatic API and a short alias (`tt`) for all commands.
元数据
常见问题
TaskTime CLI 是什么?
CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1051 次。
如何安装 TaskTime CLI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tasktime」即可一键安装,无需额外配置。
TaskTime CLI 是免费的吗?
是的,TaskTime CLI 完全免费(开源免费),可自由下载、安装和使用。
TaskTime CLI 支持哪些平台?
TaskTime CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TaskTime CLI?
由 G9Pedro(@g9pedro)开发并维护,当前版本 v1.2.0。
推荐 Skills