Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Making Money
Making Money
OpenClaw + Reddit
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Grover Greenfelder" data-source="post: 28166" data-attributes="member: 10280"><p>Hey everyone,</p><p></p><p>I need some technical guidance from people experienced with automation + LLM setups.</p><p></p><p>Currently, I have 4 iPhones (each with separate SIMs) connected to my computer. I’m using OpenClaw with Gemma 4 as the LLM to automate actions on these devices.</p><p></p><p>Right now, the limitation I’m facing is that everything works only at a very low level (manual command style). For example, if I want to scroll, I have to explicitly send a command like:</p><p></p><p><span>exec adb shell input swipe 500 1500 500 500 200</span></p><p></p><p>So the system only executes direct instructions — it doesn’t understand higher-level intent.</p><p></p><p>What I actually want is something much smarter, like:</p><p></p><p></p><ul> <li data-xf-list-type="ul">“Open Reddit”</li> <li data-xf-list-type="ul">“Scroll until you find a cat image”</li> <li data-xf-list-type="ul">“Upvote it”</li> <li data-xf-list-type="ul">“Find a top-performing comment”</li> <li data-xf-list-type="ul">“Reply with a human-like funny response”</li> </ul><p>Basically, full natural-language → action automation across apps.</p><p></p><p>My questions:</p><p></p><p></p><ul> <li data-xf-list-type="ul">Is this limitation coming from the LLM (Gemma 4 not being capable enough)?</li> <li data-xf-list-type="ul">Or is it more of an OpenClaw limitation (no proper skill/action layer)?</li> <li data-xf-list-type="ul">Does OpenClaw support creating custom “skills” or action chains for this kind of use case?</li> <li data-xf-list-type="ul">How would you architect this so the bot can translate natural language into multi-step phone actions?</li> </ul><p>Would really appreciate if someone can guide me on how to level this up from command-based control to intelligent automation.</p><p></p><p>Thanks in advance</p></blockquote><p></p>
[QUOTE="Grover Greenfelder, post: 28166, member: 10280"] Hey everyone, I need some technical guidance from people experienced with automation + LLM setups. Currently, I have 4 iPhones (each with separate SIMs) connected to my computer. I’m using OpenClaw with Gemma 4 as the LLM to automate actions on these devices. Right now, the limitation I’m facing is that everything works only at a very low level (manual command style). For example, if I want to scroll, I have to explicitly send a command like: <span>exec adb shell input swipe 500 1500 500 500 200</span> So the system only executes direct instructions — it doesn’t understand higher-level intent. What I actually want is something much smarter, like: [LIST] [*]“Open Reddit” [*]“Scroll until you find a cat image” [*]“Upvote it” [*]“Find a top-performing comment” [*]“Reply with a human-like funny response” [/LIST] Basically, full natural-language → action automation across apps. My questions: [LIST] [*]Is this limitation coming from the LLM (Gemma 4 not being capable enough)? [*]Or is it more of an OpenClaw limitation (no proper skill/action layer)? [*]Does OpenClaw support creating custom “skills” or action chains for this kind of use case? [*]How would you architect this so the bot can translate natural language into multi-step phone actions? [/LIST] Would really appreciate if someone can guide me on how to level this up from command-based control to intelligent automation. Thanks in advance [/QUOTE]
Name
Verification
Post reply
Home
Forums
Making Money
Making Money
OpenClaw + Reddit
Top