by Raynan00
An AI buddy that lives on your Windows PC, she sees your screen, points, and actually does things. Open-source Clicky for Windows, built on Claude.
# Add to your Claude Code skills
git clone https://github.com/Raynan00/clackyclacky is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Raynan00. An AI buddy that lives on your Windows PC, she sees your screen, points, and actually does things. Open-source Clicky for Windows, built on Claude. It has 51 GitHub stars.
clacky's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Raynan00/clacky" and add it to your Claude Code skills directory (see the Installation section above).
clacky is primarily written in Python. It is open-source under Raynan00 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh clacky against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Clicky for Windows โ open source. Talk to your PC โ she sees your screen, points at things, and actually does them.
๐ฌ Demo & write-up: raynanwuyep.com/clacky ยท โฌ Download for Windows
Clacky is a voice-first desktop companion for Windows. Hold a hotkey, talk, and she:
Her brain is Claude (Sonnet 5 + Computer Use); voice via Deepgram streaming STT and free Edge TTS.
| macOS | Windows | |
|---|---|---|
| Closed (heyclicky) | agent mode shipped | waitlist only |
| Open source | OpenClicky has agent mode | empty โ Clacky fills this |
Clicky is Mac-only. Clacky brings the same idea to the majority of desktops that can't run it โ open and free.
โ ๏ธ Early build, and honestly a bit rough. The core loop โ talk โ see โ point โ act โ works and is genuinely fun. But speech recognition isn't perfect, and the more advanced features (multi-step tasks, Gmail/Calendar, background research) are lightly tested. This is a "try it and tell me what breaks" release, not a finished product.
The voice companion โ clacky run:
clacky connect notion or clacky connect composio is a browser approve, and Composio alone brings 1000+ apps โ so tasks can end in your Notion, Sheets, or Slack, not just on disk. She opens what she delivers, and never claims a delivery she didn't make.The file organizer โ clacky organize:
clacky undo.You'll need an Anthropic API key (Clacky's brain) and ideally a Deepgram key (fast, accurate voice โ free tier; without it she falls back to slower local Whisper). A first-run setup wizard collects both โ links included.
Clacky-v0.2.0-windows.zip from ReleasesClacky.exe
(the exe is unsigned, so SmartScreen may warn on first run โ "More info โ Run anyway")Ctrl+Alt+M, say "what's on my screen?", and release ๐งคgit clone https://github.com/Raynan00/clacky.git
cd clacky
pip install -e ".[shell,claude]"
clacky run
Background agents โ the ones that leave you files โ are included by default. (One caveat: Hermes doesn't support Python 3.14 yet, so on 3.14 she falls back to spoken summaries until it does.)
Keys: let the wizard collect them, or copy .env.example โ clacky/shell/.env:
ANTHROPIC_API_KEY=sk-ant-...
DEEPGRAM_API_KEY=...
CLACKY_ACTIVE_LLM=claude
Full setup, what to say, and troubleshooting: docs/USAGE.md.
pip install -e .
clacky organize ~/Desktop -p heuristic --dry-run # preview, zero config
clacky organize ~/Desktop # do it
clacky undo # reverse it
The file organizer is move-only and fully reversible (clacky undo). The voice agent acts directly โ like Clicky, she does what you ask rather than nagging for permission โ but she stops and hands back before genuinely irreversible, high-stakes actions (send, delete, buy). It's an early build acting on your real machine, so watch her, and press Esc to stop at any time.
Issues and PRs very welcome โ contributing a skill is a 5-minute PR (see CONTRIBUTING.md). ๐งค
clacky/
shell/ # the voice + screen companion (clacky run) โ the main app
routing.py # intent routing: local fast-paths + Haiku router
tour.py # guided screen tour + pointing (inline [POINT] tags)
actions.py # computer-use agent, launchers, organizer, background agents
agent/ # computer-use actuation, permission model, safe file ops + undo
providers/ # Claude / OpenAI / Gemini / Ollama / heuristic, behind one interface
cli.py # clacky organize / undo / run
docs/ # USAGE.md (start here), plus design docs
tests/ # headless tests with a fake provider
packaging/ # PyInstaller entry (clacky.spec builds the .exe)
organizer/ # early file-organizer prototype โ superseded by clacky/, kept for its tests
Clacky is an independent project. It builds on ideas and open-source work from:
Clacky is released under the MIT License. It is not affiliated with or endorsed by the above projects or Anthropic.