Skip to content

Clacky v0.2.0 β€” she works while you work 🧀

Latest

Choose a tag to compare

@Raynan00 Raynan00 released this 10 Jul 11:26

Clacky v0.2.0 β€” she works while you work 🧀

v0.1 talked to your computer. v0.2 gets things done while you talk and hands
you the receipts, in your folders or your apps.

Background agents that leave you files

Say "go research the best budget laptops and tell me later" and keep
working: she keeps chatting with you while an embedded
hermes-agent session
(driven over ACP, on your same Claude key) does the work. She reports back
during a lull and opens a folder with an actual written report. Real web
search included out of the box.

"Go research this and tell me later" works too β€” she looks at your
focused window when you ask, so the agent knows what "this" is.

She can deliver into your apps β€” connecting one is a browser click

"…and put it in my Notion." If Notion isn't connected, a small window
appears: hit Connect, approve in the browser that opens, done forever.
No API keys to hunt (it's the MCP OAuth flow, with automatic token renewal).

Notion, Linear, Sentry, GitHub, and Hugging Face work with zero typing.
Connect Composio β€” also a browser sign-in β€” and she
can reach 1000+ apps: Sheets, Slack, Gmail, Calendar, the lot. First
time a task touches an app you haven't authorized, she opens the approval
in your browser and finishes the delivery herself after you click.

She opens what she delivers, only trusts URLs the app's server actually
returned, and never claims a delivery she didn't make.

Skills are files now (the open Agent Skills standard)

"Save this as game time β€” open Steam and Elden Ring tutorials." That's a
SKILL.md on your disk β€” edit it in Notepad, share it, PR it to
skills/community/, or drop in any skill from the
agentskills.io ecosystem. Both her foreground and
background brains use the same skills. Same format as Claude, Hermes, and
OpenClaw β€” except you teach her by voice.

Smaller things you'll notice

  • She understands delegation: "go open Chrome" acts on your screen; "go dig
    into X and report back" spins up a background agent.
  • Setup: one install line includes everything; the wizard takes your keys
    and offers the Composio sign-in; clacky connect <app> from a terminal is
    the whole flow.
  • Timeouts keep partial work, background tasks never pop windows over your
    work, and the background agent's environment is scrubbed of secrets it
    doesn't need.

Install

  • Download: Clacky-v0.2.0-windows.zip below β€” extract, run, the wizard
    does the rest. (Unsigned exe: SmartScreen will warn β€” "More info β†’ Run
    anyway".) For background agents, also
    pip install hermes-agent ddgs agent-client-protocol (any Python 3.11–3.13).
  • Source: pip install -e ".[shell,claude]" (Python 3.11+) β€” background
    agents included by default.

Full guide: docs/USAGE.md


Full changelog: v0.1.0...v0.2.0