looking for o_0 ? [oh0.ai]
TLDR

Three built-in integrations. Build your own by asking Claude.

Integrations

Built-in

Telegram

Your AI in your pocket. Two-way conversations, photos, voice notes, documents. Ask Claude to "set up Telegram" and it handles everything.

Slack

Team-ready. Threaded replies that each spawn their own terminal session. Ask Claude to "connect Slack" and it wires it up.

Whisper

Audio transcription and text-to-speech via OpenAI. Transcribe recordings, generate voice responses. Requires OPENAI_API_KEY in .env.

Build Your Own

No plugin marketplace. Any service with a documented API can become a Clappie integration.

Just tell Claude what you want:

Build me a clappie skill for GitHub. Reference the
full skill-maker docs. Use the OAuth helper for auth.
I want webhooks for pull requests, issues, and stars.

Claude reads the skill-maker reference, creates the folder, wires up OAuth, sets up webhook routes, and you're done.

That's it. Two helpers make it all work:

OAuth Helper

Token management that just works. Authenticate once, and tokens auto-refresh forever. No expiry headaches, no manual refresh flows.

Say "set up OAuth for Linear" and Claude creates the config. From then on, any skill can grab a fresh token whenever it needs one. Supports any OAuth2 service — if it has an authorize URL and a token URL, it works.

Tokens live in plain files. The display lets you see what's connected, revoke access, or force a refresh.

Webhook Routing

External services send events to your machine and Clappie routes them to the right handler automatically.

Three modes — dump to the notifications folder (simplest), spawn a sidekick to handle it (smart), or run custom logic (full control). Each skill can register its own webhook routes.

Tailscale Funnel on port 443 makes your machine reachable. The sidekick server handles routing. Every webhook URL gets a random secret path so nothing is guessable.

# Integrations built-in: telegram, slack, whisper (audio). that's it rn build your own: just make a skill folder and go. oauth helper + webhook routing included the whole point is you don't need a "skill hub" — any well-documented API, just ask claude to build it example: "integrate me with Linear" and it does it
CODED IN ENGLISH

This was my personal Claude Code setup being released as a project. It was "vibe coded" — the architecture is human, the code is robot. Built entirely through conversation with Claude Code. Beware of serious issues, bugs or vulnerabilities. But it was also built with love.

NOT AFFILIATED WITH ANTHROPIC

Clappie is an independent project designed to work with Claude Code. It is NOT created, endorsed, or supported by Anthropic. "Claude" and "Claude Code" are trademarks of Anthropic. This software is not guaranteed to work, may break at any time without notice from a Claude Code update or from the author simply not maintaining it, may degrade or interfere with your normal Claude Code experience, and comes with zero expectation of continued functionality or compatibility.

By using Clappie, you acknowledge that your use of Claude Code remains subject to Anthropic's Acceptable Use Policy and Terms of Service. Clappie provides no separate license, warranty, or terms of its own. All AI interactions are processed through your existing Claude Code subscription and are governed solely by your agreement with Anthropic. Clappie's author assumes no liability for any actions taken by Claude Code on your behalf, any costs incurred through API usage, or any consequences arising from the use of this software.

EXPERIMENTAL SOFTWARE - EXTREME RISK

This is autonomous AI software that takes actions with minimal human oversight. It should ONLY be used in highly controlled, sandboxed, monitored environments - never with real accounts, real data, or production systems. It is NOT SECURE, has NOT BEEN AUDITED, and may cause IRREVERSIBLE HARM to your data, systems, accounts, finances, or reputation. There is NO WARRANTY of any kind. The authors accept NO LIABILITY and NO RESPONSIBILITY for any consequences. By using this software you assume ALL RISK. If you are not fully comfortable with experimental autonomous software acting on your behalf, DO NOT USE THIS.