← Back to Skills Marketplace
gift-is-coding

Computer Use Notes

by gift-is-coding · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install computer-use-notes
Description
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...
README (SKILL.md)

Computer Use Notes

When the user provides a capability observation, do the following:

  1. Extract one concise note sentence.
  2. Classify into one of three categories:
    • can-do: clearly works reliably
    • partial: works in some cases / unstable / needs workaround
    • cannot-do: currently not possible or repeatedly fails
  3. Append the note with timestamp via script:
    • python3 skills/computer-use-notes/scripts/add_note.py --category \x3Ccategory> --note "\x3Ctext>"
  4. 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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install computer-use-notes
  3. After installation, invoke the skill by name or use /computer-use-notes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug computer-use-notes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.

How do I install Computer Use Notes?

Run "/install computer-use-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Computer Use Notes free?

Yes, Computer Use Notes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Computer Use Notes support?

Computer Use Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Computer Use Notes?

It is built and maintained by gift-is-coding (@gift-is-coding); the current version is v1.0.0.

💬 Comments