From e5058a4cf9bf6f6b8a55ec7c0790ed8b519275f7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 5 Jan 2026 22:58:38 +0100 Subject: [PATCH] docs: add showcase page --- README.md | 2 +- docs/docs.json | 1 + docs/showcase.md | 38 ++++++++++++++++++++++++++++++++++++++ showcase.md | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 docs/showcase.md create mode 100644 showcase.md diff --git a/README.md b/README.md index ff9d7a21b..e68a5be0f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It answers you on the surfaces you already use (WhatsApp, Telegram, Slack, Disco If you want a personal, single-user assistant that feels local, fast, and always-on, this is it. -Website: [https://clawdbot.com](https://clawdbot.com) · Docs: [https://docs.clawdbot.com](https://docs.clawdbot.com/) · FAQ: [https://docs.clawdbot.com/faq](https://docs.clawdbot.com/faq) · Wizard: [https://docs.clawdbot.com/wizard](https://docs.clawdbot.com/wizard) · Nix: [https://github.com/clawdbot/nix-clawdbot](https://github.com/clawdbot/nix-clawdbot) · Docker: [https://docs.clawdbot.com/docker](https://docs.clawdbot.com/docker) · Discord: [https://discord.gg/clawd](https://discord.gg/clawd) +Website: [https://clawdbot.com](https://clawdbot.com) · Docs: [https://docs.clawdbot.com](https://docs.clawdbot.com/) · Showcase: [https://docs.clawdbot.com/showcase](https://docs.clawdbot.com/showcase) · FAQ: [https://docs.clawdbot.com/faq](https://docs.clawdbot.com/faq) · Wizard: [https://docs.clawdbot.com/wizard](https://docs.clawdbot.com/wizard) · Nix: [https://github.com/clawdbot/nix-clawdbot](https://github.com/clawdbot/nix-clawdbot) · Docker: [https://docs.clawdbot.com/docker](https://docs.clawdbot.com/docker) · Discord: [https://discord.gg/clawd](https://discord.gg/clawd) Preferred setup: run the onboarding wizard (`clawdbot onboard`). It walks through gateway, workspace, providers, and skills. The CLI wizard is the recommended path and works on **macOS, Windows, and Linux**. Works with npm, pnpm, or bun. diff --git a/docs/docs.json b/docs/docs.json index ea2a4b20b..26ceef64b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -26,6 +26,7 @@ "group": "Getting Started", "pages": [ "index", + "showcase", "hubs", "onboarding", "clawd", diff --git a/docs/showcase.md b/docs/showcase.md new file mode 100644 index 000000000..40abc9af9 --- /dev/null +++ b/docs/showcase.md @@ -0,0 +1,38 @@ +--- +summary: "Real-world showcases of what Clawdbot can do" +read_when: + - You want inspiration or proof of capability +--- +# Showcase + +Real projects from the community. Highlights from #showcase (Jan 2–5, 2026). + +## Automation & real-world outcomes +- **Grocery autopilot (Picnic)** — Skill built around an unofficial Picnic API client. Pulls order history, infers preferred brands, maps recipes to cart, completes order in minutes. https://github.com/timkrase/clawdis-picnic-skill +- **Grocery autopilot (Picnic, alt)** — Another Picnic-based skill built via the `picnic-api` package. https://github.com/MRVDH/picnic-api +- **German rail planning** — Go CLI for Deutsche Bahn; skill picks best connections given time windows and preferences. https://github.com/timkrase/dbrest-cli + https://github.com/timkrase/clawdis-skills/tree/main/db-bahn +- **Accounting intake** — Collect PDFs from email, prep for tax consultant (monthly accounting batch). (No link shared.) + +## Knowledge & memory systems +- **WhatsApp memory vault** — Ingests full exports, transcribes 1k+ voice notes, cross‑checks with git logs, outputs linked MD reports + ongoing indexing. (No link shared.) +- **Karakeep semantic search** — Sidecar adds vector search to Karakeep bookmarks (Qdrant + OpenAI/Ollama), includes Clawdis skill. https://github.com/jamesbrooksco/karakeep-semantic-search +- **Inside‑Out‑2 style memory** — Separate memory manager app turns session files into memories → beliefs → self model. (No link shared.) + +## Voice, docs, and assistants on the phone +- **Clawdia phone bridge** — Vapi voice assistant ↔ Clawdis HTTP bridge; near‑real‑time phone calls. https://github.com/alejandroOPI/clawdia-bridge +- **Google Docs edit skill** — Rich‑text editing skill built fast with Claude Code. (No link shared.) +- **OpenRouter transcription skill** — Multi‑lingual audio transcription via OpenRouter (Gemini etc). ClawdHub: https://clawdhub.com/obviyus/openrouter-transcribe (user/slug link) + +## Infrastructure & deployment +- **Home Assistant OS gateway add‑on** — Clawdbot gateway running on HA OS (Raspberry Pi), with SSH tunnel support + persistent state in /config. https://github.com/ngutman/clawdbot-ha-addon +- **Home Assistant skill** — Control/automate HA via ClawdHub. https://clawdhub.com/skills/homeassistant +- **Nix packaging** — Batteries‑included nixified clawdis config. https://github.com/joshp123/nix-clawdis +- **CalDAV skill** — khal/vdirsyncer based calendar skill. ClawdHub: caldav-calendar → https://clawdhub.com/skills/caldav-calendar + +## Home + hardware +- **Roborock integration** — Plugin for robot vacuum control. https://github.com/joshp123/gohome/tree/main/plugins/roborock + +## Community builds (non‑Clawdis but made with/around it) +- **StarSwap marketplace** — Full astronomy gear marketplace. https://star-swap.com/ + +If you want more items or a tighter curation, open an issue with links and a short blurb. diff --git a/showcase.md b/showcase.md new file mode 100644 index 000000000..060c22e70 --- /dev/null +++ b/showcase.md @@ -0,0 +1,35 @@ +# Showcase: what your personal assistant can do + +Highlights from #showcase (Jan 2–5, 2026). Curated for “wow” factor + concrete links. + +## Automation & real-world outcomes +- **Grocery autopilot (Picnic)** — Skill built around an unofficial Picnic API client. Pulls order history, infers preferred brands, maps recipes to cart, completes order in minutes. https://github.com/timkrase/clawdis-picnic-skill +- **Grocery autopilot (Picnic, alt)** — Another Picnic-based skill built via the `picnic-api` package. https://github.com/MRVDH/picnic-api +- **German rail planning** — Go CLI for Deutsche Bahn; skill picks best connections given time windows and preferences. https://github.com/timkrase/dbrest-cli + https://github.com/timkrase/clawdis-skills/tree/main/db-bahn (link check pending) +- **Accounting intake** — Collect PDFs from email, prep for tax consultant (monthly accounting batch). (No link shared.) + +## Knowledge & memory systems +- **WhatsApp memory vault** — Ingests full exports, transcribes 1k+ voice notes, cross‑checks with git logs, outputs linked MD reports + ongoing indexing. (No link shared.) +- **Karakeep semantic search** — Sidecar adds vector search to Karakeep bookmarks (Qdrant + OpenAI/Ollama), includes Clawdis skill. https://github.com/jamesbrooksco/karakeep-semantic-search +- **Inside‑Out‑2 style memory** — Separate memory manager app turns session files into memories → beliefs → self model. (No link shared.) + +## Voice, docs, and assistants on the phone +- **Clawdia phone bridge** — Vapi voice assistant ↔ Clawdis HTTP bridge; near‑real‑time phone calls. https://github.com/alejandroOPI/clawdia-bridge +- **Google Docs edit skill** — Rich‑text editing skill built fast with Claude Code. (No link shared.) +- **OpenRouter transcription skill** — Multi‑lingual audio transcription via OpenRouter (Gemini etc). ClawdHub: https://clawdhub.com/obviyus/openrouter-transcribe (user/slug link) + +## Infrastructure & deployment +- **Home Assistant OS gateway add‑on** — Clawdbot gateway running on HA OS (Raspberry Pi), with SSH tunnel support + persistent state in /config. https://github.com/ngutman/clawdbot-ha-addon +- **Home Assistant skill** — Control/automate HA via ClawdHub. https://clawdhub.com/skills/homeassistant +- **Nix packaging** — Batteries‑included nixified clawdis config. https://github.com/joshp123/nix-clawdis +- **CalDAV skill** — khal/vdirsyncer based calendar skill. ClawdHub: caldav-calendar → https://clawdhub.com/skills/caldav-calendar + +## Home + hardware +- **Roborock integration** — Plugin for robot vacuum control. https://github.com/joshp123/gohome/tree/main/plugins/roborock + +## Community builds (non‑Clawdis but made with/around it) +- **StarSwap marketplace** — Full astronomy gear marketplace. https://star-swap.com/ + +--- + +If you want more items (or tighter curation), tell me the target length and audience.