Clipboard Memory
v1.2.0Recall what the user copied on this Mac via the local clipmem archive — text, commands, URLs, file paths, HTML, images, PDFs. Triggers on requests like "what...
⭐ 0· 27·0 current·0 all-time
byTristan Manchester@tristanmanchester
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binary (clipmem), commands in SKILL.md, and the install spec (Homebrew formula) all align with a local macOS clipboard-recall tool. The skill legitimately needs access to the user's local clipmem SQLite archive to provide the claimed functionality.
Instruction Scope
Runtime instructions are limited to invoking the local clipmem CLI and auxiliary helpers (e.g., scripts/check-setup.sh). These commands read the local SQLite archive and may export raw bytes to disk (images/PDFs). The check-setup script invokes python3 to parse JSON; python3 is referenced but not listed in the declared required binaries. Also be aware that exported binaries/written files are written to disk and could contain sensitive clipboard contents—this is expected for the skill's purpose, but users should understand that clipboard data may be recovered and stored locally.
Install Mechanism
Install uses a Homebrew formula (tap: tristanmanchester/tap) and also documents a cargo install alternative. Homebrew taps are common but the tap is third-party; users who care should review the tap/maintainer. No arbitrary downloads or obfuscated installers are present.
Credentials
The skill requests no credentials or environment variables beyond standard path/home overrides. Access to ~/Library/Application Support/clipmem/clipmem.sqlite3 is intrinsic to the stated purpose. The skill does reference CLIPMEM_OPENCLAW_WORKSPACE and HOME in documentation (reasonable).
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes beyond the normal clipmem service management (brew services / LaunchAgent) that a local clipboard watcher requires. Autonomous invocation remains enabled by default (normal for skills) but is not combined with other high-privilege requests.
Assessment
This skill appears to do exactly what it says: query a local clipmem archive on macOS. Before installing, confirm you are comfortable with a local clipboard watcher and archive (clipmem) running on your Mac and storing copies of things you copy. Verify the Homebrew tap/maintainer (tristanmanchester/tap) if you prefer official sources. Note the included setup check script calls python3 but python3 is not declared as a required binary — ensure python3 is available in the environment or inspect/modify the script. Finally, remember that exporting clipboard items can write sensitive files (images, PDFs, documents) to disk—only export when necessary and remove exported files when done.Like a lobster shell, security has layers — review code before you run it.
latestvk97bk2201ek703p4884v78py4d85178x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📋 Clawdis
OSmacOS
Binsclipmem
Install
Install clipmem (brew)
Bins: clipmem
brew install tristanmanchester/tap/clipmem