Files
openclaw-skill/openclaw-knowhow-skill/docs/get-started/showcase.md
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

242 lines
8.0 KiB
Markdown

# Showcase
> Real-world OpenClaw projects from the community
Real projects from the community. See what people are building with OpenClaw.
**Want to be featured?** Share your project in [#showcase on Discord](https://discord.gg/clawd) or [tag @openclaw on X](https://x.com/openclaw).
## OpenClaw in Action
Full setup walkthrough (28m) by VelvetShark.
- [Watch on YouTube](https://www.youtube.com/watch?v=SaWSPZoPX34)
- [Watch on YouTube](https://www.youtube.com/watch?v=mMSKQvlmFuQ)
- [Watch on YouTube](https://www.youtube.com/watch?v=5kkIJNUGFho)
## Fresh from Discord
### PR Review to Telegram Feedback
**@bangnokia** - `review` `github` `telegram`
"OpenCode finishes the change, opens a PR, OpenClaw reviews the diff and replies in Telegram with minor suggestions plus a clear merge verdict"
### Wine Cellar Skill in Minutes
**@prades_maxime** - `skills` `local` `csv`
"Asked Robby for a local wine cellar skill. It requests a sample CSV export + where to store it, then builds/tests the skill fast (962 bottles in example)."
### Tesco Shop Autopilot
**@marchattonhere** - `automation` `browser` `shopping`
"Weekly meal plan, regulars, book delivery slot, confirm order. No APIs, just browser control."
### SNAG Screenshot-to-Markdown
**@am-will** - `devtools` `screenshots` `markdown`
"Hotkey a screen region, Gemini vision, instant Markdown in your clipboard."
### Agents UI
**@kitze** - `ui` `skills` `sync`
"Desktop app to manage skills/commands across Agents, Claude, Codex, and OpenClaw."
### Telegram Voice Notes (papla.media)
**Community** - `voice` `tts` `telegram`
"Wraps papla.media TTS and sends results as Telegram voice notes (no annoying autoplay)."
### CodexMonitor
**@odrobnik** - `devtools` `codex` `brew`
"Homebrew-installed helper to list/inspect/watch local OpenAI Codex sessions (CLI + VS Code)."
### Bambu 3D Printer Control
**@tobiasbischoff** - `hardware` `3d-printing` `skill`
"Control and troubleshoot BambuLab printers: status, jobs, camera, AMS, calibration, and more."
### Vienna Transport (Wiener Linien)
**@hjanuschka** - `travel` `transport` `skill`
"Real-time departures, disruptions, elevator status, and routing for Vienna's public transport."
### ParentPay School Meals
**@George5562** - `automation` `browser` `parenting`
"Automated UK school meal booking via ParentPay. Uses mouse coordinates for reliable table cell clicking."
### R2 Upload (Send Me My Files)
**@julianengel** - `files` `r2` `presigned-urls`
"Upload to Cloudflare R2/S3 and generate secure presigned download links. Perfect for remote OpenClaw instances."
### iOS App via Telegram
**@coard** - `ios` `xcode` `testflight`
"Built a complete iOS app with maps and voice recording, deployed to TestFlight entirely via Telegram chat."
### Oura Ring Health Assistant
**@AS** - `health` `oura` `calendar`
"Personal AI health assistant integrating Oura ring data with calendar, appointments, and gym schedule."
### Kev's Dream Team (14+ Agents)
**@adam91holt** - `multi-agent` `orchestration` `architecture` `manifesto`
"14+ agents under one gateway with Opus 4.5 orchestrator delegating to Codex workers. Comprehensive technical write-up."
### Linear CLI
**@NessZerra** - `devtools` `linear` `cli` `issues`
"CLI for Linear that integrates with agentic workflows (Claude Code, OpenClaw). Manage issues, projects, workflows from terminal."
### Beeper CLI
**@jules** - `messaging` `beeper` `cli` `automation`
"Read, send, and archive messages via Beeper Desktop. Uses Beeper local MCP API so agents can manage all your chats."
## Automation & Workflows
### Winix Air Purifier Control
**@antonplex** - `automation` `hardware` `air-quality`
"Claude Code discovered and confirmed the purifier controls, then OpenClaw takes over to manage room air quality."
### Pretty Sky Camera Shots
**@signalgaining** - `automation` `camera` `skill` `images`
"Triggered by a roof camera: ask OpenClaw to snap a sky photo whenever it looks pretty."
### Visual Morning Briefing Scene
**@buddyhadry** - `automation` `briefing` `images` `telegram`
"A scheduled prompt generates a single scene image each morning (weather, tasks, date, favorite post/quote)."
### Padel Court Booking
**@joshp123** - `automation` `booking` `cli`
"Playtomic availability checker + booking CLI. Never miss an open court again."
### Accounting Intake
**Community** - `automation` `email` `pdf`
"Collects PDFs from email, preps documents for tax consultant. Monthly accounting on autopilot."
### Couch Potato Dev Mode
**@davekiss** - `telegram` `website` `migration` `astro`
"Rebuilt entire personal site via Telegram while watching Netflix — Notion to Astro, 18 posts migrated."
### Job Search Agent
**@attol8** - `automation` `api` `skill`
"Searches job listings, matches against CV keywords, and returns relevant opportunities with links."
### Jira Skill Builder
**@jdrhyne** - `automation` `jira` `skill` `devtools`
"OpenClaw connected to Jira, then generated a new skill on the fly (before it existed on ClawHub)."
### Todoist Skill via Telegram
**@iamsubhrajyoti** - `automation` `todoist` `skill` `telegram`
"Automated Todoist tasks and had OpenClaw generate the skill directly in Telegram chat."
### TradingView Analysis
**@bheem1798** - `finance` `browser` `automation`
"Logs into TradingView via browser automation, screenshots charts, and performs technical analysis on demand."
### Slack Auto-Support
**@henrymascot** - `slack` `automation` `support`
"Watches company Slack channel, responds helpfully, and forwards notifications to Telegram. Autonomously fixed a production bug."
## Knowledge & Memory
### xuezh Chinese Learning
**@joshp123** - `learning` `voice` `skill`
"Chinese learning engine with pronunciation feedback and study flows via OpenClaw."
### WhatsApp Memory Vault
**Community** - `memory` `transcription` `indexing`
"Ingests full WhatsApp exports, transcribes 1k+ voice notes, cross-checks with git logs, outputs linked markdown reports."
### Karakeep Semantic Search
**@jamesbrooksco** - `search` `vector` `bookmarks`
"Adds vector search to Karakeep bookmarks using Qdrant + OpenAI/Ollama embeddings."
### Inside-Out-2 Memory
**Community** - `memory` `beliefs` `self-model`
"Separate memory manager that turns session files into memories, beliefs, and an evolving self model."
## Voice & Phone
### Clawdia Phone Bridge
**@alejandroOPI** - `voice` `vapi` `bridge`
"Vapi voice assistant to OpenClaw HTTP bridge. Near real-time phone calls with your agent."
### OpenRouter Transcription
**@obviyus** - `transcription` `multilingual` `skill`
"Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on ClawHub."
## Infrastructure & Deployment
### Home Assistant Add-on
**@ngutman** - `homeassistant` `docker` `raspberry-pi`
"OpenClaw gateway running on Home Assistant OS with SSH tunnel support and persistent state."
### Home Assistant Skill
**ClawHub** - `homeassistant` `skill` `automation`
"Control and automate Home Assistant devices via natural language."
### Nix Packaging
**@openclaw** - `nix` `packaging` `deployment`
"Batteries-included nixified OpenClaw configuration for reproducible deployments."
### CalDAV Calendar
**ClawHub** - `calendar` `caldav` `skill`
"Calendar skill using khal/vdirsyncer. Self-hosted calendar integration."
## Home & Hardware
### GoHome Automation
**@joshp123** - `home` `nix` `grafana`
"Nix-native home automation with OpenClaw as the interface, plus beautiful Grafana dashboards."
### Roborock Vacuum
**@joshp123** - `vacuum` `iot` `plugin`
"Control your Roborock robot vacuum through natural conversation."
## Community Projects
### StarSwap Marketplace
**Community** - `marketplace` `astronomy` `webapp`
"Full astronomy gear marketplace. Built with/around the OpenClaw ecosystem."
---
## Submit Your Project
Have something to share? We'd love to feature it!
**Share It:** Post in [#showcase on Discord](https://discord.gg/clawd) or [tweet @openclaw](https://x.com/openclaw)
**Include Details:** Tell us what it does, link to the repo/demo, share a screenshot if you have one
**Get Featured:** We'll add standout projects to this page