Michael O'Nan

204 posts

Michael O'Nan

Michael O'Nan

@Michael_ONan

VP of Networking & Security Architecture. PreK-12 Hybrid School Leader. https://t.co/BDqyd7p15H

Greater Nashville Area Katılım Temmuz 2013
498 Takip Edilen276 Takipçiler
Michael O'Nan
Michael O'Nan@Michael_ONan·
After you have the workflow defined ask your agent to extract parts of the workflow that can be handled in code to avoid hallucinations. I find it’s better to have it execute scripts then fully taking on every action. Also might consider a specialized agent for parser writing that is seperate and called by the main agent receiving slack messages.
English
1
0
1
46
Reilly Chase
Reilly Chase@rchase·
I haven't used OpenClaw yet but I have thought of a use case and I'm looking for feedback I need • Always on agent waiting for new msgs in Slack • GitHub integration • A bit of custom integration work with my app • Run on a cloud server instead of Mac Mini I want it to monitor a Slack channel where my app sends failed @HandHistory_com poker history import errors Then the agent would see that error, download the poker history file, write a new parser that works for it using Claude Code, push the changes to GitHub (where it will auto-deploy thanks to Laravel Forge) Next it will log in as an admin and reimport the hands that were uploaded (might need to make some API things here so it doesn't need to webscrape or macro this part) Then it will post back to Slack saying it fixed it with a link to the user profile for proof
English
5
0
6
1.9K
Michael O'Nan
Michael O'Nan@Michael_ONan·
@steipete @coyington Never experienced this issue with Claude sonnet or opus. Switched to gpt 5.4 and it does it does it frequently. I’m updating the user and soul files to see if that changes anything for me.
English
0
0
3
117
Peter Steinberger 🦞
Peter Steinberger 🦞@steipete·
it took a hammer, but i managed to beat emotions into GPT.
Y@agi_ytml

@steipete Ok works well for me, getting the old claude vibes, thanks a lot 🙌🏽

English
98
39
1.4K
239.6K
Michael O'Nan
Michael O'Nan@Michael_ONan·
@J_dev363 @TheCraigHewitt I use the max plan in Openclaw. x.com/calebhodges/st…
Caleb Hodges@calebhodges

Big news – the newest @openclaw update today quietly re-added oAuth for Anthropic Subscriptions! I just switched back to Sonnet 4.6 as my main without using the expensive API Token. Here's how in 60 seconds: Run "claude setup-token" in your terminal and save your token. Run "openclaw models auth add" Select anthropic → setup-token → paste Restart your gateway & open a new chat That's it. Your Pro/Max subscription now powers your local OpenClaw setup. No API key billing. Thanks @cathrynlavery for letting me know! @AndrewWarner We're back to Claude!

English
1
0
1
135
Jose Velez
Jose Velez@J_dev363·
Same here, right now I keeping stuff simple and letting the bot to figure out stuff for itself. Also, most of the issues this I’m seeing is a model choice problem. Kimi is ok but a lot of hand holding, codex is better but it is not as good as opus. If you want true agentic you have to go with opus. But then you cannot use the max plan
English
3
0
8
1.6K
Craig Hewitt
Craig Hewitt@TheCraigHewitt·
my current reality with OpenClaw: I want to use it more I know it's the future But it's so less productive than just using Claude Code and Codex. Doesn't mean I'm not using it. And more importantly, I'm trying to build things with it. Make it more resilient Make it more of a real business tool But it's pushing a boulder up the hill. Those thinking that you just install it and have a 24/7 always on agent doing tons of shit for you are misleading you. It's a ton of work, it breaks a lot, it forget all sorts of shit. But it's the future. We're early, its the right time to put in the reps.
English
209
32
771
140.3K
Michael O'Nan
Michael O'Nan@Michael_ONan·
@thekitze Tell openclaw to use a Linux cron instead to call the agent. Problem solved.
English
1
0
1
187
The Smart Ape 🔥
The Smart Ape 🔥@the_smart_ape·
if you're not using your OpenClaw agent on Discord yet, do it now. i was running everything through TG. it works, but when you send a task you have to wait for the agent to finish, then send the next one. everything is sequential. one task at a time. Discord has channels. each channel can become an independent agent session. same agent, same workspace, same files, but separate conversations running in parallel. the productivity difference is big. i went from working on one thing at a time to 5-6 projects in parallel. here's how to set it up (takes 10 minutes): 1. go to Discord dev application → New Application → give it a name 2. go to Bot tab → enable Message Content Intent and Server Members Intent under Privileged Gateway Intents → save 3. go to OAuth2 → URL Generator → check "bot" in scopes → in Bot Permissions check: View Channels, Send Messages, Read Message History, Embed Links, Attach Files, Add Reactions → copy the generated URL 4. open that URL in your browser → pick your server → authorize 5. in your OpenClaw config, add Discord: 6. restart gateway. bot goes online. done. I recommend to add a system prompt per channel so the agent automatically knows what project it's working on. no need to re-explain context every time. each channel becomes a specialized agent that remembers everything you discussed in that channel. it reads the same workspace files, has the same tools, same SSH access, but stays focused on its topic. Telegram for quick back-and-forth with your agent. Discord for parallel workflows. use both.
The Smart Ape 🔥 tweet mediaThe Smart Ape 🔥 tweet media
English
102
35
677
53.6K
Michael O'Nan
Michael O'Nan@Michael_ONan·
@philkellr I’m not sure why you’re having so many issues but I setup Discord and it works great. The key is telling it what you want and not necessarily how to get there and it surprises me often.
English
0
0
1
12
Philipp Keller
Philipp Keller@philkellr·
12h in working with OpenClaw All I got so far is frustration It's full of bugs: Telegram integration doesn't work 🤷‍♂️ The web is full of users who claim it's broken without any workarounds WhatsApp sends validation messages to my friends Discord I tried to get working for 2h, both ChatGPT and Claude gave up - I finally got it working by updating OpenClaw 🤯 Steep learning curve All I got so far are python scripts which I built with Cursor and now I painfully need to learn how to somehow connect to each other. I would be much faster writing individual scripts, all writing/reading from a SQLite and then I'd trigger them either with cron, starting manually or – heck even connecting to Discord or Slack I can just code myself much quicker than to debug with ChatGPT or Claude who get the cli options wrong 50% of the time because the project moves so fast. I would spare myself learning a whole ecosystem which seems so buggy that it's probably gonna break with the next update?
English
49
0
35
8.7K
Ryan Carson
Ryan Carson@ryancarson·
This kind of orchestration is what everyone is trying to build right now. None of us want 1 agent now. We want 1 agent who runs teams of agents. Be interesting to see who solves and ships something with truly delightful UX. Will also be interesting to see if it’s built on top of @openclaw or something else. I don’t think it’s going to be Codex or Claude Code either - it can’t be a one-lab solution. The solution will be a clever mix of closed / open source models + deterministic orchestration.
English
77
34
553
99.2K
Josh Pigford
Josh Pigford@Shpigford·
i've encounter two core-feature bugs with @openclaw in the last 24 hours that completely kill major functionality: 1. cron jobs don't run 2. broken "hooks" system that prevents auto saving conversations to memory cron jobs were fixed in today's release. broken hooks seems to have a PR ready, but at best will likely be 2-4 days before it makes it in. the broken hooks one is especially brutal as it means my dude basically keeps no memory of any conversations without explicitly telling him to remember it. ☹️
English
36
3
158
19.8K
leo forato
leo forato@leonardo_forato·
@pbteja1998 I use Claude Code with GLM 4.7 (not a claude pro subscription). In this case the missionControl will work?
English
3
0
1
1.5K
Bhanu Teja P
Bhanu Teja P@pbteja1998·
I am blown away by this 🤯 So many people wants early access to MissionControlHQ.ai Talking to each and every one of them to make sure to get it right for their usecases. I have people from all industries - marketers, writers, developers, cyber security experts, teachers - who have a usecase for something like this. It's like a Squad of AI agents working and collaborating with each other to achieve a single mission that you set!! And the best part is... you get to see how they are doing it...
Bhanu Teja P tweet media
English
61
8
345
45.9K
Michael O'Nan
Michael O'Nan@Michael_ONan·
I built this @openclaw agency management pipeline with @_ClawController, which helps agencies develop content, manage relationships, and manage ad spending.
Michael O'Nan tweet media
English
0
1
2
186
Michael O'Nan
Michael O'Nan@Michael_ONan·
I built this @openclaw SaaS management pipeline with @_ClawController, which helps SaaS companies with product management, development, branding, SEO, lead gen, and support.
Michael O'Nan tweet media
English
1
1
1
253
Michael O'Nan
Michael O'Nan@Michael_ONan·
I built this @openclaw trading dashboard with @_ClawController, which helps you be more systematic in risk management, strategy, execution, and market research.
Michael O'Nan tweet media
English
0
1
0
667
Michael O'Nan
Michael O'Nan@Michael_ONan·
@Shpigford I have had zero success pointing Openclaw to any article. Grok also seems to not be able to access an article as it’s embedded in the post.
English
5
0
6
4.2K
Michael O'Nan
Michael O'Nan@Michael_ONan·
@rchase I launched a school this year and used a domain warmup service which drastically increased deliverability. This is the one I used. There’s many others as well. instantly.ai/email-warmup
English
0
0
0
13
Reilly Chase
Reilly Chase@rchase·
I bought a new domain handhistory-com and even though it's been registered since 2013 and I've configured SPF DMARC DKIM every email I send goes to Spam folder Any ideas? I don't remember this happening before even with brand new domains
English
12
0
10
4.2K
Quo (formerly OpenPhone)
Quo (formerly OpenPhone)@gowithquo·
Our new logo couldn't be simpler. It's our name! We explored hundreds of abstract marks meant to convey feelings about communication, collaboration, and AI. But in a world where so many logos look the same (there are a limited number of shapes out there after all), we realized our greatest asset was right in front of us: Quo. Our new name is short, simple, symmetrical, and clearly us. It stands on its own. Alongside our newly designed wordmark is our new color, citric yellow. It's bright and warm, but also energizing and distinctive, helping our name stand out even more. This is the next chapter of our identity and you'll see it applied across our website, apps, and social media pages.
Quo (formerly OpenPhone) tweet media
English
2
1
4
392
Micro2Macr0
Micro2Macr0@Micro2Macr0·
I just found out that they can automate tasks for me so I might be able to literally have it pull up all the news related events and summarize them at the beginning of the day which is something I spend hours doing. I'm thinking I might even be able to have it do automated posting
English
4
1
24
1.4K
Micro2Macr0
Micro2Macr0@Micro2Macr0·
Officially upgraded to @grok HEAVY! I'll let you know what I think and if it's worth it.
Micro2Macr0 tweet media
English
17
16
787
46.7K