← 返回 Skills 市场
Computer Use Notes
作者
gift-is-coding
· GitHub ↗
· v1.0.0
· MIT-0
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install computer-use-notes
功能描述
Record and classify user observations about what computer use can do, partially do, and cannot do. Use when the user says to remember/log/record capability f...
使用说明 (SKILL.md)
Computer Use Notes
When the user provides a capability observation, do the following:
- Extract one concise note sentence.
- Classify into one of three categories:
can-do: clearly works reliablypartial: works in some cases / unstable / needs workaroundcannot-do: currently not possible or repeatedly fails
- Append the note with timestamp via script:
python3 skills/computer-use-notes/scripts/add_note.py --category \x3Ccategory> --note "\x3Ctext>"
- Reply with a short confirmation including category.
Classification hints
- Contains words like “能做 / 可以 / 成功 / works” =>
can-do - Contains words like “部分能做 / 偶尔 / 不稳定 / workaround” =>
partial - Contains words like “不能做 / 无法 / 失败 / blocked” =>
cannot-do
If ambiguous, ask one short clarification question.
Data files
- Raw log:
memory/computer-use-notes.jsonl - Human-readable board:
memory/computer-use-notes.md
安全使用建议
This skill appears safe and does what it says: it will run a local Python script to append classified one-line notes to memory/computer-use-notes.jsonl and regenerate a Markdown board. Before installing, verify you are comfortable with the agent creating and storing notes in the agent workspace (these files may contain any user-provided text and could include sensitive content). Ensure python3 is available in the environment. If you need stricter controls, confirm where 'memory/' is mounted and consider restricting what the agent is allowed to log.
功能分析
Type: OpenClaw Skill
Name: computer-use-notes
Version: 1.0.0
The skill is a utility for logging and categorizing observations about computer use capabilities into local JSONL and Markdown files. The Python script `scripts/add_note.py` uses standard libraries for file I/O and argument parsing, showing no signs of data exfiltration, command injection, or malicious intent.
能力评估
Purpose & Capability
Name/description match the behavior: the skill extracts a single-sentence note, classifies it, and persists it. Required capabilities (none) are proportional to that purpose.
Instruction Scope
SKILL.md instructs the agent to extract a concise note, classify it, and call the included Python script. The instructions only read/write the skill's own memory files and do not request other system files, environment variables, or external endpoints.
Install Mechanism
No install spec; the skill is instruction+one local script. There is no network download or package install, and nothing is written outside the agent workspace's memory folder.
Credentials
No environment variables, credentials, or config paths are required. The script only writes/reads memory/computer-use-notes.* files under the agent workspace.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It writes its own memory files (expected behavior for a logging skill).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install computer-use-notes - 安装完成后,直接呼叫该 Skill 的名称或使用
/computer-use-notes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of computer-use-notes skill:
- Allows recording and classifying user observations about computer capabilities.
- Automatically sorts notes into three categories: can-do, partial, and cannot-do.
- Adds each note with a timestamp via a script.
- Gives clear confirmation and responses for each logged note.
- Includes classification hints and clarifies ambiguous input.
- Stores logs in both JSONL and markdown board formats.
元数据
常见问题
Computer Use Notes 是什么?
Record and classify user observations about what computer use can do, partially do, and cannot do. Use when the user says to remember/log/record capability f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 Computer Use Notes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install computer-use-notes」即可一键安装,无需额外配置。
Computer Use Notes 是免费的吗?
是的,Computer Use Notes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Computer Use Notes 支持哪些平台?
Computer Use Notes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Computer Use Notes?
由 gift-is-coding(@gift-is-coding)开发并维护,当前版本 v1.0.0。
推荐 Skills