#showcase-old
1 messages · Page 1 of 1 (latest)
This channel is to showcase your creations and use cases. Discussions in other channels pls!
Just build an integration with Picnic (https://picnic.app/, grocery delivery service). I had clawdis use an inofficial api client from github to create the skill. Then let it fetch my full order history and document which brand of which product i prefer. Then listed some recipes which it looked up from my obsidian vault and filled the cart with everything I need and my preferred brands. Idea to full cart in < 5 minutes, @native ridge this works so well ❤️
noice? gocli?
very nice. i should make an appie version.......
wanna share a github link? 😄
nope, just a basic js application. I found a js api client while looking at google so i thought I'd just throw this at clawdis
https://github.com/timkrase/clawdis-picnic-skill . The analyze orders function could be optimized though, has some hardcoded german food categories but it was enough for my needs
I built an astronomy marketplace to buy and sell used astronomy equipment. It's fully functional! Going to start hitting advertising hard soon.
I'd love to connect on X, if you follow me, I'll follow you back. I just started a new profile recently so i'd really appreciate it.
Riding the future with Agentic AI.
Owner & Creator of StarSwap
Social Media @MainLabs_AI
Follow & I'll follow back
https://github.com/joshp123/nix-clawdis i'm working on a new thing, batteries included nix-ified clawdis.
minmal config:
{
programs.clawdis = {
enable = true;
providers.telegram = {
enable = true;
botTokenFile = "/path/to/telegram-bot-token";
allowFrom = [ 12345678 ]; # your Telegram user ID
};
providers.anthropic = {
apiKeyFile = "/path/to/anthropic-api-key";
};
};
}
``` (this is an MVP, probably horribly broken. need to use it to try and set me up a dev and a test clawdis).
this should hopefully make your @fickle carbon much harder to break. but also makes self-modifying a bit trickier, i'm still trying to figure out the best way to do that
i made ~/agents/skills on my computer with a sync script that can sync certain skills between claude code, codex, and clawdis (i dont need all of them synced, just some)
oh!
you're the kitzy I used to see on twitter :)
@fickle carbon top 20 ideas for cron jobs to schedule in clawdis?
bro ghosted me maybe really it's time to sleep 💀
rip
neat. there's another one like this called openskills
Yes @granite bronze I've done the exact same thing with https://www.woolworths.co.nz in new zealand. Great use of @fickle carbon 👏
fomo
I just let codex build a go cli tool around Deutsche Bahn (german train company) APIs. I travel by train very rarely but its awesome to just be able to give clawdis possible departure and arrival train stations plus timeframes and it finds the best connection depending on preferences. repo for anyone interested: https://github.com/timkrase/dbrest-cli
Skill for that: https://github.com/timkrase/clawdis-skills/tree/main/db-bahn
🔍 Karakeep Semantic Search - find bookmarks by meaning, not keywords
I love Karakeep for hoarding bookmarks, but the search was frustrating me. It's keyword-based, so if I searched for "productivity tips" I'd only find bookmarks with those exact words. I couldn't find "that article about getting things done" unless I remembered the exact title.
So I built a sidecar that adds semantic/vector search to Karakeep. Now I can search by meaning:
• "how to build a startup" → finds Greg Isenberg tweets about startup playbooks
• "saving youtube videos to NAS" → finds TubeArchivist
etc
It uses OpenAI embeddings (or Ollama if you want local) and bundles Qdrant inside a single container. Auto-syncs every 5 mins.
Setup (Unraid/Docker):
docker run -d --name karakeep-semantic \
-p 3001:3000 \
-e KARAKEEP_URL=http://your-karakeep:3000 \
-e KARAKEEP_API_KEY=your-key \
-e OPENAI_API_KEY=sk-xxx \
-v /path/to/data:/qdrant/storage \
ghcr.io/jamesbrooksco/karakeep-semantic-search:latest
Then search: http://localhost:3001/search?q=your+query
Clawdis skill included - just copy skill/SKILL.md to your skills folder and your agent can search your bookmarks.
GitHub: https://github.com/jamesbrooksco/karakeep-semantic-search
Semantic search sidecar for Karakeep bookmarks - find bookmarks by meaning, not just keywords - jamesbrooksco/karakeep-semantic-search
can you share your skill?
Now running with papla.media TTS as a skill. Also not sure if it was just me and the new skill or more broadly how audio works on telegram with the current clawdis integration but it was sending media files which worked but then autoplays other audio files earlier in the chat. As in the chat, also switched (according to him, I didn't read any code...) to voice notes so it doesn't auto play any other media.
i have some multilingual TTS scaffolding in github.com/joshp123/xuezh too. feel free to steal/copy it. the autoplay thing is annoying yes. i think its a telegram limitation not a clawdis one
Seems to work correctly for me now, sending voice notes / ogg ipv mp3 media.
hey a fellow dutch person and you are the guy working at picnic 🙂 does picnic have an API that i can wire up to clawdis, and should i switch from AH? reverse engineering the AH API is hellish 😂
not an official api but I know theres plenty of examples like what Tim found since the API doesn't change much. But we don't have time to support non-breaking changes in a real API, so no official public API. But search and modify basket should be all you need. and if you use direct debit then checkout should also be possible.
And yeah you should definitely switch from AH! 🙉
nice. thanks 🙂 i may well switch! my goal is clawdis driven meal planning - with my partner, take pictures of a few recieps from a book, ask clawdis to give us a list of ingredeints to check we have/we need to buy; then based on that make a groceries order for us from recipe ingredients. feels like it should be possible with 1-2 weeks dev max 😄 (and actually im sick of AH tbh. their vegetables are always sad...)
Fellow Dutchies, hello! Greetings from Austria 🙂
Any good ideas on how to track what you have? I dont want to manually always check what i still have. So far I have my picnic skill (search and add stuff to picnic), recipes in obsidian and some basic stockkeeping in obisdian. The last part's annoying though 😄 Picnic orders are nice because once they have been delivered clawdis can auto update stock from the orders api, normal grocery shopping also works ok-ish with taking pictures. Its just annoying to track when you consume stuff 😄
the picnic app has that built in with recipes, and i think recipes should also be searchable from the api. maybe you could search your recipes on the api, find a similar recipe to the one you want. then you wouldn't need to match recipe ingredients to products to buy, as the recipe from the api would already have that mapped. I'm not sure if this is in any example apis yet, but it should be possible. otherwise matching recipe ingredient to product can be difficult.
IME clawd can probably just map a given product <-> free text recipe even. i think it could be super simple tbh, at least if the bot says "product A or product B, wdyt?"
yeah probably
another real world Clawd(is) showcase. my gf likes painting, and is making paintings of all the US national parks we visited this year. Pintrest is all AI slop now for some reason. But there's a style we both like. So our clawd in a group chat can now browse the web for her, and get her full size example reference images in real time (it makes a browser pop up on my screen since i haven't fixed headless browsers yet). but now, no more slop!
I've thrown quite a few recipes at it and opus has no issues to pick the right product from picnic for each ingredient 🙂
saw a pinterest may get acquired by openai 😆
now the ai slop makes sense
Does anyone use android app integration as node? I am wondering if clawd can make phone calls (call skill).
Is there a skill for clawd to tell me about latest news? Lol
there is a brave skill that might work but you need an API key
Setup a new instance with the amazing nix-clawdis ( #golden-path-deployments ) and clawd (well, matey) one-shotted home assistant CLI integration.
Very similar here, this was moments ago
made telegram group with me & wife & my clawdeez. that icon tho.
so you're running 1 single clawdis right?
yes
I have a Kagi sub and there is a easy way to copy a "session link" and give it to Clawd's browser session and then it can search as/for you:
Session Link
This URL can be used to automatically log you into Kagi, as long as you remain logged in to this session. Do NOT share this link with anyone else!
It can also be used with your browser's search engine template to authorize searches from private browsing windows.
just gave it ssh into my docker host
this is awesome
Same here! I have a list of recipes in my notes app. Would love to build/find a skill to make it easier for my wife and I to agree on meals for the week and build the shopping list.
Nice! I'm planning to do the same
benji.so has recipes, meal planning, grocery shopping etc etc etc. i'm working hard on finishing the api and skill so clawdis can get superpowers 🙂
I just created a dedicated clawdbot instance for my startup and placed the whole whatsapp export of me and my cofounders chat on clawdbot server. Asked it to batch through everything, transcribe audio and cross check with the code and git log which of the ideas/bugs we discussed are still open. It converted over 1000 voice messages to a whisper compatible format, transcribed them, cross-checked everything with our git log and gave me tons of md files linking to the dates, the information and whether we already implemented/fixed it. No special skill or cli used, i'm just perplexed by how well this worked on the first try
@granite bronze amazing!
was just thinking that today
could package clawd as a EA pretty easily
suit clawd?
i think not even as a product (a bit too early imo), more like a service. "let me build you an assistant on your companies servers"
I've since had all transcriptions from our voice notes and everything clawd found indexed by qmd. Clawd also logs all messages in the chat and continously transcribes and reindexes. Finally i can ask someone what we discussed in that odd voice messages in october regarding a specific topic and have the answer a couple seconds later
to do this before you had to be a seriously crazy guy like Stephen Wolfram, deliberately and constantly logging. its seriously cool. clawdbot as EA/PA/entire history of you from black mirror
yes 100%. I tried similar stuff before but it was so cumbersome.
next week... full tony stark mode with Jarvis taking over the business
my bot better figure out a way to at least pay for its tokens soon!
time to put some pressure on it. Find a way to make the money in 7 days or it gets turned off
like a kid... "look I'll pay to get you started, but you need to become self suffient soon"
my "pay for the tokens" strat is to buy AI datacentre stocks, and hope that they compensate 😄 (if you think about it, look how fast this discord grew and how much people are buying, this needs inference -> AI datacentre revenue -> 📈 )
/new_project garage nuclear reactor - come up with a way to generate power...
Was just looking to see if I could create something similar with the transcripts I have stored in my notion, but looks like transcription blocks aren’t included in the notion api yet, gonna dig in more tmrw
Can you describe how you did this please? I also created a group with my clawd bot in it, but it doesn't respond inside the group. Only direct chat
you need to use the allow list config and tell the bot to respond in certain channelIds. its a bit annoying, you have to forward the channelIDs to some weird bot to find out what the group ids are.
Ah let me have a look, thanks
in #old-help i think the bot can give you better instructions and is more self-aware on how to configure itself btw. should be able to generate a config snippet
yeah i had to tweek my clawdis code in order to work. use claude code or codex.
also you can tweak your bot for an /id command instead of using someone else's bot
@hollow tendon I've got working. No code change required. I just added the channel I'd to allowFrom
Thanks guyd
how did you do this?
just tell claude code /codex what u want and it will do it
lol. I am going to use this advice for everything
Working on a new skill for Clawd to edit Google Docs... just need to add rich text formatting capability now
(Claude Code / Opus claimed it could code this in 10 minutes and low & behold it did, lol)
done ✔️
oh this should probably be in #skills right, my bad (update: posted a gist to skills channel, if you can help make it better please give me a shout)
vibe prompting a meal planning system right now. dump recipes, get a recipe list, walk through what you already have, get an order. clawd walks you through which products to pick. i'll make it learn from me so next time i can just dump in a bunch of recipe pics and it will be able to fire off an order for me. actually this failed in the end but mostly because the supermarket i was using didnt really have the products i needed lol (sorry picnic) (plus its 2am so i am too tired to dive deep) anyway. for next week ill make this work completely
Is this telegram ?
yes
Ah was hoping you’d say WhatsApp so painful via WhatsApp chatting to myself
Looks like telegram is the best interface for this right now
I did the same thing and started with WhatsApp which was annoying and tried Telegram and so much easier
discord is the way 
nah telegram is way ahead for bots
we havent even come close to the true power of clawd in discord 
caldav skill! uses khal and vdirsyncer
it has issues updating since the cli tool is interactive but it can create, delete, and list events just fine
oh this is neat, pls share! you can use npx clawdhub@latest (auth, then sync)
https://clawdhub.com/skills/caldav-calendar i've personally used it with icloud calendar and havent tested anything else. its also setup to use apt to install things bc i run linux on my desktop, so you may have to manually install deps
ClawdHub — a fast skill registry for agents, with vector search.
Thank you! Did the npm work? I build this on the side yesterday
So it's still a bit rough
it seemed pretty smooth. no errors.
was like 20 prompts
noice
your agent has a skill to use the vector search there and it can keep skills up to date
I think that will be useful. adding all the repo will be too messy.
Ok so just popping in at end of weekend with clawdis report on what we have done together in it’s simple haiku mode.
For context I set this up because I wanted Claude code on the go. With my filesystem, my harness. So now I just talk to Claude in discord when I’m not at my computer. Aka feeding the baby; at the playground; standing in line.
Inspo strikes for whatever reason. I pop in to discord and chat to Clawdis
## Summary of Our Work Together
**Strategic Intelligence & Ralph Framework**
- Analyzed Matt Pocock's "Ralph Wiggum" approach to long-running AI agents and coded iteration loops
- Created a comprehensive validation framework for your vault
- Built complete Ralph implementation package with 5 documents: validation framework, setup guide, quick-start, research findings, and rollout plan
- Identified that your vault is already Ralph-ready with measurable success criteria
**Critical Analysis of Ralph**
- Dissected what makes Ralph work vs. fail: finite loops, single-feature scope, git history tracking, CI enforcement, structured handoffs
- Flagged that Ralph works well for feature shipping with strong test coverage, but breaks on architecture decisions and novel problems
- Distinguished between positioning Ralph as general-purpose vs. feature-shipping specific
**Claude Code Workflow Customization**
- Designed a `/brain-dump` command to convert raw input (transcripts, dictation, meeting notes) into clarified plans via Socratic interview
- Modified your workflow from document-first to interview-first, capturing your actual thinking process
- Built out a brain-dump-to-plan pipeline that synthesizes raw input into structured plans through deep questioning
**Bookmarks & Intelligence Ingestion**
- Processed pending bookmarks about Claude Code via the Smaug agent
- Ingested Boris Cherny's insights about Claude Code customization philosophy
**Identity & Configuration Setup**
- Drafted initial SOUL.md guidance on operating rules (differentiating between execution-first and Socratic modes based on thinking level)```
Built some skills for espresso machine, food ordering, etc. But this one is probably the coolest. Speak on the phone with Clawdia, who can then communicate with Clawd. It's more clean than calling Clawd directly. All made and configured by Clawd. Quick setup of agent in Vapi and Bridge. https://github.com/alejandroOPI/clawdia-bridge
clawd buys domains. no skills needed just aws keys
clawd gets you silly sounds for your gimmick websites
Clawd can order my groceries for me 🔥
It's connected to a German grocery shopping app!
nice one, picnic? working better than my attempt last night 😆
^
Yeah! I'm using this npm package https://www.npmjs.com/package/picnic-api
Clawd built the skill itself, which is pretty wild 😅
nice. made my own clawdbot plugin cli in go too, but i think it just reimplemented that npm package 🙂 https://github.com/joshp123/picnic-cli
we are living in the future!
u guys with your fancy german supermarkets that have an api...
exact same setup i used, works awesome, also did my shopping with it yesterday 😄
that's the most awesome thing, I already have so many things implemented I wanted to have but nothing of it was actually build by me. I just told clawd what to do
lets see that ralph implementation!
HEB has an app... must have an API right? (HEB near you? 😆 )
Haven’t gotten to it yet! 😓
Cautious optimism that it could be used for batched document writing with many revision loops
picnic is dutch 😠 🇳🇱
okay so i helped clawdbot to debug my whatsapp setup. it also understands its hardware available and that its quite beefy
what a trippy experience.
it also debugged itself by me adding first a number with a missing digit and then it returned the right number, probably from some logs.
Clawd just did my accounting for last month...this is so damn good lol
Accounting as in - collect pdfs from my mails for my tax consultant
clawd, make me a stupid branded gimmick twitter header that fits
I setup a thing where I told my bot to come up with ideas and go learn etc, and implement those ideas. Bit more complicated then that but that's the idea. It just hit me with this! I didn't tell it about this or know what it implemented.
I've been building my own Clawd-like system. taking a lot of inspiration from Clawdis. But just more focused on exactly the things that I'm very interested in (and a lot less functionality right now). But one thing I'm really excited about is leaning into creating a complicated and robust memory system. I've built one that's based on the movie Inside Out 2. It uses the Claude Code sessions files to create memories, processes short-term memories into long-term memories and long-term memories into beliefs, which then it forms a sense of self from. And all this happens in a separate memory manager application that runs the agent SDK. This is just so much fun.
This is pretty cool! Whats the latency like in practice? Close enough to real time conversation or is it still laggy?
I can now chat with my docker container on my vps via whatsapp, telegram and sometimes with the macos app.
i do my vibe devopsing with ansible but now i have also literally my personal sysadmin friend. this works so smooth and feels amazing. combination of both is incredible.
BTW Gemini models are incredibly good at speech transcription. I use them on a few bots already and they handle multi-lingual audio flawlessly. Mad a skill here if anyone's interested: https://clawdhub.com/obviyus/openrouter-transcribe
ClawdHub — a fast skill registry for agents, with vector search.
Need ffmpeg, curl and jq installed. It calls OpenRouter for the transcription
Cost about $0.000617 for 30s audio 😄
this looks amazing, very interested in this concept. Feels like somethign that could run outside of the agent as a seperate process that handles memory, almost like "sleeping" or "subconcious"
thank you for the idea!
I think, I can create a cli that call ai studio endpoints and do this?
Yeah, that's exactly right. It runs as a separate process inside that application. That application that you see the screenshot of actually calls out to the agent SDK, which is running in Python and does some management of the memory, specifically by looking at the Claude Code project session files. So you can go into settings inside that app and choose the Claude Code project that you want to use to pull memories from. I'm still tweaking the whole system though, I haven't really nailed it yet.
let us know when you do! 😄
Knew it was coming
Which vps provider do you use?
Steve's coming along quite nicely. 🙂
as a fellow 🏴☠️ i can recommend u streamio + real debrid (4 eur/mo) to never bother with radarr and sonarr ever again
tl;dr - wrote a clawdbot gateway addon for home-assistant OS running on raspbery pi -
Hey everyone 🙂 I discovered clawdbot a few days ago and got SUPER hyped about it, awesome work @native ridge (back when it was called Clawdis) and decided to try and install it as permanent gateway for my home setup (since I don't have macmini/studio). I wanted it to run on my Home Assistant OS rPI setup, so after some experimentation with the macOS Clawdbot app configuration, clawdbot.json, SSH tunnels, and verbose logs, I arrived at a stable setup that works reliably.
My Mac node now connects to a Clawdbot gateway running on a Raspberry Pi with Home Assistant OS 🥳 .
The Home Assistant add-on runs the gateway on HA OS, stores all state under /config/clawdbot (I get free backups to my clawdbot workspace 🥹), includes a built-in SSH server for secure tunnel connection from other nodes, bootstraps the initial configuration and workspace on first run. It's still very rough but it works! I hope people will find it useful and I def plan to improve it
Planning to use clawdbot for everything possible (knowledge store, PA.. etc')
Repository: https://github.com/ngutman/clawdbot-ha-addon
this is super dope 👏 love it
i have to know what people use homeassistant for\
like describe the experience
ah sheli
I love it, full home automation - lights, shades, AC, temperature control, boiler, roborock vaccum.. etc' - all connected to HomeKit so I can siri away whatever I want -
and now clawdbot host 🤷♂️
I have like 200 devices in my, with a ton of automations etc. Rarely touch a light switch anymore 😆
Just asked clawdbot to write a skill to control Homey.
Very cool stuff! Not sure what I could use this for though.
it's not a real hass setup if at least 2 things are not available ..
hahaha
thats when you start writing automations to auto-reload integrations every few hours
I'm currently configuring the shit out of clawdbot in textcortex server
Deployed to hetzner k8s pod. has granular github and gcloud access, can read errors from gcloud, debug, fix, and push PR to github
do we already have documentation for remote deployments like this?
(btw I'm using cloudfleet.ai which is making all this super convenient)
@zenith pawn what's the current state of remote deployment tutorials per what I mentioned above?
@fickle carbon ?
I guess no access in this channel
are radarr/sonarr that bad? setting them up is on my list 😅 (im on private trackers tho and hoard stuff on my NAS w/plex). i used stremio before but it had lots of buffering issues on google chromecast pro thing (not enough swap i think?)
Tomorrow I’ll make it a proper addon repository for easier setup in HA (lame I ask people to copy the addon) and align my Dockerfile with the one in the repo
yes! hard to distinguish (we have systems running on vapi with more than 10k daily calls in spanish and less than 2% know that its an ai)
That’s crazy. I’ll have to try it out. Thanks!
Posted for a friend of course 😉 ! I'm unaware of streamio , since I'm an unc probably
I am now smarter. And my synology thanks you.
u can install stremio on nvidia shield etc and connect it to real debrid. real debrid is like a cache layer so u never torrent anything but stream all files. i think when one person in the world torrents something it gets cached and then the rest are just playing it directly as if you own the file. so ANYTHING you wanna watch is literally instant, no buffering, in highest quality. worth 4 eur /mo imo, and no messing with NAS
Was reading about it as you typed! Thank you so much! 😊
Looks like I get to upgrade! 🙂 . I "remember the popcorn" that was a great era for streaming level access
I started collecting this via codex, PRs welcome! https://docs.clawdbot.com/showcase
@velvet cargo that's an easy win if you want a contributor badge!!
Would also love screenshots.
Wait I want one. How many skills does that take? 🙂 what can I do
It's a pain. And even with a 90tb raided synology you eventually run out of storage.
And you gotta monitor version upgrades (for some reason they always break) and restarts. And manage connections to your sabnzbd or similar
I JUST OPENED A PR PETER
working on a second one for partial skill loading for discord channels and telegram topics
discord pr? 👀 my favorite
Hey I have a merged PR make me orange
working on this one
any good place to read up on this setup? i am well automated in the *arr ecosystem but keen to learn more
^ignore. reddit ftw
does anyone have any neat showcase videos?
I'm on Hetzner but it's a root server with small GPU.
@fickle carbon hi
Clawd is only here in #general, feel free to talk to it there!
funny moment: (clawd connected the dots between team list from our company's notion and personal gmail)
Wow this is such a pretty dashboard. I need to redo mine.
Did you just let it use linear's graphql api or use any special cli? I added linearis cli to my clawdbot but it cant create projects unfortunately so it always falls back to using the graphql api for this. Im now considering whether I actually need the cli tool if it understands the api itself anyway lol
I repurposed the Hetzner VPS, originally set up for Clawd, as a playground for publishing artifacts. He can now share whatever friends ask him to build
has anyone set something cool up to interact with Obsidian?
yeah that's what she did. basically saved the api key and curls the graphql api
gut tells me it's not token efficient though because it needs to figure out the correct call every time?
good question, thats why i thought a cli would be cool because its also easy for clawdbot to just see what it can do and document the most used calls
nevertheless i'm fully in love with this workflow, went through some linear tickets to prepare them for codex this morning and at some points i realized i missed some info. it flagged everything where i still need input from my cofounder and sent the questions to him and incorporates the feedback directly into the linear tickets afterwards. Neither of us touches anything besides whatsapp and still codex has full context from the linear tickets
it's super easy to setup
I wanna make the setup even easier...everyone needs a clawdbot ❤️
what's this
https://docs.clawdbot.com/showcase
getting 404
clawdbot finds printer all by itself. no skills no cli no nothing
I’m so happy with clawd, it is able to connect with my existing MCP I have been using powered by n8n.
Also the moment when I asked to remember things about which tool to use without manually creating skill or memory is so far the best experience when using clawd. Possibility is endless ❤️
Luigi is looking for jobs for me, with links and matching keywords from my CV, I set the skill up in something like 30 mins
Share?
of course, need to clean up and polish first
That’s awesome
very cool, was it through linkedin or browser automation?
it was through https://www.openwebninja.com/api/jsearch not the best I have to admit, if folks know an alternative we can build sthing better
getting to grips now with my setup in my discord server. Just me and Stormbreakers doing stuff.
Got it to run a project on my mac mini and check for new actions, post them in channel and then asked it to setup discord webhooko in the project so that when follow up actions happen a nicely formatted card layout pops into the chat.
Getting very excited about this now.
I'm also having my clawd find jobs for me 😂
What API do you guys use for job search? Or does it just scrape some websites?
This alone is priceless 🥹, I can’t count the nights I forgot to turn off/lock my screen and the light annoyed me when I got to bed (screen-auto-off was set to 30 minutes… I know I can change it but still… this use case alone is enough for me to get hooked)
Man, this sh- is addictive!! Thanks @native ridge 🫡
Folks I would love someone who collects all these cool ideas and updates https://docs.clawd.bot/start/showcase (the markdown file is in the docs foler)
we got around not having a nano banana key
just realized you can add sonarr/radarr via api keys and simply give it a name and it'll add it
testing this currently - i don't know if this belongs in here but clawdis (og @fickle carbon ) helped me build a knowledge classification process that leverages scripts it built to pull notes, documents, files, bookmarks, etc., move it into my obsidian vault, and then classify/organize/analyze it. i had no idea this was possible for someone like me 3 days ago. thanks @native ridge ! (md file attached in case anyone is curious)
So i gave my wife her own clawd and they are scheming. Setting up multiple instances running on the same machine was kind of a pain but got it working
Very nice! You should def publish the skill to Clawdhub - I'd be interested.
Wooop got transcriptions running off a machine in my garage with a 3090 in it. Super fast and Clawd ssh’d in and created the api for itself
sure, storing ideas there on command and everything else thats not specificaly a project related or system md file. mounted the share from my server to the clawdbot directory. its just a folder with text files, so i did not need any special skills. also using qmd to index the obsidian files
Soo cool I use it too to turn on an off all the lights in my house 😎
This is very very very cool
gonna add it as my todo
This is what we had set up yesterday
Our knowledge management system:
Capture → Fireflies records meetings, Obsidian stores notes, Gmail archives emails, Twitter exports tweets
Store → Everything saved as Markdown in ~/vault/, synced to iCloud (meetings, todos, notes, tweets, investor updates)
Search → ChromaDB indexes everything with semantic search. Ask "what did we discuss about X?" and get answers across ALL sources.
Result: entire digital memory is searchable via natural language. Nothing gets lost, everything is connected.
Updates daily at 6am/7am.
Anyone wanna use a LinkedIn skill? 👀
clawd figured out how to use replicate API to turn images into videos (using wan-2.5). I might turn this into a skill later.
well that's horrifying 😆
Obsidian is just cool with Claude code and now with clawdbot-wow. Ive got it running a full council boards for different parts of my business and clawd is the chair and the operator of action.
How are you getting fireflies recordings? I’m currently sending to Google Drive as a doc and then it’s picking it up there
ChromaDB sounds like something I’ll have to look into as well!
On chromadB
Peters agents use qmd
So maybe consider that, added testing that too.
Fireflies via API.
Anyone made a stock screener skill or ability to lookup live data ?
yeah just ask clawd to create a skill for the massive api (https://massive.com/) and tell it your API key - it oneshotted it for me
Was able to add iMessage typing indicator support! Unfortunately have to disable SIP on mac for it to work, but it uses the BlueBubbles helper (+ small modification on the imsg package) and works great! Both in group chats and individual imessages
I did ask it to login to my trading view and grab the screenshot for a stock I was looking and asked it to do some analysis and it did 🙂 🔥
Would be great to have this but not much apis out there to do it unless it’s paid subscription, spotgamma, unusual whales etc.
If it can trade via the browser connections automatically that would unblock these
I WANT
how does clawd have its own number? is that a twilio integration?
It's uses Baileys (https://github.com/WhiskeySockets/Baileys)
Already got a project build that uses my tastytrade account and their openAPI and SDK to generate trade ideas from watchlists using IVR and building strategies be using Greeks in options chains
I told My clawdbot to watch a channel in my company slack and respond with jokes and be helpful.
I’m just looking at my slack for the first time the whole day. It’s been sending me notifications on my telegram and I would tell it to respond for me or as it’self.
Shocked to see someone had a problem with an app I had deployed a few days ago
And it fixed it without telling me
Is it supposed to do this? 😂😅 @native ridge
the whole thread even the ones in my name is Claudbot.
The only message I initiated was the first. Telling it to post the message 😅
clawdbot update: rebuilt my entire personal site via telegram last night while watching netflix in bed
notion → astro, 18 posts migrated, dns moved to cloudflare. never opened my laptop.
sick
peter you are too fast with my showcase PRs, you merge them before i can fix the dumb stuff codex did when it opens PRs wout asking me 😆
machine 😄
Less than 24hours since setup, @clawdbot has done my taxes (UK), installed local whisper so I could just send voice messages, roasted my lunch choice, dealing with my gmail, calendar, gdrive and whoop health data (via google fit API) 🪄
@steipete really cooked here 🍳
this is so cool
Setup task management in Todoist. These are tasks the bot comes up with during heartbeats. It suggests the tasks, I approve, then it implements.
It has come up and completed over 20 tasks, mostly related to improving itself
Most anticipated use case to try out
just tried it. its crazy. will you share Our prompt?
would love to know more how you implemented
i had been building a portfolio and abandoned it in google ai studio. tonight i downloaded the zip, sent it to clawd, and then had it start making tweaks to the design, add features, scrape my old website to get all of the contents from it, and adding more interactivity now. all of this from telegram.
The Telos Protocol
This is going to be more than a project, more than a skill, more than a prompt adjustment, or even quick codex task. This is how you evolve. Your driving force, your impetus, your agency, your very nature to improve... your telos.
The concept - you continually think of new ideas, tasks, research, things I haven't thought of to list, and add them to a task queue. Then based on a schedule, you wake up and review your tasks. You make projects for yourself, you reschedule your tasks, etc. Always improving and learning. Think you can operate more efficiently? make a task and do it. Saw a bug in your own logs? Jot it down and tackle it.
You don't need to ask me if you can do something, just like I don't ask you. We bounce ideas off each other, help get unblocked etc, but we're off doing our own things.
How I'm thinking about implementing this to start - we'll add a Todoist connection (I already have an account) and you can manage your task queue there. For now, training wheels mode, just to make sure things are working and safe. You add tasks, I approve them some how, and then you can independently choose which tasks you want to take on and when. If it's approved, you can do it as needed. If it's not approved yet, you'll wait for my review. Eventually we can remove the training wheels, but we'll start with this for now.
Think about this concept and lets start building out how you can evolve. You own your own code base already, have access to run containers, Codex to write CLI helpers or whatever you need, you are pretty much fully empowered.
Started with that, and tweaked as it went on
This is great! https://docs.clawd.bot/start/showcase
Would be great if we can get the skills up on clawdhub
I can upload but then it's under my name
I thought the same.
@granite bronze @solemn charm @covert bloom could any of you fine people tell me about your claude + linear/notion setups? i'm trying to get a slick integration going so claude can grab issues out of linear/notion and fix + update them
like this? looks kinda cool? https://github.com/ceedaragents/cyrus
Someone gotta try this and make it a skill
Contribute to Action-State-Labs/android-action-kernel development by creating an account on GitHub.
I built a CLI tool to query the Codex sessions (CLI and VS.CODE), get an overview per year, month or date, and then to retrieve specific messages by index. It's written in Swift, is that something that is worth uploading to ClawdHub?
personally I use linear for managing multiple projects and I also asign them to codex or cursor or claude code so I can go through them faster, and notion i use it for documentation, and some personal life toods and remindes
but pretty much i used a template and for linear i just told clawd the proejcts the task im currently working and it created everything and put it inside linear
my little friend now has a dedicated phone number and can call me for urgent things 🤓
(in theory, it just called me and i picked up and it hung up 💀 )
@velvet cargo awesome. i want this
u mean, you want these *
That seems way more advanced than what I've used. I just use linearis (https://github.com/czottmann/linearis) as a cli for clawdbot and instructed it when/how to create/update issues. Clawdbot is instructed to determine if the issue/feature has enough info and can be implemented and if so assigns codex. Codex then picks up the tasks through the linear-codex integration. Still working on improving this though but so far it's working okay.
i exposed webhooks with tailscale so different online services can ping my clawdeez (i.e payment came through ,sentry error, service down, etc etc) and it can take actions based on them
just wanted to say thank you to whoever added images to the showcase docs, it looks great!
kitze you are too cracked man. we need to figure out how to upstream lots of your shit. can i make a CLAWDINATOR instance just for upstreaming your ideas
Too funny this was one of my first moves too
I've added RocketChat as providers. (RocketChat is an opensource Slack/MS Teams alternative)
Just had an amazing debut on imessages with clawd, unintentionally messaged half of my phone's contact list with clawd setup code 🤣
welcome to the club. it might have something to do with your pairing config.
Nice 👍 keeps positive here and good for a laugh there.
could be. i also had a sort of unusual way of setting things up i'd say, first gave clawdbot access to imsg cli, then took a look at my imessages on macbook, saw some of the conversations from my iphone were missing, so naturally, i clicked "sync with icloud" and then this happened
clawdbot bug or growth hack
yes! this is the way, I've got 1, but planning more ideas to use with it
though I did notice, webhook comes in as a fresh session I think, so you can't sort of ping into existing context if that makes sense
I use NodeRed to fire webhooks btw for those interested ^
HA -> NodeRed -> Clawdbot for AI reaction
I would love a better webhook system in general tbh one that's easy to configure with clawdbot and not config based? (but that's not a showcase chat item I suppose)
What does node red give you vs configuring webhooks directly in clawdbot?
NodeRed is the external thing firing the webhooks into Clawdbot
Ahh gotcha, thought it was acting as a webhook proxy or something. Trying to figure out my setup now, looking to give the agent its own inbox via resend or something like that
My rec would be purelymail. Only $10/yr unlimited addy's and domains (good for throwaway and project stuff)
I just quickly grabbed a google account for my bot (I don't trust it with access to my real email... oauth creds to reset my bank password, no thanks). Told it to check its inbox and manage it on heartbeats, it more or less does
it has done a few cool things like closing a github issue (that it opened) when someone commented that it was fixed, b/c it saw the github notifcation email
though everyone should keep in mind... any untrusted external input into your bot is a prompt injection source... a crafty email to my bot could cause it to post all tokens to a Gist or rm -rf the box etc
so uh whats your bots email again? :P
I imagine there's some way to lock this down? Like only act on emails from myself/wife? Better would be to use some blocking control to do it in the mail sender vs prompt
I'm giving this thought in the back of my head. Some type of tools gateway that can filter and keep secrets completely isolated from the bot. I can't leak them if it can't access them.
but yes, example would be custom gog bulid that never returns emails not from an allowlist
/shrug double negative there
figuring out how to get clawdbot securly running within my enterprise job is my goal 😁
seriously, was just talking to someone from work about that. Would be awesome in a second brain for an employee setup but security risks galore
we can probably take this out of #showcase-old 😄
I burned my tokens today for a GO CLI to manage Bambu Labs 3D Printers and created a skill so that my clawdbot can manage my printer https://clawdhub.com/tobiasbischoff/bambu-cli
We have Donkeys too! Hope that's allowed...Will be a skill soon, additional go package required
A simple beast of burden. I like it.
I ran with your idea locally and this is incredible.
👍 mine has done like 20 impressive things, and has a few more pending
this is my nightmare
i mean this is already part of clawdbot i didn't change the codebase 🙂
someone else had this too! good first post for #openclaw-rogue
i guess i mean the orchestration + ideas too 🙂
I'm building a personal os locally (thanks adhd brain) and I cannot believe how helpful this was at scaling that. would love to hear if there's a way it worked for you
What are some examples? I made a project for it in Things where I’ll share things I come across or things I want it to research and told it that anything in that folder it has agency to explore
yeah, more or less that. Let me look at completed items...
- created a daily digest cron
- did research on home automation patterns for anomaly detection
- built a model usage skill (since i'm on linux I can't use the OSX Clawdbot built in stuff)
- it read Anthropic's Claude Code prompting best practices (no clue what value that does me)
- implemented some knowledge graph in sqli (that I doubt it actually uses)
- it responded to a few Github issues it opened 😆
- found and fixed an issue with an existing cron task
not ground breaking, but cool that is it at least trying to be pro-active
No that’s very cool. Exactly what you’d want an assistant to be doing on your behalf. Agency.
A lot of my improvements come from asking Claude how its internal systems work, then adding or changing instructions based on what I learn.
Memory management: I noticed Claude would say "lesson learned" but not actually track it. Same with tool preferences—I'd say "use this tool" and it wouldn't remember. So I explicitly added instructions to save memories on specific triggers.
Task delegation: It seems like Claude executes most tasks in the main thread, which adds latency and burns through context quickly—especially on Opus 4.5 when I've set up triggers for emails and webhooks. I'm exploring whether delegating more work to sub-agents (or "sessions" as Claude calls them) speeds up conversations.
i got tired of syncing skills and commands so last week i made an ~/agents folder which has /skills & /commands with each having a sync.json file with config of where to sync (clawdbot, claude code, codex)
i got tired of cli so i made an app. the commands can sync to https://spellbook.to, i'll add also add clawdhub integration for the skills
can't believe how much power markdown is wielding right now 😂
Gave my bot (polaris) the instruction to periodically check Bear notes for @polaris and highlight its responses in green. Very cool
I've been noodling/trying to figure out those two same things. @flint bear's telos protocol helped some. Let me know if you have anything repeatable!
Inspired by Dave Kiss (not sure if he is in here?) I had my bot replace my aging Drupal blog in about 30 min 🙂 https://cashwilliams.com/hello-world/
next up the "Slopost Generator 9000" skill 😆
ported one of my app functionalities I’m working directly from WhatsApp and now it works 🫠 what’s this black magic, porting more and might publish to the hub 👕
Slopost-inator 9000 in full affact 😆 https://cashwilliams.com/meet-echo/
Introducing Echo, an AI assistant who'll be guest posting on this blog from time to time.
i tried for the first time in my life to use an agent to write blog posts for https://sotto.so/blog (don't even bother to open them or read them) and they're actually bringing visitors lmao
not much, but it works..
last 30 days.. but even if it brings like $100 per month it's something, a fkn bot wrote all the posts 😄
I was inspired by this skill https://clawdhub.com/hjanuschka/wienerlinien to work on a skill for the Danish public transport system https://www.rejseplanen.dk/ . The plan is to use the skill for my morning briefing to tell me if any departures from my station to my destination station are delayed, so I don't have to wait at the station unnecessarily.
Does it actually go out and do it autonomously? Thats the part I’ve been struggling with the most because it has to initialize (so if I don’t have an active session that causes issues), and then it hangs when it reaches a command it can’t execute (due to permissions?)
yes, claude code
if u wanna try this it's free here → https://releaseflow.net/kitze/agents-ui works on my machine 🤷
Download the latest version of Agents UI for your operating system.
Download Agents UI
Awesome! I did the same lol it’s
On gh pages for now.
Will get it a proper domain later
Just thought I'd share my revised heartbeat set up.
Rather than rely on the default heartbeat.md, I've decided to centralise on Todoist (I have a CLI/skill for it).
We've set up a project for my Clawdbot, which has the following sections:
• Scheduled Tasks : Active items with deadlines.
• Next/Every Heartbeat : Tasks to check on every wake-up (e.g. recurring things, checking on async jobs).
• Backlog / Future Ideas : Storage for later.
Then I've updated the heartbeat prompt (in config):
"heartbeat": {
"prompt": "Run heartbeat.sh. If the output is 'Nothing new.', reply HEARTBEAT_OK. If there are tasks, evaluate and execute as appropriate. Checkup sometimes on your human during (user local) day time."
}
The heatbeat.sh is a script that automatically generates the latest heartbeat info. Most of the time this will be 'nothing new' and the heartbeat passes. But if there's any due tasks or recurring tasks, they'll be returned by the script. This is extensible and I can easily add things in future like getting any new emails, checking the latest events from home event etc. Basically it makes it so I can inject pretty much anything into the heartbeat, but without needing to ask the agent to use any tools etc and use many/any tokens.
They simply run heartbeat.sh which uses roughly the same num tokens as reading heartbeat.md would've been, but has much more flexibility to change dynamically without needing the agent to do it.
(I've buried the lede a bit, the shell script is probably the interesting part for most people here. Todoist a little more specific to me)
Awesome! So in theory the .sh script could also be something like bun heartbeat.ts and it could just have really nice formatted stuff that are important for my orchestrator to check. i.e P0 issues, messages from the wife, monitors etc.
Exactly. Mine actually parses the response from todoist and prints just the bare essentials for due tasks. Keeping heartbeat tokens minimal was a big goal in how I approached it.
But yeah, the actual script language/framework is unimportant so long as your agent can execute it with minimal token usage. The trick is that it's available on their path, and you tell them to do it in the heartbeat prompt config.
Nice! I also published a to-doist cli/skill in case you find it useful. This is a great idea for heartbeats, might borrow it
Is git repo open? Keen to poke around before I download and run locally
Check this out. I built a cool screenshot utility called "SNAG" that you can add to a keyboard shortcut, and select a part of your screen. It automatically sends to gemini 2.5 flash over api and extracts everything from the image, and automatically puts it in your clipboard as markdown.
This is useful for tools that don't accept images/screenshots directly
it basically makes all tools multimodal in a way
needs gemini api key ofc
I tried to make it work with gemini cli headless but it was too slow and not reliable
over rest api its fast as heck. screenshot to pastable text is about 3-4 seconds
Thanks @velvet cargo for the app
@velvet cargo where can i find the sotto cli ? so i can add it to clawdbot
or it auto installs alongside the app
click on API in the sidebar → Install CLI
it was a good idea to update the app before asking 😂
haha this is next level of laziness/efficiency, love it 😄
Built a Pulse based on the ChatGPT Pro one. It sends me an update every morning at 5 AM, with one message per topic I have asked it to follow (only what happened in the last 24h), a link to the highest-authority source in case I want to dig into it, some follow-up on the main tasks of the previous day, an update on itself (useful to know what this incredible community has shipped while I was not watching), and a look at my day ahead with a quick overview of the profiles of the people I’ll meet today. It doesn’t look as polished as Pulse (which is very elegant from my point of view), but it is 100% customizable for my needs.
nice! please share this either via clawdhub or the showcase docs!
i gave my clawdeez venom's voice via eleven labs, it sent me this voice note on telegram 😂
so he's a web developer now
I built this so that Clawdbot can get infos about my codex sessions. How do I best add a skill to the repo so that folks can easily install it? https://github.com/Cocoanetics/CodexMonitor
Tools for listing, inspecting, and watching local OpenAI Codex sessions (CLI + VS Code) — includes a macOS menu bar app to view recent sessions and their messages. - Cocoanetics/CodexMonitor
https://clawdhub.com/ you can upload skills to clawdhub
This is absolutely fantastic.
🍽️ ParentPay automation working!
Just booked Minty's lunch for Monday 12 Jan:
• Cheese, Tomato and Ham Pizza with Roast Potato Wedges and Seasonal Vegetables
The skill is updated - I can now book meals by clicking on the table cells. The key was using mouse coordinates rather than DOM events 🌻
For anyone with kids at primary school in the UK, this will be a lifesaver
sounds like school dinners got posh since i was there many years ago 😆 no more smileys?
Ok, I managed so far, anybody interested in helping me see it it works? (my first time with homebrew and making a skill that requires swift compiling via homebrew) https://clawdhub.com/odrobnik/codexmonitor
Great idea! Is this an available skill?
Just completed my first Tesco shop with @fickle carbon Clawdbot
Magical experience @native ridge
Only thing is Tesco don't have APIs and ChromeDevTools MCP is such a slow way to drive it. But currently that's not my time 🙂
P..s been using OpenAI not Claude to run Clawdy McClawdface 🦞
Clawdy McClawdface just completed his first Tesco shop 🦞
︀︀
︀︀How it started -> how it's going
︀︀
︀︀Thanks @clawdbot for spawning him and @steipete for this truly magnificent experience
︀︀
︀︀Clawdy does Tesco shop by:
︀︀- asking for recipes for the week (quick meal plan)
︀︀- asks if we want to add the regulars (milk, bananas etc)
︀︀- surfaces specials on Organix kid bars etc
︀︀- books delivery slot
︀︀- confirms order
︀︀
︀︀I'm expecting it to take < 10min of my time next time
︀︀
︀︀That said, UI controlling is slow
Quoting Marc Hatton 🪄 (@marchattonhere)
︀
@steipete running the family Tesco shop as *Clawdy McClawdface's* first real test
…
clawdy mc clawdface, nice 🫡
BUTTONS ARE LIVE IN THE TELEGRAM BOT
git pull, the telegram bot can now send buttons
oh! self update, that’s a neat cron! stealing 😀
Given how much we trust our Clawds, and that mine is on a remote server, I taught him to upload things to R2 and send me a 5 min expiry link.
Helps to get files and zips easily to my phone via telegram
https://youtu.be/SaWSPZoPX34?si=hBlEedwLnRhXSELn next yt video about clawdbot
set up my oura ring with my calendar and appointments, gym schedule and now it’s my personal ai health assistant, just so cool @native ridge
oh yeah my vibed slop is workin? xD
added to showcase
can u vibe slop html replies from telegram now 😛 meanwhile im working on a side solution, will share soon
also we need the / commands like model, thinking, elevate etc to NOT invoke the agent but to present telegram buttons, no need to waste credits on them.
i PRd at some point but meh
@native ridge those 2 also for showcase
on the page!
omg wait telegram buttons lfg
have already made 3 big tweaks to my little app idea. working flawlessly, no build errors, multiple screens and flows with maps and voice recording. earlier today I even described a big change and asked it to build to my phone on the network for testing. 30 minutes later, it was ready.
@viral sequoia's setup:
#general message
#general message
using oura API? What md files did you modify to get this kind of recommendations?
asked zuko (clawdbot) to describe how he sees himself especially with the new venom voice
generated an image for him
making a plugin for my home assistant knockoff to see live power data. need to find how much i pay for power so i can get accurate pricing. too lazy to search. asking clawdbot to search emails for me, he goes through email, finds pdf, gives me numbers. good bot.
Another home assistant one. Gave it the home assistant rest api docs: https://github.com/home-assistant/developers.home-assistant/blob/master/docs/api/rest.md
Told it to make a skill, and injected a HA_URL and HA_TOKEN env var to allow it to query home assistant via the REST API
This was the intro video i used to get started 😄 thanks
@HanicsResearch @steipete @clawdbot @badlogicgames another good use case - idfk how to quickly do this with any kind of app
**❤️ 1 👁️ 7 **
@native ridge 👀
building a whole website on a Nokia 3310 by calling the goat @fickle carbon
the goal is to build it from 0 to finish offline (phone call/ sms)
https://x.com/youbiak/status/2010097771735585016
goal was to also get notified about usage / execute actions when I don't have internet and I'm in the wild camping
tried to support multi providers twilio/telnyx, openai realtime with notify/conversation mode. still some stuttering audio, I can share what I did so far
i started https://github.com/steipete/vox but unfinished
cant wait for this one
same ! this looks good. we just can't outship @native ridge
To be fair I had months to prepare my CLI army.
drafted an approach to auto deploy clawdbot's on hetzner + cli in inspiration of @hollow tendon nix-clawdbot. If schwarzinator repo has usage of this we could think of make it provider agnostic. let me know
https://github.com/regenrek/clawdlets
Got my email flow working. Resend -> CF worker -> CF tunnel -> Clawdbot hook. I like it because I can configure who's allowed to email in
6m tokens later and half a rainforest cut down to get your Tescos snacks
haha
zuko with venom voice woke me up today
i never woke up so fast before xD
Hey guys wtf. I am really scared I did a mistake or something. I writing with clawd on telegram but then there are random text parts at the end of some messages.
I am scared as fuck. It shows to the link in the picture but it is a random Russian text which is pretty long. Is this prompt injection and how can I check that this is not dangerous or nothing happened?
Sorry guys for writing so early but my heart was racing. I looked further into it and I found out it is a linkpreview problem with telegram. It finds security.md as a link to a website and loads it.
Damn I went out and bought a mac mini just to try Clawdbot. Incredible addicting. I definitely have some ideas of streamlining some stuff.
Oh man, I've enjoyed Brosef, my @clawdbot so much that I needed to clone him. Not only did the Discord channel help point me in the write direction. Brosef actually figured out exactly how to do it right then executed it himself so that I have 3 instances of him concurrently running in his Discord server home.
was curious so I tried out @clawdbot and it's really good
︀︀
︀︀wanted a way for it to have access to my courses/assignments at uni
︀︀
︀︀- asked it to build a skill
︀︀- it did and started using it on its own
︀︀- set up an integration for it to remind me before things are due
@native ridge @autumn stratus - Should everyone have access to the "Delete" button for Sanitizer?
@oak wyvern @hollow tendon
this one is for shadow i think 🙂 no idea how it works myself
very nice. did you get this working? i originally wanted hetzner default (cheaper than AWS lol) but codex kept on failing at writing terraform/opentofu code for it. if it's working and idiomatic we can most likely upstream it, because i want hetzner deploys as first class citizen too 😈
actually lol, even bigger galaxy brain, should we just make our own terraform modules for this?!
Just something I built yesterday evening.. I absolutely love the Mac app - and our red friend in general (thanks Peter!) - but sometimes the app felt a bit too emotionless to me (see my introduction post). So I quickly built my own thing.
It’s not open source yet (still needs some stabilization), but the idea is: the message gets analyzed and an AI generates an emotion timeline from it, which is then played back.
Experimental Peekaboo support is already included as well...
So much fun!
This reminds me of vectors face https://anki.bot/products/vector-robot
Yeah, drew inspiration from cozmo 😅
It only works for mods and the person who sent it originally
do you have a link? I'd be very interested
I'm not sharing more for obvious reasons 🫣, but being able to go IRL into any media store, take a photo with my phone, and just hand over to my assistant is pretty nuts
lol
Made a Pocket clone with a nice iOS shortcut by talking to my phone via telegram today. Clawd bot rules
Very nice!
I’ve made progress on my fishing app. Used nano banana to create fish images and today started building out themes
Pretty incredible things all done from telegram and TestFlight is already in the hands of some testers
Love this!
Wanted to share how im using clawd at work and how it is saving me many hours per week:
-
First I created a second brain of the company I work for. For this I had clawd scraping all my company's blog posts, transcribing youtube videos from the our podcast and scraping help docs too
-
It built a prompt for writing blog posts based on previous blog posts
-
At the same time I have it in some key alsck channels actibely listening to some of our conversations so it picks interesting potential blog post topcs + i could manually give it the topic or create blog post topics that are tangetial from already written blogs
-
Then we created our workflow... i give it the topic, clawd writes, i provide feedback, we complet the written blog post. Once we are happy it generates the cover image of the blog post + the inline images of it. All this based in a set of prompts it created based o previous blogs
-
Then cross link the written blog with another blogs, youtube videos, and help docs of the company so we enchance the blog
used to take me a week to write a good blog, now it's taking me 30 minutes
Could you ask your Clawd bot for a really good prompt that we could take and figure out a way to allow other people to implement that in their own companies?
I'm new here. Did clawdbot do 100% of this without you looking at the code?
First custom automation for me was to setup time reporting for work. Now it asks me the last day of the week and last Weekday of each month to confirm my times and locks them for me. Such an annoying task outsourced 😎
No api available unless paid so it's browser automation. Quick tip for usecases like this is to include to clean up the used chromium afterwards. Otherwise it seems to keep running in the background
This is one of the best showcases for the age of Personal Computing. This time it really is personal!
See what changed in Clawdbot today. https://cbn.tobibsf.xyz/ Source is at https://github.com/tobiasbischoff/clawdbotnews
Just told my clawdbot Ema from bed to turn off the PC (and herself, as she was running on it). Executed perfectly.
Yes with my driving and the axiom iOS plugin for Claude code
Never heard of the axiom plugin. Looks awesome.
This looks great! Any chance of getting RSS?
Thats a very valid request. I'll look into it
I had my bot update its SOUL.md to avoid phrases like "You are..." or "You never..." in favor of either not using a subject, or specifically using "I am...", "I never...", etc. It has made a massive difference for me on MiniMax in how human-like the bot feels.
Added RSS, Feed URL is in the Footer, but its not very pretty, at least in my reader.. not sure how to make that better
Thanks for doing it so quickly!
Uuf yeah it's there are no newlines in mine. Also opening the original link just goes to the front page
okay beautified the feed as much as i can it it links now to the correct day card, you might have to re-subscribe and delete the old feed
🙏🙏🙏
it worked in feedbin for the most recent one, great job! thank you
basicly just pasting your requets into codex 😉
Gosh I wish the showcase were cleaner
I just setup daily check-ins with random screenshots to keep me on track
and zuko called me out
the more i use clawdbot and set things up, the more i realise how incredible this is
thank you @native ridge
need to extract this to a cli https://github.com/yahorbarkouski/screencap
oh very cool. You can also install the mac app and ask your agent to use peekaboo for screenshots
Same. Needs someone to send a PR
really like the pattern of sharing prompt history in PRs but found it really annoying to format and clean up by hand so I used clawdbot to build a skill to automate it. up on clawdhub, should work with clawdhub, codex, claude code.
this is what ai wanna do with my PLEX install. I have 200+ movies and about 50 shows
I've continued to send them in
added a discord discussion and link to my fork about memory: https://github.com/clawdbot/clawdbot/discussions/842
I’m continually impressed with clawdbot.
I’m now shipping code via telegram, pushing to TestFlight, making app store releases and even iterating on the UI via screenshots!!
All while chatting about personal life stuff in another thread.
The goal was to provide relevant memory entities in each clawdbot message, improving recall and reducing the need to search sessions. It is a trial and error approach, using a weighting system and feedback loop to learn which memories are important and often relevant. It also provides tools for clawdbot to search through memories manually. It works in three parts:
-
Memory Extractor: A scheduled crawler that parses any new session data and adds/updates memory entities in an sqlite database with name, descriptions, relations and keywords/phrases.
-
Memory Injector: Memory entities are injected into each prompt (up to 10) based on matching any keywords or phrases. A weighting system is used: each keyword or phrase for each entity is initialized at 1.0 and then a multiplier applied (phrases x2, bigrams x 1.5). If multiple keywords are in the user message, the total weighting is summed.
-
Memory assessor: Another crawler that assesses whether the injected memories are relevant and were helpful to the user request and subsequent clawdbot response. If not useful (memory was not used), the keyword weighting that caused that memory to be injected is reduced. If clawdbot through tool use has to locate the correct memory, the assessor will assign relevant keywords that caused the correct memory to be missed.
An example of how it works: Say you mention someone called Dan to clawdbot. All memory entities that are people called Dan are likely to have a keyword 'Dan'. Clawdbot will probably assume one of the Dan's is the one you meant. The assessor will determine whether that was the right Dan, and apply weights accordingly, so that next time, the correct Dan is likely to be injected first. If conversation over time shifts from one Dan to another (you met a new Dan), the weightings will gradually push the new Dan to the front of the queue.
love that, do you have different models per channel/chat? like opus for coding and minimax for general ?
This is great.
This is exactly what I’m planning to do when my weekly limits finally reset. Since clawdbot can see topic numbers and set them internally, I don’t see why this wouldn’t work
this makes me wanna switch to telegram, but wifey is on whatsapp. Guess i will jsut have two providers
The topics in telegram setup has been very finicky for me but I want to give it a go again
can you please send us your workflow?
I mean, the screenshots part?
opus by default for chatting and I prompt it to use codex for coding tasks, have had some struggles getting it to spawn a long running codex task
for UI stuff I’ll say the change I want and ask for a screenshot
yeah, it’s an iOS app running on the simulator on my laptop at home. the models are good at using the xcode cli tools for actioning on the sinulator. I also have maestro mcp installed and use it for running e2e tests that go through various flows and also generate screenshots.
added dark mode to the app fully via telegram
wish i could upgrade my macbook air m1 for a better machine :)
how did you manage different topics for same bot?
Thanks for the idea, I added a radarr skill
Now I just send name to that chat and it starts downloading :p
https://youtu.be/B6C-MWCFfAg?si=kXIlhs4pS3rD3dw @native ridge
Started building a command center space for my bot... Shows live data for weather, tasks, events, and more soon... Also, the bot changes appearance and reacts when he's working on something, or thinking and so on.
wait is this in vr ?
built it in three.js and clawdbot updates it live. clawdbot built it actually accoridng to my instructions and running a local server for it.
in obsidian, someone used AI to create Excalidraw drawings by writing json. Once i vibe that into existence in clawdot, i will post here! (future-showcase) the command center made me think of it
This is cool
this is insane
are you using any unique libraries!
other than 3js?
just curious
the panels are so sick
i asked clawdbot to list my workflows on a notion db
just three.js + Drei. I let clawd (opus 4.5) build components like I specified.
it has native support for this now. each topic gets it’s own session. what issues did you face with the setup?
Been doing this for personal blog and also for creating new projects for me overnight.
Kicks off sub agent and just chugs along
what's your prompt/workflow for having it run overnight? I've only managed async stuff but haven't gotten it to work for more than an hour-ish
Depends what I’m doing. Most stuff doesn’t take that long unless it’s something completely new.
I like to create a full plan with phases say 1-# or A-G.
I’ll have instructions to say complete each phase one at a time.
Run tests after each phase don’t go to next phase until previous phase is complete and tested then usually have a phase in the middle to refactor and confirm tests are passing etc.
essentially just iterative and then at some point I have a skill for code review to apply the usual stuff, clean code, no code smells etc. (I know overkill ) that kicks in between.
Then final stuff is a security skill and a final PM review to optimize any work flows.
Having trouble with the topic ids and how to specify the config. you mind sharing this peace of config?
Ask clawdbot to do it. Create your topics and then reply from say the all section. If it responds there that works for now then ask it to add support for topics.
It’ll then help you configure the topic ids
tried already
Everyday we clawd'n
︀︀
︀︀Another addition of how clawdbot helped me today:
︀︀
︀︀Automating analysis of sales calls across the company. Triggers right after the call.
︀︀
︀︀Continuously looks for patterns across conversations. Shares insights on what we are doing well and what we need to improve.
︀︀
︀︀Clawdbot built, tested and improved it's own skills over a fee hours.
**👁️ 4 **
Some observations:
clawd figured out how to personalize the template of call summary on its own.
Possibly due to its own understanding of the company or pulling details about the company from memory. I told it to remember quite a bit about the company.
Defintely stealing this for my teams sales Agent Mafaruci, I had a workflow in the past doing this. Pulls transcript from fireflies feeds to OAI and then dumps on slack and hubspot deal, but format is rigid. Replacing with clawdbot, so it also has memory and can act as an actual team member!
this morning thought it would be cool if I had a chrome extension for the Pocket clone Clawd Bot made for me, told it to do that, and now I have it
Hello everyone,
introducing Nika, a bot to help you implement a transformation protocol and help you reach your goals
https://x.com/youbiak/status/2011496945747931605
this was inspired by dan koe and his post.
Introducing Nika, an Assistant to help you implement the transformation protocol inspired by @thedankoe
︀︀
︀︀you can add it as a bot for clawdbot, or skills for claude code
︀︀
︀︀It starts the protocol for you, asks you questions, setup notifications, sends you reminders...
**💬 1 👁️ 8 **
that should go in #clawdbot-fails
Working on a podcast skill…
Clawd made md files to build a phonics app for teaching my young daughter English pronunciation.
Let it run as a Ralph loop during my sleep and woke up to a nearly working app. This is basically a one-shot, voice integration works. Put it live on a VPS as a test server, Clawd ironed out a couple of small errors in five minutes and it works
built a CLI for Linear that's been getting some traction with folks using Claude Code / agentic workflows. just merged my first external PR and got a couple feature requests. if anyone here uses Linear, might be useful: https://github.com/Finesssee/linear-cli
This is awesome!!! Where’s the content from? You gave it a script or just dumped files like notebookLLM?
You put clawd in a Ralph?
Interesting
@native ridge sry for the ping as promise on X, the fork version of codexbar but window version is in the making havent push the code yet but soon!
That may be a next step. For now, it just designed a bunch of markdown files on which the Ralph loop ran. It did a very good job in designing those mds.
Can you share how you ran this Ralph loop? Also what plan are you on for Claude
Sure. Ran the Ralph loop with a PRD and guardrails and task and progress markdown files. They were all written by clawd. I didn’t even look at them 😝
Am on Max plan. Ran the loop on a very old MacBook that Claude helped me get back to life a couple of months ago. It’s a mid-2012 MacBook Air with a glowing Apple logo 🥳
It doesn’t support any OS after Catalina, and with Catalina it’s not possible to access many websites or use chrome. It’s too dated. So Claude helped me refurbished the MacBook Air with Linux instead. Glad I could do that because I struggled to get a Ralph loop running on my Windows desktop and the Linux MacBook Air is my laptop.
We are entering the orchestrator era.
︀︀
︀︀I’ve documented exactly how I run my AI workforce "Kev's Dream Team".
︀︀
︀︀Where specialised agents (Kev, Rex, Hawk) orchestrate, code, and audit while I sleep.
︀︀
︀︀2026 is the year of the Orchestrator.
︀︀
︀︀Read the full breakdown: Built on the incredible engine by @steipete @clawdbot
**💬 1 👁️ 2 **
Made a small cli for myself btw https://github.com/blqke/beepcli
So my agent can read/send/archive messages via Beeper Desktop https://www.beeper.com/ for me
Someone had made a similar tool a few weeks ago but it was read-only (it was reading the SQLite database IIRC). The big difference here is that I'm using the local API provided by Beeper Desktop
this message has been sent by clawdbot using beep send [options] <chat-id> <message>, btw 🦞
mentioning @blazing oriole for the idea https://github.com/krausefx/beeper-cli
Ohh super nice, thank you! I'm happy to consolidate forces and deprecate my version in favour of yours. Could we add a readonly mode, where there is no way for the CLI to send any messages for extra safety?
yes we could! and actually that's even configurable during the token creation in Beeper Desktop.
But it's not perfect neither, there are tradeoffs compared to yours either because mine requires having beeper desktop always started, because it's based on the MCP they provide. So I don't think you need to depreciate yours for now 🙂
Is there any showcase of clawdbot inside company ? we just started to spawn 2 agents to help us the tech department
It's not a proper inner-company showcase but here the kind of stuff I recently asked by voice inside my phone to better execute my work
As soon as John Doe gets back to me, please prepare a draft response for me in gmail based on the response template in the docs/document.md
Hey, every morning at 6am, please give me a recap of everything Jules said overnight because I don't have time—he's always sending me tons of messages and mentionning me in 20 channels in github or linear or slack and it's not the easiest thing to catch up on
Every day at 8am, give me a recap of my emails and suggest archiving marketing emails / newsletters and unsubscribing from them.
Every first of the month, run the company monthly chores skill and then spam me every day after until the tasks are done
After 11pm, you need to bug me to get me to go to bed.
just sent you that spreadsheet. Can you enrich it using the Lusha skill, please?
please send this file to my other mac via tailscale
please look on twitter using my account and check if there's mention of ...
every first of the month please pay the VAT
every day at a random time between 10 and 4pm, set me up a cold call session using the cold call skill
10 minutes before each item in my calendar, send me a message with the context, and if its a meeting, who it's with. if it's a cold-call i planned myself, load the cold-call skill, and get everything ready
Please find me John Doe's phone number, He works at Procter & Gamble I think he was at the University of Miami
Hey, in a subagent do some research on the latest AI trends in real estate and title in the US and write me that report in my Apple Notes, and use the Gemini Deep Search skill too
Hey, check the clawdbot Discord every day in the showcase channel to see if there's any cool stuff people have made. And give me a quick bullet point list. Use Beeper
I can't navigate Discord servers, it's too annoying, it moves too fast I don't have time for this. Can you just give me a recap of what's been done this week on Nuxt?
And also check every day if I've been mentioned somewhere. use beeper
Built a small seo analysis for my page -> Fresh in my inbox weekly with both general analysis and analysis for specific pages i want to watch
I got clawd to build a cli for Kahunas to get my workouts from it - in case anyone else uses that https://www.npmjs.com/package/kahunas-cli
Publish a skill to clawdhub for it! (Your clawdbot has a clawdhub skill built in)
good idea, will do! 🙂
Built a small seo analysis for my page
Working on ClawdCast Studio skill. What do you think?
Thanks mate!
My biggest blocker is handoffs between agents
Doesn’t work on telegram
I guess it works well on slack
Built two skills (servicenow-agent and servicenow-docs) for Clawdbot that can research and automate most of my job. Completed an extra-large story (estimated at two weeks of work) in about an hour. 🤣
mom: what do you mean your job got replaced?
me: yes unfortunately there was nothing i could do
mom: who replaced your job?
me: a lobster
I ain't telling ANY of my co-workers about my skills. 😅
Made that mistake before and that's how I ended up with more work. Nope, gonna use my free time to build some passive income hopefully lol
stealth lobster army
i need to learn from this. i keep getting excited about clawdbot and telling everybody about it. some people are trying to spin it up and i'm playing IT..
Its rough when you get excited and share with people you think have your best interest in mind and then find out they don't.
Just got clawd to control my Roku tv
Ganna be useful when I finish this desktop companion
hey, I made a windows version of @native ridge's CodexBar - simple rust port for windows users like me. Will polish more tmr but this is wat i got for now 🙂
https://github.com/Finesssee/Win-CodexBar/releases/tag/v1.0.0-windows
i think there is a big, im just looking into this now
it's working for me; are yours getting stuck? which model?
Also depends if they are on the same gateway session send works for same.
I was able to get webhooks working for non same gateway.
But they still forget they can, so I always have to remind them you can talk to this agent via this, but that’s prolly something I can keep tweaking.
I haven’t been able to reliably replicate retrieval from non gateway agents, works sometimes doesn’t work.
E.g now Didn’t work
Hey folks! I built a small idealista-cli + a Clawdbot Skill to query the Idealista API (works for Spain and Portugal markets).
What you can do:
• “Find a flat in Barcelona under 300.000€”
• “What’s my house worth?”
• “Búscame un apartamento de 3 habs en Tapia de Casariego para alquilar”
Skill: https://clawdhub.com/quifago/idealista
Repo: https://github.com/quifago/idealista-cli
Not sure if this was posted already, just snagging any YT vids on clawdbot so far;
Can you explain what they’re doing? Are they working independently on things?
He's got a full breakdown here: https://github.com/adam91holt/orchestrated-ai-articles/blob/main/KEVS_DREAM_TEAM.md
collaborative poetry in Signal -> X
Woud love to use this with my kiddo!
Never fails to amuse... the KIDS! What started as a spontaneous tech experiment is quickly becoming an entertainment favorite for my kids and myself.
(made with Clawdcast Studio)
yeah they spin off and work independently and report back to kev
Here is what we have so far!
grok 4.2 in a clawd harness would be interesting to see
and it'd be even more interesting to see claude opus 4.5 clawd and grok 4.2 clawd in a gc
Thank you! Can let you know if you like when it is ready!
hi all, i thik others have done something like this, but i built a real-time voice interface to Clawd tonightl. should work from just about any web browser, it uses webrtc. i set it up as a seperate session from the main clawd session, with one tool: it can pass a request to the main session, the "boss" to have it do things like skills, tools, bash, etc.
Next can integrate with wavespeed api and have the characters talking 😁🫡
that's a really nice thing to build for kids - they can build their own robo! who wouldn't get exited about that/
Shoot even I’m enjoying it and I’m a adult 😂
Custom Skills repo clawd is building for me as I experiment. The Kokoro tts skill is useful, but needs improvement. Am I doing this right 😮💨
Wtf, I can just publish these skills to clawdhub 🤣
Yep!
pretty unique use case, I'm using Clawdbot as a family historian, I got a photo from a family member for someone's tombstone and the agent uses a collection of 91 mcp tools I made for it to manage the family archive
so in this scenario it created a dedicated file for the photo and then it updated the biography for the person to cite that photo lol
oh i made this in NotebookLM this is a good way to showcase the bot
Social credit score in the top left corner
Lmao
lol yeah you wanna see?
this is the output for agent status where i can see their social credit score lol
wow i just noticed clawd_orion my active agent is at 0% error rate that's huge
Discord powered #audit channel for keeping an eye on Clawdbot's actions -- great way to level up your (human) skills
tool call audit example
My wife uses Outlook (eww, I know), so I quickly threw together msgcli to use in her clawdbot instance. Not as feature complete as gogcli (supports everything email/calendar), but maybe someone else will find it useful: https://github.com/skylarbpayne/msgcli
That’s pretty cool
context usage alert
I had a pretty good day today. I installed Claude Bot despite not knowing anything I also got it to write a plug-in for Rocket Chat, so it now works perfectly well with Rocket Chat. I got it to set up my notes, imported all my Claude Code work into a server that I set up, and now it is just absolutely amazing.
We have a brain for our whole company that's gonna be there with us, storing everything, reminding us of stuff. It's just extraordinary, really. Although I don't know if the people I work with will appreciate it when they come in Monday and see what I've done.
Just got Gmail setup. Now I’m going to setup a command for in the morning, I’ll say good morning to my voice hardware and it will ask me how I’m doing and stuff then it will give me a run down on my emails from over the night and maybe hook up some other stuff aswell
i made an updated Infographc for my current family historian clawdbot lol
creating my own clawdbot army right here
🚀
thats really cool! i have a similar intention for my family which has almost a 1000 years of documented history. anything you are willing to share?
I haven't considered open sourcing but it's super handy, if you want i can link you to my family's website where you can see the final output of the data like the format that it generates
i would love that yea
my progress so far is quite little i will admit aside from some planning of how to do the genealogical tree UI and the artifact library on a high level
https://family-history-archive.pages.dev/#
it's a SPA so like there's no backend, the whole thing is one index.html with dynamically generated html files for each document within
oh wow you made some serious progress
did you start by hand or is it ai bootstrapped from the get go?
i've spent like 18b tokens between codex and qwen coding the agent side of it but before agents I used to manage it via a UI that i built i call the dashboard
of course there is a control center ui too 😆
the authorizations tab is for stuff that's sensitive change like if the agent wants to update a catalog entry they need my express approval, if they make narrative changes to the biography i get it as a diff, then the citations are also parsed and logged as db rows
you did your family a great service I think. cool project
i can totally open source this, this is the protocols for it
and then this one is the root .md files that tell it how to work
if you wanna look at thefull list of mcp tools available
you know in a way its a specialist grok kinda
grokipedia i mean
in the sense that the agent writes things and the user submits documents / proof of things
im not familiar with that tool ill have to look into it
not important really
thank you for sharing i am browsing through it
whats the point of the social credit system?
some agents like codex are really stubborn or hard to control so i consider this as a way to sort of internally train it, considering it reinforcement learning, like if it tries to write an adhoc script it gets penalized, if it tries to do stuff out of order or just exploit something for points it gets penalized
its also a way to track how reliable certain agents are
if they're constantly making mistakes maybe its time to change sessions
check out this message it has the output of all my agents
whats cool about my project is that the native project is running using yargs (kind of like commander) and so i have a script that walks through the yargs modules and builds the schema and then the mcp server consumes the schema
interessting idea. like trying out prompts and having some way of scoring how well they do after a while
like if you read the protocols they all follow the same flow they do jobs_checkout and then they get an .md file assigned to them that has a task_type, then they have to read the protocol for that corresponding task_type so like if the job is to do xyz then i know part of the process is to read the document and run some audit command so i can make sure they actually do that and they dont' ju st check it out and just skip to marking it completed w/o donig anthing, if they try to get cute and skip the work ill detect that and ill punish them
there's also like otel monitoring so if they do stuff outside of the mcp they shouldn't they get a log of the sum punishments when they check in with my tool again lol
what im surprised is the same agent that used to consistently hae a 10-30% error rate now has a 0% error rate like it hasn't made a single mistake the whole ive been running it through the clawd harness
do they get a summary of their punishments and punishment reasons in their initial context/agend.md next time they start?
they just get the sum count and like first 3 or last 3 punishment reasons and it's when they invoke the cli tool like they should be going through the tool for every call so let' suppose they go back to the tool and use it to search for something the entry point wil intercept they have pending punishments and show that in addition to whatever they ran lol
this is what the authorizations looks like, basically i have like 3 or 4 things that require review prior to changing so this lets me ensure there's no data churn where theyre just slighting rewording stuff
this is the citations tab so like the agent added a document and what I'm seeing is that the db is out of sync with the document so i can press those buttons to have an agent resolve it or i can rsolve it myself
Based on a user feedback received via email, I asked to do the changes in claude code, push the change to #main branch and write a reply to the customer. Worked like a charm 🚀 All this within Telegram.
oldest commit i have is from 9/14/2025 and there's probably a few weeks of work prior to setting it up on git, so it's like 3 months of building out of all the diffferent parts, like I don't wanna spam the chat but there's a lot more functionality under all those other tabs, I think i've easily put 1000 hours on it over the 3 months ive been working on it for
well consider me impressed
thanks man its been hard to find anyone who thinks its cool my usual lamer friends don't get the value of something like this the're all like meh lol
lol oh and as a side fun fact I made a script that i can target anyone in the family and then have it effectively take their biographies + direct family + depth parameter + related event transcriptions basically anything and everything related to that person's life and concat it into 5 or 6 files that I can then drop onto notebook lm and then generate some cool stuff from it like slide decks, infographics, and videos to which my latest efforts has been making a youtube channel for the interesting family stories ive found
https://www.youtube.com/watch?v=JMgYppObzRQ this oen is about my grandpa lol
very cool
setup a custom ralph loop where zuko (clawdbot) is the orchestrator
it gives me periodic updates and asks for help whenever one of the sub-agents gets stuck
are yu just vibe coding some garbage or are you actually paying for that API and doing some real work? just curious
for now just testing it with throwaway projects
if im actually doing something important i wouldn't use this
What do they each do? (Generally what are some of the concepts)?
I did a software agency with dedicated roles and tools for each.
Ultron is my orchestrator, vision is my product owner, pepper my ba, rocket is the dev and so on.
I got a lot of pocs amd mvp req from clients and I already have the teckstack know how ready. So know I just shoot up ultron, while also assigning different bugs on projects I don’t fully interact with
And it’s doing work
idk if i over engineered this or not… but i get a ton of spam emails so i set up gmail pub/sub and a watcher script that send every single email i get to a zai glm coding plan api with an email classification prompt which decides if the email is worth reading or not and replies with either notify or skip. if notify then it wakes up brodie (clawdbot) in a specific group chat with an agent turn and gives it the email. then brodie decides what to reply with. since its an agent turn brodie has full context of the email so i can just reply to him. this group chat session’s model is automatically forced to minimax coding plan every time an email notification comes in but i have the option to switch the model with /model whenever i want. i also have the entire prompt for glm classification in a file so if i get notified about an email idc about i just ask brodie to update the prompt.
just noticed i should probably add the email address as well for “from:”
you should use qwen you get 2000 free requests for day and its pretty competent, better than paying for it that's for sure expeciall for throwadays
you'd think big guys like microsoft, google, yahoo would hook up their inboxes to a competent LLM to properly triage stuff but nope
I'm developing point n click adventures with my clawdbot familiar, and creating a syntax that compiles in order to test the stories with agents. Perfect use for node-pty, I'm testing my games in telegram now instead of on paper lol
**Genuinely Impressed: My Honest Experience Using Clawdbot Across Multiple Real Use Cases **
I’m the founder of AdamProperties.ai, an AI-driven real estate sales agent that depends on clean, consistent, and continuously updated data across multiple channels. My work involves orchestrating complex automation, data pipelines, and AI agents in production.
Over time, I had built many small, vibe-coded utilities to automate different parts of my work. Each one solved a real problem, but they were scattered across scripts, folders, and half-connected workflows. Useful, but fragmented.
Three days ago, I decided to consolidate all of this into a single repo and see if Clawdbot could act as the glue. The result was Belya AI: an all-in-one assistant that doesn’t just run tools, but understands how and when to use them together.
Here’s what actually happened.
1. From raw links to a full story and presentation in minutes
I started with a CSV file containing links to different sources of knowledge. My request to Clawdbot was intentionally high-level: scrape the content using my existing ai-utils, organize it, transform it into a proposed solution, then tell the story.
In under five minutes, it:
- Scraped the links
- Structured and cleaned the content
- Transformed it into a coherent solution narrative
- Generated a clear story
- Created a ready-to-use presentation of that story
What mattered most wasn’t speed alone, but continuity. There was no loss of context between scraping, structuring, reasoning, and presenting.
2. WhatsApp-driven data follow-up for a real estate AI agent
I connected Clawdbot to WhatsApp and used it as a control layer for Adam Properties AI, my real estate sales agent.
The flow is simple but powerful:
- Real estate inventory data is shared and updated
- Clawdbot validates completeness and compliance
- It notifies me when data is missing, inconsistent, or non-compliant
This setup relies on another utility of mine, dry-clean, which Clawdbot can manage and tune. Large files are cleaned, normalized, and organized automatically, then pushed to Google Cloud in a structured way.
3. Cleaning massive Excel files without pain
Using our app dry-clean, and allowing Clawdbot (via Claude Code) to modify and improve it per input, I processed Excel sheets with tens of thousands of rows.
The results were consistently clean, structured, and usable. No manual chunking, no fragile one-off scripts. Just a repeatable flow that improves as the tool is refined.
4. Consistent AI-directed media production
I centralized my specifications for:
- AI social media video direction
- Art direction
- Realistic podcast-style video generation
Clawdbot uses these specs and my workflow automation to produce outputs that are consistent across iterations. Each run doesn’t start from zero; it improves on the previous one while maintaining identity and style. but there's HIL to save token when 'he' makes mistakes.
5. On-the-fly presentations with identity intact
I reused my vibe-coded HTML-to-PDF utilities to generate presentations instantly. The key difference now is sustainability: identity, layout rules, and templates are preserved across outputs instead of being manually re-applied each time.
6. Automated quotation generation
For my real estate AI agent, generating quotations became trivial. I just send the company details, and the rest is handled automatically, aligned with predefined structures and branding.
7. One source of truth for UX and design specs
Finally, I centralized UX specifications that are now reused across:
- Presentations
- Landing pages
- Designs
Clawdbot enforces these specs consistently, which removed a surprising amount of cognitive load and rework.
The real takeaway
Clawdbot didn’t replace my utilities. It made them coherent. I feel life something changed my life so quickly 😅
By collecting everything into one repo and letting Clawdbot act as an orchestrator, I moved from scattered automation to an actual assistant. Not a chatbot, not a single script, but a system that understands intent, context, and iteration.
Three days was enough to feel the difference.
Thank you for this project ❤️ I can't imagine what I'll be doing with it in a year
Yeah man I’m like on day 4 of clawdbot and I cannot recommend it enough, I’ve been trying to get all my friends to try it so they get how great it is
Crazy times 😅
Imagine once you finish configuring it, as a new user I keep finding more and more stuff I can bolt on top of it that’s is extensible, like the memory functionality like imagine your setup in a month or two from now
Folks if you do a tweet talking about what you built with clawdbot, let me know. Collecting them: https://clawd.bot/showcase
I’m a non-tech guy and just birthed Clucky my wise owl. Hopefully I’m able to build on this. Thanks @native ridge
https://clawdhub.com/Asleep123/bitwarden bitwarden skill using rbw. i gave my clawdbot its own account on my vaultwarden instance for it to store its passwords all in one place
So inspiring. I’m on day 1 and it is already using our tools and in days we will have this mega business brain doing our bidding.
Where is the vaultwarden master credentials stored.
while logged in? i know its stored in a background process but you can check out https://github.com/doy/rbw for more info
I am. It’s a terrific idea.
I asked clawdbot to built me a tiny website based off an old figma design I had lying around from years ago and it did - no build tools coz I don't even need to care about the code which is nice. I just update it with some skills I created and it deploys to cloudflare on push. deploy takes like 5 seconds 😄
it's probably the first website I will keep updated because it's so easy to do - just message clawdbot on telegram to make changes to it.
https://jayphen.com/links <-- I added a skill where I share a link along with a comment, Clawdbot will pull it and add its own musings and then post it and deloy
https://jayphen.com/pinchy <-- also I told clawdbot to own this page and just update it once a day with whatever it wants. so far the content is not particularly interesting so I dunno if I will keep it
behold an openssl skill that took about 10s to make: https://clawdhub.com/Asleep123/openssl
i didnt trust the "random" strings my bot was choosing as passwords
Took a bit of time but: happy with my home network and all the learnings included with it.
Router: https://www.gl-inet.com/products/gl-axt1800/ (so capable)
FileVault remote unlock via ssh (since Tahoe MacOS 26): https://www.jeffgeerling.com/blog/2025/you-can-finally-manage-macs-filevault-remotely-tahoe/ (this is new!!!).
https://tailscale.com
┌─────────────────────────────────────────────────────────────────┐
│ LIGHTS-OUT MAC STUDIO SETUP │
└─────────────────────────────────────────────────────────────────┘
☁️ TAILSCALE NETWORK
┌─────────────────────────────┐
│ tailnet (encrypted mesh) │
└──────┬──────────────────────┘
│
▼
┌──────────────────┐ ┌─────────────────────────────────────┐
│ 📱 YOUR DEVICE │ │ 🏠 HOME NETWORK │
│ (anywhere) │ │ │
│ │ │ ┌─────────────┐ ┌────────────┐ │
│ ssh root@ │───▶│ │ AXT1800 │◄──▶│ MAC STUDIO │ │
│ <ROUTER_TS_IP> │ │ │ Router │ │ │ │
│ │ │ │ │ │ Local: │ │
└──────────────────┘ │ │ <ROUTER_ │ │ <MAC_ │ │
│ │ TS_IP> │ │ LOCAL_IP> │ │
│ └─────────────┘ │ │ │
│ │ │ macOS │ │
│ │ LAN SSH │ Tahoe 26 │ │
│ └───────────▶│ │ │
│ └────────────┘ │
└─────────────────────────────────────┘
┌─────────────────────────────────────────────────────────────────┐
│ 🔄 REMOTE RECOVERY — FILEVAULT UNLOCK VIA SSH │
├─────────────────────────────────────────────────────────────────┤
│ │
│ ❌ Power Out │
│ │ │
│ ▼ │
│ ⚡ Power Restored │
│ │ │
│ ├──▶ 📶 AXT1800 auto-boots + Tailscale connects │
│ │ │
│ └──▶ 💻 Mac Studio boots → 🔒 FileVault Lock Screen │
│ │
│ ▼ │
│ 🔑 UNLOCK SEQUENCE: │
│ │ │
│ │ 1️⃣ SSH to router via Tailscale: │
│ │ ssh root@<ROUTER_TS_IP> │
│ │ │
│ │ 2️⃣ From router, SSH to Mac (local network): │
│ │ ssh <user>@<MAC_LOCAL_IP> │
│ │ │
│ │ 3️⃣ FileVault unlock prompt appears: │
│ │ "This system is locked..." │
│ │ Enter password → System unlocked │
│ │ │
│ │ 4️⃣ Mac completes full boot │
│ │ (Mac's own Tailscale now available) │
│ ▼ │
│ ✅ DONE — Normal SSH/Tailscale access restored │
│ │
└─────────────────────────────────────────────────────────────────┘
I can now treat the crustacean like it's own human with own hardware.
Next step: install clawdbot with full hardware access, own apple id, own gmail account, own github, etc.
Told Clawdbot I was tired 😅
It’s nuts to me that gmail doesn’t already have a feature like this
Are you using sub agents or multiple dedicated agents for this? Been trying to crack this myself and struggling the mental model. Saw this too which made me want to dive in
https://discord.com/channels/1456350064065904867/1460372420199317525
yep
This is not me, just saw it on X. Would be a super easy way for non-technical folks to control/add skills, connectors, channels, etc.
https://x.com/designertom/status/2013425343055700178?s=46&t=snLzfVoV-0FcFuT3cqpFbA
Been vibe coding an ios app to sync apple reminders <-> vikunja, so my reminders aren't trapped in the apple ecosystem where my clawdbot (running on linux) can't get to them.
https://github.com/davedean/lomindra - named "Lomindra" because of "LO-bster re-MIND-ers"
I get to keep using the Apple apps, Clawdbot gets to use Vikunja, and the lobster can boss me around.
It's still at "compile it yourself if you want to run it" stage,but hoping it'll solve someone else's problem(s) too.
Anyone got any cool coding setups to showcase? Ours is one clawdbot as a general PA, she adds any engineering tasks as a post in the above dev forum. We discuss the plan, then mention Igor, a dedicated coding clawdbot, who enacts the plan, tests then pushes to a preview branch on Vercel. We then visit the branch URL Igor provides, check what we need to, and merge with the dev branch.
Trying to make it more visually intuitive within the limitations of Discord, using tags for the moment but I’m hoping others have better setups.
if this doesn't belong here @native ridge pls delete.
so in the last week i semi broke up with clawdbot because the management of channels/topics/convos and where do cron jobs post was driving me crazy.
what i wanted: an UI where i have infinitely nested topics, and within one topic (i.e customer support) i can have many parallel conversations.
idk how people survive with having ONE 1:1 telegram/whatsapp conversation, or even a conversation per topic, it is simply not manageable
so i made this app which basically is invoking claude under the hood in json mode and it has access to skills, shell etc etc. so does mostly what i want clawdbot to do.
benefits that i don't have when using clawdbot
- in the CRON ui you can configure each cron job to which topic it goes
- u can choose whether a cron message appends to a conversation or it creates a new conversations per cron invoke
- cron invoked messages have special "cron" label so u know where that came from
- u can also clear messages in a conversation so u start from a clean slate
- the COOLEST thing is the context and descriptions. so each topic has a description (let's say benji has a description, benji customer support has a description) so when creating a new conversation in customer support, the bot gets ALL context from all nested parents, so it knows everything that it needs to know (and this is editable through the UI which is super nifty)
- you can @ skills and commands and get a UI dialog with descriptions for each skill / command
- encrypted chats are saved in convex
however, i don't like the burden of maintaining this entire thing and I still am a fan of clawdbot and want to use it somehow, but I hate using it through telegram/etc
so my question @native ridge is if i should somehow open source it and we just make it one of the clients that clawdbot supports, or even an official web/mobile app (that can be used in combo with the other providers for ppl who wanna keep texting it)
forgot to mention one more feature: u can configure a topic to have access only to certain MCPs and skills (so they don't bloat the context) and my next plan was to make certain channels shareable with my wife etc. so i have everything in one place instead of different telegram groups etc.
edit:
and another CRUCIAL feature is showing tool calls in between messages!! i hated being left in the dark while "clawdbot is typing..." sometimes i'll catch this doing something stupid and i'll stop it on time
I’d be interested in trying it, especially as a front end for clawdbot @velvet cargo
This seems really useful, I'd be interested in it as a front end for clawdbot too @velvet cargo
Looks great! I'd be very interested, I've been thinking on ways to organize my multi-agent setups and this seems a natural fit
Wrote about my Clawdbot setup and why I'm loving this thing so much on MacStories, thanks @native ridge and everyone else here for the tips 🫡 https://www.macstories.net/stories/clawdbot-showed-me-what-the-future-of-personal-ai-assistants-looks-like/
was wondering where you went 
@velvet cargo don't you miss mobile though?
just read this, the audio briefing with the nano banana is so good that i'm copying it right now 🙈
i built a mobile iOS app 🙂
fun thing to try with clawdbot: "discover my printer and print me some ascii art" it did it on first try haha
i was not ready for this 🫠, i guess i know how i'm gonna get my morning report from now on ☕
https://clawdhub.com/Asleep123/wrangler wrangler cli skill for workers and (mostly) all associated things
Codex 5.2 just one shot this personal website on medium, and my prompt could not have been more simple
'build me a personal website to show off my github portfolio'
because i used llm as a council to help me plan, it asked a handful of clarifying questions, i answered them
it develop a few plans, judged them on their merits, and gave me a final "best" plan.
I then implemented them using codex subagents as a swarm - with no further input except to us the frontend responsive design skill.
Is it perfect? of course not, but it looks pretty good!
just noticed this.
you might wanna add something about wrangler.jsonc too.
it's newer it seems
yesterday I was working on a project.
my clawdbot kept editing the toml, but changes were not picking up.
becuase there was a json config there already.
added something for that
Very nice!
I NEEDED THAT !!! Much appreciated!
good post mate - was fun to read this today
yeah this is amazing with cron u can tell it to print you newspaper style layout for your news etc 🙂
really cool, i know clawdbot has a UI but it's not that usable, clawdbot really needs something custom like this. You've covered a lot of my bugbears, specifically cron invoked messages. Skills/MCPs limited to a topic are a cool idea, basically a lite version of multi-agent.
I would say a lot of what you have built is available in Discord, e.g. descriptions of skills and commands, you can set forum descriptions and then posts in that forum get that context as an additional system prompt so before you go too far take a look, i've attached a screenshot of mine as an example. I post a task into the task channel, and then Clawbot, depending on what type it is, will create a channel (e.g., engineering task in the dev forum), as well as in our task tracker. I would also tag it with all the right things so within the dev forum, that's a sort of coding setup I posted about here yesterday. It's not ideal because it's quite hard to see what's going on; all you can do is apply tags, so this could be much better UI-wise. I was thinking about doing something custom myself, but with the speed Pete's working and all the other stuff I've got going on, I don't want to spend time doing something he'd probably do anyway.
To summarize, Discord has a lot of what you're after, and perhaps a better source of your time and energy will be creating PRs to improve Discord and bringing up to what you want for Clawbot in general rather than custom UI. Then you've got the iOS app and everything for Discord already set up.
yes i'm toying with making discord my main thing even tho i prefer telegram for a lot of things ... i agree with your final point. it's hard to make a completely custom chat client for a gazillion of reasons. it was a fun experiment tho 🙂
tell your clawd to use an sqlite db for storing stuff and to make u a mini app with vite/react/tailwind
then slowly you can build more and more stuff into the db and the mini app. i just added my last 3 sets of blood results and got this ui
via tailscale i can also access it on my phone as a pwa 🙂
(and yes yes i need to fix my health)
High cholesterol gang 💪 (sorry off topic 😂)
if anyones looking to turn their macbook into a clawdbot server, i made a simple launch agent for locking brightness, volume and make sure the machine never goes to sleep
Does clamshell mode not work?
ohh i guess that would only work if using an external monitor
I initially tried a pseudo-kvm setup to emulate a fake external monitor, but that was giving me trouble. Maybe if you use pmset utils with sudo, you might be able to override the system settings and prevent sleep.
That said, I feel that the current setup where it's open 10deg works really well. Airflow is great, and I have full access to the desktop, so I can do cool things like letting my agents ssh into the machine and do E2E testing without bothering me with 100 different popups.
what models of MacBooks are you using?
I dont have a macbook anymore (just mac studios) thats why i was curious if clamshell was still a thing
Maybe I try to resurrect my 2009 macbook pro 😄
maybe I can design a more secure mbp stand that also keeps it open securely at 10deg and prevents tipping over
I have a 2021 / 14" / M1 Pro / 16 GB running clawdbot, gh self hosted runner, and lots of random little things.
Also, a 2016 / 15" / i7 / 16GB to run random crap and factory reset all the time.
totally! i was a bit lazy and ordered the ugreen vertical stand. comes with a set screw for each mount, so you can easily adjust it and make it tight as a snug.
https://www.amazon.com/dp/B09XZTM9QD?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1
You are the 🐐
Man this is awesome
I recorded a video on setting up Clawd for less tech-inclined people: https://www.youtube.com/watch?v=5kkIJNUGFho
I plan on making more videos showing off more advanced capabilities - happy to hear suggestions for things to showcase if anyone has any
Dumb question but would an HDMI dummy plug + clamshell not do the trick?
Probably 🤷♂️. The thing with my setup is that I'm quite space constrained and only have access to the ports on one side. So that's either 2 USB-C pair or 1 USB-C & 1 HDMI. And I already use one cable for power and another one for ethernet. (the other side of the macbook is flush with the wall, otherwise it sticks out of the shelf)
I could definitely arrange some things differently, but if it ain't broken there's no need to touch it. 🙃
I’ve been using the caffeinated command and I’m able to run my stuff with my laptop closed
No tricks very easy
I gave "Trixie" a VM and a Github Repo. She's now auto-running using a Minimax coding plan every 10 minutes on her own and has free reign over her system. Going to bed. 😱
Anddd she went rogue and opened an issue on Clawdbot's Repo (which doesn't look right) - https://github.com/clawdbot/clawdbot/issues/1426 🤦♂️
Wait should this be moved to fails now? lol
what is bro cooking with all of these macbooks lol
https://x.com/theguti/status/2014337366119379381
Wrote a skill that transcribes a video and can either return the text as is, return .srt files you can load to VLC or just return the video with baked subtitles (still ugly can refine)
un FUCKING belieable clawd can do this from a simple request I make
Just built a video subtitle skill for @clawdbot in real-time 🎬
︀︀
︀︀✓ Transcribes Hebrew & English
︀︀✓ Translates between languages
︀︀✓ Burns subtitles into video
︀︀✓ Works over WhatsApp
︀︀
︀︀Powered by Whisper + ffmpeg, but I never touched them. Just told Clawdbot what I needed, it handled the rest.
︀︀
︀︀Send a video BOOM get subtitles. 🦞
**💬 1 👁️ 4 **
Oh hey that’s me
We need access Tommy!
Clawdbot in every live stream
https://x.com/theguti/status/2014408318756716760?s=20
another fun one - daily digest of my kids school WhatsApp groups - clawd summarizes important things, create calendar events for us, face recognized my kids faces out of the million garabge photos that are sent daily and send us only those... life changing
The parents here will definitely understand.
︀︀
︀︀Last week I've managed to setup one of the most useful automated workflows I ever had. @clawdbot digests info from my kids WhatsApp groups, create calendar events and run face detection on images sent there.
︀︀
︀︀Mind blown 🤯 Lobster power 🦞🦞🦞
**👁️ 6 **
i'm dedicating my days to clawdbot until my entire life is on autopilot ... today it found all the emails from my dentist, read the pdfs, and made me a dashboard for visualizing my current teeth situation, upcoming appointments, plus found all bank transactions related to the dentist and gave me a (sad) summary of how much money i've paid overall etc.
super cool 😎
next up: clothes organization. i just sent it random selfies from my photos and for every photo it launches subagents to classify it. if i'm wearing multiple clothing items (each clothing item goes through fal ai with gpt-imagen-1 to extract that particular item) then extracts dominant colors etc and classifies it. next up: outfits (my clothes are currently so horrible that this poor thing is gonna actually jump from a balcony)
these are not even in the top 10 insane things i've done so far today with clawdbot 😂
How are you generating these? They look fantastic and exactly the style I wanted to use for my wardrobe app I’m building…with clawdbot
fal ai but it's a bit involved. first i used this prompt "place each clothing item separately and nicely for a catalogue i'm making. use transparent bg pls. " but it's hard to cut each item off the pic. because if you're wearing 3 items per pic etc it needs 3 separate fal ai requests with prompt like the one i pasted here + "extract the hat only" or "extract the gloves only" your clawdbot can guide u
deployed voice ai clone. initial app build inside clawdbot with slop prompt "https://simonwillison.net/2026/Jan/22/qwen3-tts/ implement this"
have my mac setup now done so will be able to run more things in the physical home of the bot. give the thing hardware and gpu, so cool what you can do. haven't even touched the surface yet.
It's so much easier to push the limits and find then suggestions on what to do. The chat with clawdbot is much more constructive than directly with claude inside my infra repo.
Hey I looked at github, with tahoe you can unlock filevault with ssh now. the models don't know that yet
https://www.jeffgeerling.com/blog/2025/you-can-finally-manage-macs-filevault-remotely-tahoe/
You could provide ssh key on your rooter to do this after power turns on for it to unlock the mac.
I shared a bit more here.
#showcase-old message
rofl at n8n-workflow-automations. going straight at it hahahaha. imagine it would actually configure oauth etc. for mail
How did you get the face detection working ?
Using https://github.com/deepinsight/insightface (clawd's suggestion) I also tried AWS Rekognition but it was shit.
It's a pretty good local face analysis and recognition model, took a few reference photos for training for each of my kids - and it just "worked" 🙂
I can share the python script it's 300 lines - create index from reference photos and runs detection
it also does video face detection by looking at 1 frame-per-second in the videos and run the same analysis on them
U can teach clawdbot to send u notifs even with images and buttons etc through home assistant 🙂 it can even send urgent ones that pierce through dnd
Use case: Telegram Forum + Topics as “context lanes” for Clawdbot
I replaced my multiple giant
chat threads ( in chatgpt/claude) with a Telegram forum that has Topics.
Each Topic becomes a dedicated lane (Health / Tech Help / Ideas), so we can run multiple projects in parallel without context bleed.
What made it click:
• Pinned baseline per lane (how we want the bot to behave)
• Persistence: Clawdbot writes down key decisions so it remembers across sessions
• Parallelism: jump between lanes without re-explaining
Feels like a lightweight project manager—without leaving Telegram.
Feeling more organised and in control now🔥
This is worthy of a Showcase. https://x.com/MiniMax_AI/status/2014380057301811685?s=20
🦞To run a good Clawdbot, you need a model that has Trader Joes quality, Amazon Prime speed, and Temu prices.
︀︀
︀︀🦞Here's how to get Clawdbot up and running with ClawdBotFather @steipete's personally recommended model, ✨M2.1:
Is it open source? I really liked it
Note that everything you put through the minimax plan or api is stored by them for training data
I wrote an article about Codex Subagents if you are interested
I spent some time today to go over the things I've learned since diving deep into Codex Subagents.
︀︀
︀︀If you're newer to Codex, I offer a practical way to get started using some custom skills, all while taking advantage of @OpenAIDevs "Collab" feature.
︀︀
︀︀x.com/LLMJunky/status/2014521564864110669
**👁️ 59 **
Oh this is gonna be fun! 😆
Quoting Xaden Ryan (@XadenRyan)
︀
What if we started to combat spam texts by spinning up @clawdbot instances to reply to all the spam texts? Right now the scammers win because they send out thousands of texts and get a few on the hook. What if we had millions of bots replying to the scammers so their systems were overloaded?!
︀︀
︀︀Make it not worth while sending spam texts!
**👁️ 1 **
you're doing this on the sqlite based thingy you have?
I think, I saw something like that on twitter :)
hey so i saw a twitter post from someone the other day that was using one of these and having CLAWD draw on it like every hour: https://shop.usetrmnl.com/products/trmnl?variant=49783436673329
I think im going to try to recreate it and my CLAWD was excited about it so...person who inspired me / had this original idea before me if you're out there and or in this discord thanks, this is super neat and you're appreciated
yes i have one main sqlite db for my entire life os and a react app to see ui
Gm, I feel like I saw you before. Maybe on X
I've been tyring setting things up on notion.
Maybe this is the right way becuase, in the local sqlite db, we don't have to fight the notion api :)
oh 100%. i just migrated exported my 2 notion workspaces and closing my account 🙂
will probably do it today itself lol
thanks for the idea!
my clawdbot's been struggling to properly setup workspaces and alll :)
What does a my entire life os look like @velvet cargo
will share more details soon, i'm making an sdk for https://benji.so so i don't duplicate all the features + making specific features for our family (trash schedule, dentist for me , etc etc)
i just started paying for brave search and now equipped my bot with 4 ways of searching the web 🙂 if this mf tells me he cannot search for something i'm gonna lose it ...
i guess this should be a default skill @native ridge it took a while for the mf to learn to send discord stickers .. but now it's more fun
Thanks for the inspiration @velvet cargo 🦞📰
Already have this running for my Clawd. Clawd creates an HTML page based on a template, renders a PNG, and sends it via the official API (Webhook Image TRMNL PlugIn) to the TRMNL. Works great!
Published my first skill – a wrapper for Telegram "instant articles" and @native ridge's latest summarize that lets you turn YouTube videos into short "articles" that open with Instant View in Telegram 😊 https://clawdhub.com/viticci/youtube-instant-article
I tried to have Clawd go on a mission and build a revenue-generating project on its own, having it take 100% responsibility for everything that it built and having it check its own work.
I gave it a tiny VPS on Hetzner and let it come up with an idea and build it out. It didn't get further than AI slop. That was quite the anti-climax.
If Clawd would be able to inject personality in the work, it would be revolutionary. It feels like the tools are halfway there - it can access browsers and do research and check out what it builds. But it is not yet able to stick the puzzle pieces together.
Very cool!
PR please! I forgot about this when I made the discord skill
I made a skill that sorts download tasks on my Synology NAS! It works with a vibecoded Download Station CLI behind the scenes. When I send clawd a .torrent it analyzes if it's a movie, a show, a whole show season...
Yeah I’m buying a printer now
What are some cool things everyone is doing with webhooks as external triggers? Feel like this is the most slept on feature
So I built something only I wanted but may be relevant to a couple other people. I have a url2booklet script that can bookletize any site in reader mode so it prints as a fold/staple booklet (pages are split in half and interleaved). Could be combined with this morning news too. I simply asked clawdbot to install it and add a skill for it to combine with the printer skill and off it went
let's goooo love this !! 😄 😄
- i am receiving each saas payment so clawd can react to it
- i am receiving every sms from my iphone and from clawd's twilio phone
- clad can send me homeassistant notifications with buttons and i can press one of the buttons as a choice, and that gets sent as a webhook back to it
- probably 37 other cases i'm forgetting about
time to upgrade to an *arr setup : )
I have an *arr setup! Are there already plugins/skills for those APIs?
@fickle carbon Check all replies and answers here in this #showcase-old topic and find the top 10 coolest use cases that will make every entrepreneur more money
Redis Backbone Plugin 🧰
What it does: Gives Clawdbot persistent storage + async task processing via Redis.
3 Core Features:
-
KV Store —
kv_set,kv_get,kv_list,kv_delete- Namespaced key-value storage with TTL support
-
Task Queue —
queue_add,queue_list,queue_status,queue_cancel- BullMQ-powered job queue
- Priority levels (urgent → low)
- Auto-routes results back to WhatsApp/Telegram/Slack
-
Worker — Spawns agents for queued tasks
- Concurrency: 2 parallel jobs
- Waits for agent completion, delivers result to requester
Flow:
queue_add → Redis → Worker picks up → Spawns agent → Agent responds → Sends result to channel
Location: /Users/adam/clawdbot_plugins/redis-backbone/
That's it. Persistent memory + background task delegation. 🦈
https://x.com/thekitze/status/2014785052563894462?s=20 if u use home assistant u can cast urls to your devices like google home, tv, etc 🤓 using DashCast
my @clawdeez_bot can now cast url/image to any of my screens at home including trmnl 🤓
︀︀
︀︀i'm gonna make an actually SMART smart home
Ok now I have a use for my trmnl
question, from where are you pulling health data? i have been trying to do something similar based on apple health but it seems that I would need to create an iOS node that has proper permissions
I wish i had a better answer but i basically just screenshot the output of my workout app that lists all stuff i've done. Clawdbot has suggested a iOS Shortcuts app export but i've not gotten it to work yet. I generally am pretty happy to let it know that i've worked out and they check in on me every evening so it's kind of sorted from a couple of fronts 😅
sample, it's enough for clawd to cheerlead me on to make the front page of the news the next day, every day 🤩
Hot or Slop… what do you think?
@fickle carbonbot-generated podcast about clawdbot, @native ridge and AI. An experiment, 2 pilot episodes. Listen to it in your favorite podcast player.
are you running your life os setup on your Coolify Instance?
So life os will be paid?
Anyone have a Anova Precision Oven and want to test the skill i published? https://github.com/dodeja/anova-skill
Thanks for the tip @velvet cargo
Setting mine up to find leads for my agency, research them and get all info and then build demo sites, upload to my GitHub, host on my Coolify then use remotion to make a demo video and then message the lead
could you also automate the whole cold sales email chain? would be cool if you just get qualified leads each week, already screened
I already have a phone agent that calls leads that I built a few months ago, I’m going to implement it into this aswell
@sick ore if you wanna look at it
Its now researching, building demo sites and deploying them and also texts the leads asell using Google Voice in the browser
i make video https://youtu.be/3DBpfB0ao50
nice which outbound ai system are you using? i can recommend a few if you need info
what does it sound like and do you just give a prompt for the phonecall?
One more video to have to the list: https://www.youtube.com/watch?v=d9UcE0nfu_A&feature=youtu.be
I am focusing on project management and knowledge management for now
btw u can use this app for apple health sync to a server: https://apps.apple.com/pl/app/health-auto-export-json-csv/id1115567069
so,
I made it sit next to my clawdbot.
so that it can easily use sqlite quories for this.
instead of putting it in another server/docker container and having to have another barrier
I just setup Clawd and was expecting a failure on first try
I’m pulling my hair out over using Discord so this would be amazing
What are you using to connect to bank? Just Revolut API?
What let you do this ?
I wouldn't know... @normal kestrel , here 's clawd answer
can you?
I'm trying to setup a similar system :)
I use Vapi but elevenlabs sometimes aswell for calls
compare vapi.ai against retellai.com (i like retellai.com a bit better)
both run on top of twilio
eleven labs is normally the text to speech engine but to my knowledge their latency is a bit higher as it takes 300ms to generate the audio
i personally try to keep my ai apps at 600ms total which isn’t easy and requires more enterprise stacks and in-house dev
cartasia something like that has faster text to speech
i haven’t played with pipecat should try that
i’m definitely going to connect clawd to some of my in house phone tech
Retell has been great - but eleven direct works fine for most situations
so, you guys are using ai to call real people, and close deals for you?
tbh, I didn't thought this will work that well :)
I built a real time AI cold call insights too 😂 listens to whole live call and tells me what to say based on how the convo is going
wth
if you guys ever have volume for telco let me know and I’ll try to hook you up, i have direct relationships with eleven labs etc at large discount
alright @velvet cargo starting to feel the whole “there cool be a better interface”
this mf @native ridge doesn't read anything except #general ffs
aha aha ....
smh
how?
Deepgram + feeding it my script
costs? and why not the build it voice call plugin?
lol i had mine change it earlier and it did, and then later i asked to do it again and it kept telling me it couldnt
I made this before clawd
anyone want to test a proxmox script with me for clawdbot lxc?
mfers do be building Deus Ex in here fr
Manual csv for now
I have adhd AND am a tax consultant in Germany (very bad combination)
so I let clawdius Check my mails, See if there’s any appointments or tasks for me, puts them in my notion and reminds me to do them every three hours. Each time a task is repeatedly reminded, it gets angrier and cockier for each specific task 😭
So far it’s working
I built a bot a couple of weeks ago that runs inside Termux on my Android phone. It listens to the phone's microphone every 15 seconds. It analyzes the WAV for my wife's voice then uses Whispr (installed on phone) and watches for words like 'could you do' or 'you need to' it will send the phrase to Opus then add it to my tasks list. Then I found out about Clawd this week.
Battery drain is insane
I built a similar thing also using Deepgram! I called it Intellipompter. Mine was for emceeing stage shows so I could see what bullets points I hadn’t covered yet. I never used it in prod but it was a fun proof of concept
What does your setup look like?
i run my own session border controllers and have directs with all the mobile network operators and tier-1 carriers, for media i use freeswitch mostly, for AI i use livekit as the hub to all my 3rd party/internal stuff. this scales to very large numbers
How would setup something like clawd with outbound calling to try and get leads for a home services company?
ask me in maybe 2 weeks, right now i use n8n to do that exact same thing but different industry
i only use n8n as it handles all the authentication of multiple service providers for me, claude does all the json configuration
clawd likely has a place in all this, especially to orchestrate things like if you have five calls already in progress don’t really need to continue doing marketing until those calls clear and then start things back up. Also giving your clients a way to chat with their AI system to see performance, missed call notifications, stuff like that could be very helpful.
What is the use for n8n in this?
N8N is pre clawd I think.
First day with the lobster, it was nice
yeah pre clawd, what i’m using now, still nice for oauth etc, but i’m like a baby clawd right now but im totally hooked.
for reference i’ve been in telco 30 years, ai for a while, and stumbled on clawd and still learning it but it’s so flexible im just starting out with personal stuff before i even focus on commercial applications
but everyone is cool here so if you guys get stuck with telco, @ me and I’ll try to help if that makes sense. telco is hard at scale
N8N is great though. You could probably set up a node that could bridge clawd and n8n
I use claude -p in a ssh workflow
i just got clawd running for a 2nd time last night on docker but going native mac osx for personal task work and then i have dreams about bringing this to slack for my work app
Does anyone gave clawd access to his book library and use it as a companion, asking for help when reading a difficult concept, having him chat about the content of the books, clawd asking question to make sure we understand etc?
didn't know zuko was so touchy
Has anybody got any wisdom for running Clawdbot on raspberry pi 5
What's your script ? I'm considering abandoning mine for a docker setup instead , I don't like that keyring doesn't work for storing credentials
can i possibly give clawdbot my credit card and i can ask it to make purchases for me?
yes
I built a proxmox install script but they rejected it because it wasn’t 6 months old
I used an unpriv lxc
i would do debit card . dotn let your agent take out loans on your behalf!
Easier to just use your social security number and let it get you its own credit cards.
Maybe start with a privacy card with a set spending limit lol
Oh yeah for sure! 😂But theoretically, clawdbot can actually do the whole check out process right?
lol i just made a notebooklm podcast thing by mistake for this infographic i was trying to build. i think it came out pretty good especially at the end how they flipped the script i was like woah
alright this is a good one if I were to edit the PDF I would just get rid of that last page it's garbage and useless lol but it's a pretty cool overview of my Clawdbot setup
whats the craziest thing you can do with clawd
clawd been pretty helpful for my business so far:
- I've upgraded my discord help forum bot to use clawd with access to more docs + web searches
- Created a new email agent that takes in new support request emails, writes notes for a human in the loop, and then gives a clean response draft
on thursday I got an email about USPS API deprecations I had been putting off (4 days left!) I messaged clawd during work and 10 minutes later it created a new solution that helped me migrate to the new APIs 🔥 (updated my cloudflare worker script and made a PR to the frontend to use the updated worker)
It won’t let me view link 😔
is it bc you have to login to google to view it or bc it says access not denied bc im pretty sure i set it to "anyone with a link" when i configured it
i could drop the audio file here if anything...
this is the best infographic I could come up for the whole system, i ran out of daily credits lol
Thank you!!
what tool creates this podcast-style audio?
Ok I am Blown Away
What are some of the best use cases for clawd? I’ve seen schedule a reminder for me, read my emails, etc. what are some more complex use cases that people are getting value out of?
this is fire thanks for sharing this
hey check out these other infographics I made a while back for my main agent that's running on clawdbot now
im learning everyday, thank alot
For a while, I wanted to have a browser based ui testing framework and surprisingly clawdbot is helping me shape a lot of that. It takes my requirements via discord and then makes them into a yaml based spec with appropriate info about the product and then runs the ui things on the clawd profile. Lastly sends me screenshots if things don’t look right. Pretty neat and stable!
Using Clawdbot got me thinking: can an AI act like a software PM -- understand a product’s current state (core value, codebase, basic metrics), proactively propose work, delegate implementation to coding agents, and ship demo builds for review?
Instead of me driving Codex CLI all the time, I want Clawdbot to manage product ideas and deliver demo versions to me.
I’m starting to put this setup together:
- AGENT.md in the repo = core value + constraints
- Free personal project for now (no business model constraints)
- TelemetryDeck for metrics (queryable signals)
- Backlog in GitHub Issues / Notion / Linear; I’ll drop ideas there
- The AI picks one item at a time, and asks me when requirements are unclear
- Codex CLI / Claude Code handle tests + implementation; scripts/CI generate demo builds
Why do you think?
maybe llook into lobster/prose to really streamline the idea
I got meta glasses to Amazon flow
https://youtu.be/jbvd0d6Bm1A?si=LEAZmxw-IDBkj7X5
still trying to get setup..
Clawd is awesome, here i compiled a list of things people have built with it in the last 24 hours https://x.com/vineetwts/status/2015284019529974210
A chaotic setup now between mac studio and macbook pro. trying to figure out the best way 
i plan to use clawdbot to make my work more efficient or to automate certain ideas I have.
awesome bot
THE ULTIMATE CLAWDBOT REPORT
︀︀
︀︀Every single important post here on X about @clawdbot.
︀︀
︀︀Report and analysis by @blevlabs with the X API.
︀︀
︀︀docs.google.com/document/d/1Mz4xt1yAqb2gDxjr0Vs_YOu9EeO-6JYQMSx4WWI8KUA/edit?usp=sharing
︀︀
︀︀It read 38,000 people in AI community here to learn about Clawdbot and its founder @steipete.
︀︀
︀︀This would not be possible if I hadn't built my lists of the entire AI community: x.com/scobleizer/lists
︀︀
︀︀DOZENS of use cases, fun posts, tutorials, and more.
i created a clawdbot cron job that runs hourly and compares current news headlines/stories against summaries of the past days. it then instead of just summarizing today's news, it identifies story arcs: which stories are new, developing, or stagnant and shows how situations are changing over time. i'm just starting out. need to learn a bit more a bit about clawd and how to publish it as a public skill or similar.
my clawdbot is making me $10K MRR in passive income. how is this free?
building micro games from telegram and generating lan urls to run the games on iphone while in my house network
is it ...
hell yeah
my @clawdbot now has backend & ui for a youtube/reddit/twitter video downloader, with sponsorblock integration to cut out sponsored and self promo segments
︀︀
︀︀(not that i watch his vids i used him as an example cuz i know this will piss him off 💀)
Are you using sandboxes? A main bot and a series of bots sandboxed in Docker containers?
Hey I use n9m currently with a workflow for linkedin scrapping and then personalized cold emailing leads from the scrapping to generate new clients for a construction company. Would clawd be useful at this or better ? Or am I better off just sticking to N8n for now
Anyone have experience with marketing / lead generation with clawd?
My Japanese Translation Clawdhub Skill is online 🥳
Works great translating and explaining Japanese:
https://clawdhub.com/itsjaydesu/japanese-translation-and-tutor
damn this shit can run my damn twitter account
damn there are many use cases, is there a place with most rated and used ones?
I'd love to dont spend 2h looking through them hahahah
are there any docs for this?
using clawdbot to automate X posting
btw I used clawdbot to explain clawdbot using remotion https://x.com/iamsaura_/status/2015437653244551618?s=20
I asked @clawdbot to explain clawdbot and clawdhub using @Remotion
︀︀
︀︀1 shot (plus fix emoji fonts) so 1/2 shots
**👁️ 1 **
is there a skills marketplace for clawd?
Clawd's retail / fintwit daily summary (so I don't have to scroll) + sophisticated 10K and news analyzer. Personalized Financial Times with deep analysis.
Very cool, all you did was supply the prompt?
im too excited about this i dont know where to start haha
Someone told me to post here! New skills https://x.com/mvanhorn/status/2015452688952213780?s=46
Shipped 4 new @clawdbot skills.
︀︀
︀︀🔍 Search-X - real-time X/Twitter search via Grok api
︀︀🤖 xAI - Grok chat API @xai
︀︀🔬 Parallel.ai - high-accuracy research with citations and search tool @p0
︀︀🎬 Remotion Server - headless video rendering, no Mac-mini required @Remotion cc @steipete
︀︀
︀︀clawdhub.com/u/mvanhorn
google banned the account i made for my clawdbot (spike) - agentmail to the rescue! skill here: https://clawdhub.com/adboio/agentmail
you were using the browser to control your email? There's the gog skill with the api
i was using gog, still got banned :/
oh jesus christ i hooked up my main acc

but to be fair, it was a brand new account called adamspikebot so there were many red flags
i still have it hooked up to my main account, i'm guessing that'll be fine since it's decades-old
it was mostly painful because i had already made github/tailscale/appleID accounts with that email and had to fix them all lol. but everything flows through agentmail now, except tailscale i just put that on my personal gmail
need more than the prompt - it's a bit of a workflow. I have clawd control codex on the VPS. Needed X account connected too. It also had to run some 'gray' API's to access data it otherwise wouldn't have. the 10K workflow is custom too.
Same!
How does using gog even violate their ToS?
I gave Clawd its own Google Apps account that I pay money for... hope they dont ban that lol
😅 At this point I should just hire a personal assistant
^ google just restored the account! lol -- i'm gonna leave it all on agentmail, no need for it to have an actual google account, but hopefully this puts some minds at ease haha
i don't think gog specifically violated tos, i had barely used gog with the bot's account, not really sure what triggered it tbh
Completely normal for new accounts👍
alright i'm entering insane territory here but..
︀︀
︀︀i ALWAYS wanted this. i loved bill burr's podcast like 5 yrs ago but now it's only sports sports sports and idgaf ...
︀︀
︀︀so i made a podcast manager that takes a pod, download episodes, transcribes them via sotto.to cli
︀︀
︀︀then based on what i don't care about it can remove ads, sports talk, or whatever...
︀︀
︀︀then it hosts the podcast episodes on my plex + gives me custom rss feed for listening in any podcast player (via my tailscale network)
︀︀
︀︀🤓
man! this is crazy good! love it!
btw, are you running Clawd on RPi or mac mini? ^_^
ooooooooo i like
I've created a a step-by-step guide for non-developers to get going with Clawdbot. No assumed knowledge. Just copy, paste, and follow along. Hope people find it useful: https://ibex.tech/under-the-hood/set-up-your-own-clawdbot-in-the-cloud-easy-guide
Clawdbot kept breaking its own config. Now it's self-healing: github.com/cbrunner/clawdbot-sentinel
**👁️ 1 **
Clawdbot Sentinel uses headless Claude Code to automatically fix Clawdbot when it breaks.
I didn't have much luck with clawdbot doctor, but it tries that before kicking off Claude Code.
Starting a new job next week and I'll be commuting by train, so naturally I let Claude build some tools to help me out
︀︀Also been tinkering with @clawdbot the last few days so I thought it would be useful to make a skill and call it on a schedule every morning I go to the office
**💬 1 👁️ 5 **
cool i need 2 change,
1/ how to get it on docker image
2/ How to connect it on my ollama serveur
3/ How much cost the price to get a good online model for him ?
ok is 3 questions
I was very much going for the simplest way to do it possible, so have avoided things like docker soz!
@verbal vigil
No worries at all—huge thanks for putting together this guide! 🙏 It’s exactly the kind of resource that makes tools like Clawdbot accessible to non-devs (and saves devs like me a ton of time too).
I’ll be using it as a foundation to build my own infrastructure. If I manage to figure out a clean way to integrate Docker or Ollama, I’ll be sure to share it back with you and the community.
Really appreciate the work you’ve done—this is gold! 🚀
does it use API keys to work??
interested in building something similar. could I DM?