#showcase-old

1 messages · Page 1 of 1 (latest)

native ridge
#

This channel is to showcase your creations and use cases. Discussions in other channels pls!

native ridge
granite bronze
#

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 ❤️

Bestel je boodschappen via de Picnic-app! ✓ Altijd lage prijzen ✓ Altijd gratis bezorgd ✓ Altijd supervers

native ridge
#

noice? gocli?

hollow tendon
hollow tendon
granite bronze
# native ridge noice? gocli?

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

granite bronze
uneven folio
#

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.

https://star-swap.com

StarSwap

The modern marketplace for astronomy equipment. Buy, sell, and trade telescopes, mounts, cameras, and accessories with astronomers worldwide.

hollow tendon
#

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).
GitHub

Contribute to joshp123/nix-clawdis development by creating an account on GitHub.

#

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

velvet cargo
#

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)

ember jolt
velvet cargo
#

@fickle carbon top 20 ideas for cron jobs to schedule in clawdis?

#

bro ghosted me maybe really it's time to sleep 💀

autumn stratus
#

rip

uneven folio
compact oxide
velvet cargo
#

fomo

granite bronze
random birch
#

🔍 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

GitHub

Semantic search sidecar for Karakeep bookmarks - find bookmarks by meaning, not just keywords - jamesbrooksco/karakeep-semantic-search

remote aspen
#

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.

hollow tendon
remote aspen
#

Seems to work correctly for me now, sending voice notes / ogg ipv mp3 media.

hollow tendon
remote aspen
remote aspen
#

And yeah you should definitely switch from AH! 🙉

hollow tendon
# remote aspen 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...)

cobalt shuttle
#

Fellow Dutchies, hello! Greetings from Austria 🙂

granite bronze
# hollow tendon nice. thanks 🙂 i may well switch! my goal is clawdis driven meal planning - wit...

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 😄

remote aspen
#

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.

hollow tendon
remote aspen
#

yeah probably

hollow tendon
#

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!

granite bronze
reef cliff
silver schooner
#

Does anyone use android app integration as node? I am wondering if clawd can make phone calls (call skill).

midnight slate
#

Is there a skill for clawd to tell me about latest news? Lol

sick ore
#

there is a brave skill that might work but you need an API key

vernal torrent
flint bear
#

Very similar here, this was moments ago

velvet cargo
#

made telegram group with me & wife & my clawdeez. that icon tho.

ember jolt
velvet cargo
humble silo
# sick ore there is a brave skill that might work but you need an API key

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.

flint bear
#

just gave it ssh into my docker host

graceful lark
#

this is awesome

worn harness
umbral stratus
velvet cargo
granite bronze
#

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

native ridge
#

@granite bronze amazing!

crystal willow
#

could package clawd as a EA pretty easily

sick ore
#

suit clawd?

crystal willow
#

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"

granite bronze
#

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

hollow tendon
#

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

granite bronze
flint bear
#

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!

granite bronze
flint bear
#

like a kid... "look I'll pay to get you started, but you need to become self suffient soon"

hollow tendon
#

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 -> 📈 )

flint bear
#

/new_project garage nuclear reactor - come up with a way to generate power...

autumn stratus
compact quest
hollow tendon
hollow tendon
velvet cargo
velvet cargo
compact quest
#

Thanks guyd

velvet cargo
trim linden
manic sundial
#

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)

manic sundial
#

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)

hollow tendon
#

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

hollow tendon
alpine cargo
#

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

pearl orchid
#

I did the same thing and started with WhatsApp which was annoying and tried Telegram and so much easier

velvet cargo
#

fuck whatsapp

#

telegram clears

oak wyvern
#

discord is the way nod

velvet cargo
#

nah telegram is way ahead for bots

oak wyvern
#

we havent even come close to the true power of clawd in discord PanDevil

ornate iris
#

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

native ridge
ornate iris
native ridge
#

So it's still a bit rough

ornate iris
#

it seemed pretty smooth. no errors.

native ridge
#

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.

modest arch
#

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)```
normal swallow
#

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

GitHub

HTTP bridge between Vapi voice assistant (Claudia) and Clawdis AI - alejandroOPI/clawdia-bridge

hollow tendon
#

clawd buys domains. no skills needed just aws keys

hollow tendon
#

clawd gets you silly sounds for your gimmick websites

teal roost
#

Clawd can order my groceries for me 🔥
It's connected to a German grocery shopping app!

hollow tendon
teal roost
#

Clawd built the skill itself, which is pretty wild 😅

hollow tendon
#

we are living in the future!

velvet cargo
#

u guys with your fancy german supermarkets that have an api...

granite bronze
granite bronze
flint bear
flint bear
modest arch
hollow tendon
hot wigeon
#

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.

teal roost
#

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

hollow tendon
#

clawd, make me a stupid branded gimmick twitter header that fits

flint bear
#

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.

past tusk
#

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.

mental ridge
hot wigeon
#

I can now chat with my docker container on my vps via whatsapp, telegram and sometimes with the macos app.

hot wigeon
#

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.

void mesa
#

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

#

Need ffmpeg, curl and jq installed. It calls OpenRouter for the transcription

#

Cost about $0.000617 for 30s audio 😄

flint bear
ember jolt
past tusk
# flint bear this looks amazing, very interested in this concept. Feels like somethign that c...

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.

flint bear
#

let us know when you do! 😄

hollow tendon
#

roborock integration

golden dove
#

Knew it was coming

frank copper
north grail
#

Steve's coming along quite nicely. 🙂

velvet cargo
faint merlin
#

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

GitHub

Contribute to ngutman/clawdbot-ha-addon development by creating an account on GitHub.

velvet cargo
#

this is super dope 👏 love it

crystal willow
#

i have to know what people use homeassistant for\

#

like describe the experience

#

ah sheli

faint merlin
#

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 🤷‍♂️

flint bear
#

I have like 200 devices in my, with a ton of automations etc. Rarely touch a light switch anymore 😆

remote aspen
#

Just asked clawdbot to write a skill to control Homey.

Very cool stuff! Not sure what I could use this for though.

velvet cargo
flint bear
#

hahaha

#

thats when you start writing automations to auto-reload integrations every few hours

wraith dove
#

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

hollow tendon
native ridge
faint merlin
#

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

normal swallow
mental ridge
north grail
#

I am now smarter. And my synology thanks you.

velvet cargo
# north grail Posted for a friend of course 😉 ! I'm unaware of streamio , since I'm an unc pr...

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

north grail
#

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

native ridge
native ridge
#

Would also love screenshots.

north grail
#

Wait I want one. How many skills does that take? 🙂 what can I do

north grail
#

And you gotta monitor version upgrades (for some reason they always break) and restarts. And manage connections to your sabnzbd or similar

velvet cargo
#

working on a second one for partial skill loading for discord channels and telegram topics

crystal willow
#

Hey I have a merged PR make me orange

velvet cargo
grand harbor
#

^ignore. reddit ftw

vague oracle
#

does anyone have any neat showcase videos?

hot wigeon
quasi crag
#

@fickle carbon hi

oak wyvern
ashen spoke
#

funny moment: (clawd connected the dots between team list from our company's notion and personal gmail)

wraith thorn
crystal willow
#

told clawdette to integrate with linear

#

why do i always start with please

granite bronze
# crystal willow told clawdette to integrate with linear

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

clever skiff
#

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

nova ridge
#

has anyone set something cool up to interact with Obsidian?

crystal willow
#

gut tells me it's not token efficient though because it needs to figure out the correct call every time?

granite bronze
#

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

teal roost
#

I wanna make the setup even easier...everyone needs a clawdbot ❤️

hollow tendon
#

clawdbot finds printer all by itself. no skills no cli no nothing

loud crypt
#

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 ❤️

nova ridge
#

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

nova ridge
autumn stratus
#

That’s awesome

split mist
nova ridge
crystal willow
#

oh yes, i wanted to do that

#

looks good!

primal turret
#

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.

serene cliff
#

I'm also having my clawd find jobs for me 😂

graceful lark
#

What API do you guys use for job search? Or does it just scrape some websites?

faint merlin
#

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)

visual bramble
#

Man, this sh- is addictive!! Thanks @native ridge 🫡

native ridge
severe sinew
#

we got around not having a nano banana key

onyx jay
#

just realized you can add sonarr/radarr via api keys and simply give it a name and it'll add it

worn harness
#

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)

ashen spoke
#

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

limber pewter
golden dove
#

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

lost mountain
# nova ridge has anyone set something cool up to interact with Obsidian?

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

main frigate
prisma plank
#

Hi guy how can we connect crawd to google fit?

#

Maybe i just need to ask crawd

main frigate
# worn harness testing this currently - i don't know if this belongs in here but clawdis (og <@...

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.

visual bramble
#

Anyone wanna use a LinkedIn skill? 👀

clever skiff
hollow tendon
#

well that's horrifying 😆

teal yacht
worn harness
worn harness
main frigate
serene jungle
#

Anyone made a stock screener skill or ability to lookup live data ?

dense owl
#

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

serene jungle
#

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 🙂 🔥

tawdry sky
serene jungle
#

If it can trade via the browser connections automatically that would unblock these

worldly shoal
#

how does clawd have its own number? is that a twilio integration?

compact oxide
naive forum
#

ClawdBot Profile Picture

#

here are a few variations

primal turret
main frigate
#

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 😅

native ridge
hollow tendon
#

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 😄

native ridge
#

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 🍳

grand harbor
flint bear
#

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

covert shard
tacit thicket
viral sequoia
onyx jay
#

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.

flint bear
#

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

native ridge
#

Would be great if we can get the skills up on clawdhub

#

I can upload but then it's under my name

north grail
#

I thought the same.

vague narwhal
#

@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

native ridge
#

Someone gotta try this and make it a skill

lyric grotto
#

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?

covert bloom
velvet cargo
#

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 💀 )

hollow tendon
#

@velvet cargo awesome. i want this

timid urchin
#

u mean, you want these *

tacit thicket
granite bronze
# vague narwhal like this? looks kinda cool? https://github.com/ceedaragents/cyrus

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.

GitHub

CLI tool for Linear.app with JSON output, smart ID resolution, and optimized GraphQL queries. Designed for LLM agents and humans who prefer structured data. - czottmann/linearis

velvet cargo
#

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

hollow tendon
#

just wanted to say thank you to whoever added images to the showcase docs, it looks great!

hollow tendon
north grail
hasty storm
#

I've added RocketChat as providers. (RocketChat is an opensource Slack/MS Teams alternative)

vapid marten
#

Just had an amazing debut on imessages with clawd, unintentionally messaged half of my phone's contact list with clawd setup code 🤣

autumn stratus
north grail
#

Hahah! Wrong showcase!! 😅

#

We probably need a Clawdbot #fails channel....

north grail
#

Nice 👍 keeps positive here and good for a laugh there.

vapid marten
quartz bane
#

clawdbot bug or growth hack

flint bear
flint bear
#

I use NodeRed to fire webhooks btw for those interested ^

#

HA -> NodeRed -> Clawdbot for AI reaction

north grail
#

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)

rich jacinth
flint bear
rich jacinth
#

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

north grail
flint bear
#

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

oak wyvern
#

so uh whats your bots email again? :P

flint bear
#

lol (pretty sure you could find it @oak wyvern )

#

maybe we need a #security channel?

rich jacinth
flint bear
flint bear
#

/shrug double negative there

#

figuring out how to get clawdbot securly running within my enterprise job is my goal 😁

rich jacinth
#

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

flint bear
cursive cape
lost mountain
#

We have Donkeys too! Hope that's allowed...Will be a skill soon, additional go package required

north grail
worn harness
flint bear
#

👍 mine has done like 20 impressive things, and has a few more pending

velvet cargo
flint bear
hollow tendon
worn harness
onyx jay
flint bear
# onyx jay What are some examples? I made a project for it in Things where I’ll share thing...

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

onyx jay
#

No that’s very cool. Exactly what you’d want an assistant to be doing on your behalf. Agency.

ashen spoke
#

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.

velvet cargo
#

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 😂

onyx jay
#

Gave my bot (polaris) the instruction to periodically check Bear notes for @polaris and highlight its responses in green. Very cool

worn harness
flint bear
#

next up the "Slopost Generator 9000" skill 😆

covert bloom
#

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 👕

flint bear
velvet cargo
velvet cargo
#

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 😄

rocky sinew
#

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.

ClawdHub

Vienna public transport (Wiener Linien) real-time data. Use when asking about departures, schedules, disruptions, elevator status, or directions in Vienna's public transport (U-Bahn, tram, bus, night…

worn harness
# velvet cargo

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?)

velvet cargo
calm crow
#

Download Agents UI

tawdry sky
compact oxide
#

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)

viral sequoia
compact oxide
# viral sequoia Awesome! So in theory the .sh script could also be something like `bun heartbeat...

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.

rich jacinth
compact oxide
uneven folio
#

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

covert bloom
#

@velvet cargo where can i find the sotto cli ? so i can add it to clawdbot

#

or it auto installs alongside the app

velvet cargo
covert bloom
#

it was a good idea to update the app before asking 😂

velvet cargo
barren sail
#

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.

hollow tendon
velvet cargo
#

i gave my clawdeez venom's voice via eleven labs, it sent me this voice note on telegram 😂

covert bloom
#

so he's a web developer now

lyric grotto
covert bloom
graceful bone
#

🍽️ 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 🌻

graceful bone
hollow tendon
lyric grotto
lone isle
nocturne sequoia
#

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 🦞

https://x.com/i/status/2009724862470689131

sinful tartanBOT
# nocturne sequoia Just completed my first Tesco shop with <@1456406468898197625> Clawdbot Magical...

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

onyx jay
#

Ralphed a whole ass iOS app and put it on TestFlight with telegram

velvet cargo
#

BUTTONS ARE LIVE IN THE TELEGRAM BOT

#

git pull, the telegram bot can now send buttons

dawn vessel
pliant aspen
#

Helps to get files and zips easily to my phone via telegram

tacit thicket
clear mulch
#

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

native ridge
velvet cargo
#

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

tacit thicket
native ridge
#

on the page!

onyx jay
#

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.

autumn stratus
covert berry
# clear mulch

using oura API? What md files did you modify to get this kind of recommendations?

wary oriole
#

@velvet cargo i am copying the venom voice

#

that shit is too good

wary oriole
#

asked zuko (clawdbot) to describe how he sees himself especially with the new venom voice

generated an image for him

main frigate
hollow tendon
#

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.

fickle haven
fickle haven
native ridge
sinful tartanBOT
tacit thicket
tacit thicket
gusty prairie
sinful tartanBOT
gusty prairie
#

goal was to also get notified about usage / execute actions when I don't have internet and I'm in the wild camping

native ridge
#

so cool

#

what did you use?

#

^ this must go on the showcase, someone plz PR

gusty prairie
#

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

native ridge
hollow tendon
#

cant wait for this one

gusty prairie
#

same ! this looks good. we just can't outship @native ridge

native ridge
#

To be fair I had months to prepare my CLI army.

gusty prairie
#

if anyone want to push this further, should cleanup code probably 🙈

hasty storm
#

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

rich jacinth
#

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

alpine cargo
#

haha

tacit thicket
wary oriole
#

zuko with venom voice woke me up today

i never woke up so fast before xD

hybrid mauve
#

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.

sinful tartanBOT
tacit thicket
sinful tartanBOT
# tacit thicket https://x.com/jdrhyne/status/2010155191731950036?s=46

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.

**💬 2 🔁 1 ❤️ 9 👁️ 1.6K **

sinful tartanBOT
# tacit thicket https://x.com/pranavkarthik__/status/2009835051522162874?s=46

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

**💬 3 🔁 2 ❤️ 8 👁️ 1.5K **

shadow kayak
#

@native ridge @autumn stratus - Should everyone have access to the "Delete" button for Sanitizer?

autumn stratus
#

@oak wyvern @hollow tendon

hollow tendon
hollow tendon
opaque escarp
#

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!

opaque escarp
#

Yeah, drew inspiration from cozmo 😅

oak wyvern
radiant torrent
fleet oar
#

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

flint bear
#

lol

waxen gyro
onyx jay
#

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

sly pasture
#

Wanted to share how im using clawd at work and how it is saving me many hours per week:

  1. 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

  2. It built a prompt for writing blog posts based on previous blog posts

  3. 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

  4. 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

  5. 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

fallen breach
native ridge
sinful tartanBOT
native ridge
sinful tartanBOT
silent pier
modern jackal
#

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

pearl spruce
cursive cape
kindred raven
#

Just told my clawdbot Ema from bed to turn off the PC (and herself, as she was running on it). Executed perfectly.

tacit thicket
onyx jay
silent pier
#

Never heard of the axiom plugin. Looks awesome.

potent lintel
cursive cape
muted hornet
#

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.

cursive cape
potent lintel
cursive cape
#

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

potent lintel
cursive cape
north grail
#

Gosh I wish the showcase were cleaner

wary oriole
#

I just setup daily check-ins with random screenshots to keep me on track

and zuko called me out

wary oriole
#

the more i use clawdbot and set things up, the more i realise how incredible this is

thank you @native ridge

crystal willow
native ridge
native ridge
gentle siren
ornate scroll
north grail
graceful bone
lyric pike
#

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.

graceful bone
#

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:

  1. 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.

  2. 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.

  3. 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.

desert badge
onyx jay
desert badge
#

this makes me wanna switch to telegram, but wifey is on whatsapp. Guess i will jsut have two providers

onyx jay
#

The topics in telegram setup has been very finicky for me but I want to give it a go again

ember jolt
ember jolt
lyric pike
lyric pike
# ember jolt can you please send us your workflow?

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

ember jolt
tacit thicket
floral sinew
tacit thicket
graceful lark
#

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.

desert badge
#

wait is this in vr ?

graceful lark
#

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.

tepid raft
#

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

sharp plaza
#

are you using any unique libraries!

#

other than 3js?

#

just curious

#

the panels are so sick

fathom hill
#

i asked clawdbot to list my workflows on a notion db

graceful lark
lyric pike
tawdry sky
lyric pike
tawdry sky
# lyric pike what's your prompt/workflow for having it run overnight? I've only managed async...

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.

tacit thicket
tawdry sky
ashen spoke
sinful tartanBOT
# ashen spoke https://x.com/dodeja/status/2011338287525609646?s=46

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 **

ashen spoke
main frigate
waxen gyro
#

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

gusty prairie
sinful tartanBOT
potent lintel
#

that should go in #clawdbot-fails

lyric grotto
kindred raven
#

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

grim gull
#

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

main frigate
main frigate
grim gull
#

@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!

kindred raven
hazy path
kindred raven
# hazy path 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.

viral sequoia
sinful tartanBOT
# viral sequoia https://x.com/adam91holt/status/2011744922257502529

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 **

fleet oar
#

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 🦞

blazing oriole
fleet oar
#

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 🙂

ionic wedge
#

Is there any showcase of clawdbot inside company ? we just started to spawn 2 agents to help us the tech department

fleet oar
#

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

fleet oar
# fleet oar It's not a proper inner-company showcase but here the kind of stuff I recently a...

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.

fleet oar
# fleet oar > As soon as John Doe gets back to me, please prepare a draft response for me in...

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

fleet oar
# fleet oar > Every first of the month, run the company monthly chores skill and then spam m...

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

worn moat
#

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

opal peak
oak wyvern
tacit thicket
#

Built a small seo analysis for my page

lyric grotto
main frigate
shadow kayak
#

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. 🤣

autumn stratus
shadow kayak
#

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

autumn stratus
#

stealth lobster army

worldly shoal
shadow kayak
mortal quarry
#

Just got clawd to control my Roku tv

#

Ganna be useful when I finish this desktop companion

grim gull
viral sequoia
umbral parcel
main frigate
# umbral parcel 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

zinc wigeon
#

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

autumn stratus
golden dove
onyx jay
# golden dove

Can you explain what they’re doing? Are they working independently on things?

autumn stratus
manic sundial
#

collaborative poetry in Signal -> X

quartz fable
lyric grotto
#

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)

viral sequoia
#

Here is what we have so far!

acoustic swift
#

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

kindred raven
mortal quarry
shut hearth
#

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.

autumn stratus
kindred raven
# mortal quarry

that's a really nice thing to build for kids - they can build their own robo! who wouldn't get exited about that/

mortal quarry
ocean lotus
#

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 😮‍💨

https://github.com/ameno-/mo-skills

#

Wtf, I can just publish these skills to clawdhub 🤣

oak wyvern
#

Yep!

vagrant orbit
#

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

acoustic swift
#

Lmao

vagrant orbit
#

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

past sorrel
#

Discord powered #audit channel for keeping an eye on Clawdbot's actions -- great way to level up your (human) skills

#

tool call audit example

graceful torrent
#

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

oak wyvern
past sorrel
#

context usage alert

frosty drift
#

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.

mortal quarry
#

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

vagrant orbit
#

i made an updated Infographc for my current family historian clawdbot lol

covert bloom
#

creating my own clawdbot army right here
🚀

white thorn
vagrant orbit
white thorn
#

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

vagrant orbit
white thorn
#

oh wow you made some serious progress

#

did you start by hand or is it ai bootstrapped from the get go?

vagrant orbit
#

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

white thorn
#

of course there is a control center ui too 😆

vagrant orbit
#

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

white thorn
#

you did your family a great service I think. cool project

vagrant orbit
#

i can totally open source this, this is the protocols for it

white thorn
#

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

vagrant orbit
#

im not familiar with that tool ill have to look into it

white thorn
#

not important really

#

thank you for sharing i am browsing through it

#

whats the point of the social credit system?

vagrant orbit
#

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

vagrant orbit
#

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

white thorn
#

interessting idea. like trying out prompts and having some way of scoring how well they do after a while

vagrant orbit
#

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

white thorn
#

do they get a summary of their punishments and punishment reasons in their initial context/agend.md next time they start?

vagrant orbit
#

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

white thorn
#

quite sophisticated

#

how much work was it you would say?

zenith current
#

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.

vagrant orbit
# white thorn how much work was it you would say?

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

white thorn
#

well consider me impressed

vagrant orbit
#

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

jade coral
wary oriole
#

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

vagrant orbit
wary oriole
#

if im actually doing something important i wouldn't use this

tepid raft
covert bloom
# tepid raft 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

ornate mantle
#

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:”

vagrant orbit
vagrant orbit
zealous pebble
#

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

daring nacelle
#

**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

jade coral
jade coral
# daring nacelle 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

native ridge
digital anvil
#

I’m a non-tech guy and just birthed Clucky my wise owl. Hopefully I’m able to build on this. Thanks @native ridge

ornate iris
frosty drift
frosty drift
ornate iris
frosty drift
tepid torrent
#

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

ornate iris
hot wigeon
#

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               │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘
hot wigeon
shadow kayak
#

Told Clawdbot I was tired 😅

fair obsidian
worn harness
north oriole
sinful tartanBOT
main frigate
frigid wedge
#

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.

graceful bone
#

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.

velvet cargo
#

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

onyx jay
#

I’d be interested in trying it, especially as a front end for clawdbot @velvet cargo

maiden smelt
#

This seems really useful, I'd be interested in it as a front end for clawdbot too @velvet cargo

errant musk
#

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

twilit mountain
onyx jay
#

YESSSSSSS

#

There goes my afternoon

crystal willow
#

@velvet cargo don't you miss mobile though?

velvet cargo
velvet cargo
#

fun thing to try with clawdbot: "discover my printer and print me some ascii art" it did it on first try haha

half herald
ornate iris
uneven folio
#

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!

ember jolt
ornate iris
#

added something for that

covert island
bronze creek
velvet cargo
graceful bone
# velvet cargo if this doesn't belong here <@387380367612706819> pls delete. so in the last w...

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.

velvet cargo
velvet cargo
#

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)

mortal quarry
half herald
#

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

https://github.com/851-labs/macrack

stark jay
#

ohh i guess that would only work if using an external monitor

half herald
# stark jay Does clamshell mode not work?

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.

vocal axle
#

what models of MacBooks are you using?

stark jay
#

I dont have a macbook anymore (just mac studios) thats why i was curious if clamshell was still a thing

vocal axle
#

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

half herald
half herald
ocean verge
#

I plan on making more videos showing off more advanced capabilities - happy to hear suggestions for things to showcase if anyone has any

spice arrow
half herald
# spice arrow 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. 🙃

untold tree
#

I’ve been using the caffeinated command and I’m able to run my stuff with my laptop closed

#

No tricks very easy

shadow kayak
#

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. 😱

shadow kayak
#

Wait should this be moved to fails now? lol

velvet cargo
faint merlin
#

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

sinful tartanBOT
# faint merlin https://x.com/theguti/status/2014337366119379381 Wrote a skill that transcribes ...

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 **

▶ Play video
onyx jay
serene jungle
#

Clawdbot in every live stream

faint merlin
#

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

sinful tartanBOT
# faint merlin https://x.com/theguti/status/2014408318756716760?s=20 another fun one - daily d...

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 **

velvet cargo
#

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 😂

onyx jay
velvet cargo
# onyx jay How are you generating these? They look fantastic and exactly the style I wanted...

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

crystal willow
#

kitze you are losing it man

#

clawdbot psychosis 😂

hot wigeon
#

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.

hot wigeon
hot wigeon
serene jungle
faint merlin
#

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

velvet cargo
#

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

bright crest
#

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🔥

shadow kayak
sinful tartanBOT
# shadow kayak This is worthy of a Showcase. https://x.com/MiniMax_AI/status/201438005730181168...

🦞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:

**💬 13 🔁 26 ❤️ 328 👁️ 15.5K **

▶ Play video
naive pivot
raven kiln
#

Note that everything you put through the minimax plan or api is stored by them for training data

uneven folio
sinful tartanBOT
# uneven folio I wrote an article about Codex Subagents if you are interested https://x.com/LL...

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

Quoting am.will (@LLMJunky)

**👁️ 59 **

next saffron
sinful tartanBOT
# next saffron https://x.com/XadenRyan/status/2014535342284804445

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 **

ember jolt
inner shore
#

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

velvet cargo
solemn acorn
ember jolt
velvet cargo
ember jolt
gleaming ruin
#

What does a my entire life os look like @velvet cargo

velvet cargo
#

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

candid plover
jaunty mirage
twilit mountain
kindred raven
#

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.

oak wyvern
left basalt
#

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...

mortal quarry
sullen crater
#

What are some cool things everyone is doing with webhooks as external triggers? Feel like this is the most slept on feature

coral stone
# candid plover Thanks for the inspiration <@103551461266296832> 🦞📰

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

velvet cargo
velvet cargo
velvet cargo
daring delta
#

I have an *arr setup! Are there already plugins/skills for those APIs?

indigo kiln
#

@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

golden dove
#

Redis Backbone Plugin 🧰

What it does: Gives Clawdbot persistent storage + async task processing via Redis.

3 Core Features:

  1. KV Storekv_set, kv_get, kv_list, kv_delete

    • Namespaced key-value storage with TTL support
  2. Task Queuequeue_add, queue_list, queue_status, queue_cancel

    • BullMQ-powered job queue
    • Priority levels (urgent → low)
    • Auto-routes results back to WhatsApp/Telegram/Slack
  3. 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. 🦈

velvet cargo
sinful tartanBOT
coral stone
#

Ok now I have a use for my trmnl

half herald
candid plover
#

sample, it's enough for clawd to cheerlead me on to make the front page of the news the next day, every day 🤩

lyric grotto
ember jolt
ashen spoke
golden dove
#

Thanks for the tip @velvet cargo

mortal quarry
#

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

craggy igloo
mortal quarry
vagrant orbit
#

@sick ore if you wanna look at it

mortal quarry
#

Its now researching, building demo sites and deploying them and also texts the leads asell using Google Voice in the browser

lusty hemlock
topaz creek
frosty raven
solemn acorn
velvet cargo
ember jolt
crystal zinc
#

I just setup Clawd and was expecting a failure on first try

verbal basalt
sour scaffold
normal kestrel
crystal zinc
#

I wouldn't know... @normal kestrel , here 's clawd answer

ember jolt
mortal quarry
topaz creek
#

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

mortal quarry
#

You can use pipecat too and make your own 😁

#

That’s what i currently am using

topaz creek
#

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

livid creek
ember jolt
#

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 :)

mortal quarry
topaz creek
#

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

crystal willow
#

alright @velvet cargo starting to feel the whole “there cool be a better interface”

velvet cargo
mortal quarry
velvet cargo
verbal basalt
mortal quarry
teal plinth
#

anyone want to test a proxmox script with me for clawdbot lxc?

calm crow
velvet cargo
steep barn
#

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

dark obsidian
#

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

earnest spindle
# mortal quarry Deepgram + feeding it my script

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

frosty raven
topaz creek
# frosty raven 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

frosty raven
topaz creek
#

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.

frosty raven
teal plinth
#

N8N is pre clawd I think.

crystal zinc
#

First day with the lobster, it was nice

topaz creek
# teal plinth N8N is pre clawd I think.

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

teal plinth
#

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

topaz creek
#

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

errant pike
#

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?

wary oriole
#

didn't know zuko was so touchy

honest dirge
#

Has anybody got any wisdom for running Clawdbot on raspberry pi 5

autumn stratus
normal kestrel
atomic berry
#

can i possibly give clawdbot my credit card and i can ask it to make purchases for me?

oak wyvern
#

yes

teal plinth
#

I built a proxmox install script but they rejected it because it wasn’t 6 months old

#

I used an unpriv lxc

blazing tulip
teal plinth
#

Easier to just use your social security number and let it get you its own credit cards.

onyx jay
atomic berry
vagrant orbit
vagrant orbit
#

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

paper jackal
#

whats the craziest thing you can do with clawd

undone flare
#

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)

viscid perch
vagrant orbit
#

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

viscid perch
#

Thank you!!

still rain
vagrant orbit
#

NotebookLM, a google product

#

it's free too

#

the infographics too

hexed pebble
autumn stratus
gusty wind
#

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?

round torrent
vagrant orbit
round torrent
lapis flax
#

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!

fierce river
#

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?

vagrant orbit
lusty hemlock
dense veldt
#

still trying to get setup..

brisk locust
latent wind
#

A chaotic setup now between mac studio and macbook pro. trying to figure out the best way sun

snow plover
#

i plan to use clawdbot to make my work more efficient or to automate certain ideas I have.

pale rock
#

awesome bot

main frigate
sinful tartanBOT
# main frigate https://x.com/Scobleizer/status/2015346738517942628?s=20

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.

**💬 7 🔁 5 ❤️ 33 👁️ 3.1K **

knotty locust
#

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.

main frigate
sinful tartanBOT
broken cipher
velvet cargo
velvet cargo
sinful tartanBOT
gleaming thicket
# vagrant orbit

Are you using sandboxes? A main bot and a series of bots sandboxed in Docker containers?

meager mural
#

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?

heavy obsidian
naive spear
#

damn this shit can run my damn twitter account

valid whale
#

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

viral salmon
#

using clawdbot to automate X posting

valid whale
sinful tartanBOT
warm spear
#

is there a skills marketplace for clawd?

stoic flax
#

Clawd's retail / fintwit daily summary (so I don't have to scroll) + sophisticated 10K and news analyzer. Personalized Financial Times with deep analysis.

south isle
covert dew
#

im too excited about this i dont know where to start haha

manic glen
sinful tartanBOT
# manic glen Someone told me to post here! New skills https://x.com/mvanhorn/status/201545268...

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

**💬 1 ❤️ 4 👁️ 187 **

eager ridge
wary basin
eager ridge
wary basin
eager ridge
#

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

stoic flax
# south isle Very cool, all you did was supply the prompt?

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.

stiff fulcrum
#

How does using gog even violate their ToS?

gray karma
#

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

eager ridge
#

^ 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

high cargo
#

Completely normal for new accounts👍

velvet cargo
sinful tartanBOT
# velvet cargo https://x.com/thekitze/status/2015484072328581495?s=20

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)
︀︀
︀︀🤓

**💬 2 ❤️ 9 👁️ 597 **

proven trench
oak wyvern
verbal vigil
sinful tartanBOT
stiff fulcrum
#

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.

wraith inlet
sinful tartanBOT
jaunty jackal
#

ok is 3 questions

verbal vigil
jaunty jackal
#

@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! 🚀

edgy gust
#

does it use API keys to work??

median raptor