-
-
Notifications
You must be signed in to change notification settings - Fork 911
Description
Summary
The clawsy skill (clawhub.com/iret77/clawsy) is flagged as flagged.suspicious. We believe this is a false positive triggered by earlier versions that included install scripts. The current version v0.9.34 is a docs-only release with zero executable code.
What changed in v0.9.34
We moved all server-side code and install scripts out of the published ClawHub package and into the GitHub repo exclusively:
- Published package contains only:
SKILL.md,CLAWSY.md,requirements.txt - No
.sh,.py, or.tsfiles in the package - Install instructions in SKILL.md now point to GitHub:
curl -sL https://raw.githubusercontent.com/iret77/clawsy/main/server/install.sh | bash
The previous versions contained scripts/install.sh which copied files to ~/.openclaw/extensions/, modified openclaw.json, and ran openclaw gateway restart — all legitimate for a gateway plugin, but understandably flagged by automated scanners.
What Clawsy is
Clawsy is a native macOS menu bar companion app for OpenClaw that provides:
- Screenshot capture, clipboard sync, camera access
- File sharing via a sandboxed shared folder
- Mission Control (live task progress display)
- Quick Send (⌘⇧K hotkey for sending messages to the agent)
It connects via WebSocket to the OpenClaw gateway. The skill file provides agent instructions for using these capabilities — no code execution needed in the skill itself.
GitHub repo (open source): https://github.com/iret77/clawsy
Mac app download: https://github.com/iret77/clawsy/releases
Request
Please rescan v0.9.34 and remove the flagged.suspicious flag. The package now contains only documentation files with no executable content.
Thank you!