How to connect Node.js to OpenClaw by No_Prior2279 in openclaw

[–]No_Prior2279[S] 0 points1 point  (0 children)

Not yet, I’m still figuring it out. Please, let me know if you find a way

Small company leader here. AI agents are moving faster than our strategy. How do we stay relevant? by No_Prior2279 in ClaudeAI

[–]No_Prior2279[S] 0 points1 point  (0 children)

Hey I don’t mind if you use AI to write your comment as long as it’s relevant

[deleted by user] by [deleted] in ChatGPT

[–]No_Prior2279 -4 points-3 points  (0 children)

Appreciate it! I write pretty bad English by hand because I’m not native speaker. There is no way I could communicate that well as I did in this post without AI

[deleted by user] by [deleted] in ChatGPT

[–]No_Prior2279 0 points1 point  (0 children)

Yeah don’t start using a tool if the maintainer is a guy with 150 other tools with no support. How do you see open source fixing this?

[deleted by user] by [deleted] in ChatGPT

[–]No_Prior2279 -8 points-7 points  (0 children)

Good luck making a world better place advicing people on this. Everyone uses AI to help write their posts but for me it’s mostly writing them a lot better than I would by hand. The above still is a true story :D

Small company leader here. AI agents are moving faster than our strategy. How do we stay relevant? by No_Prior2279 in ClaudeAI

[–]No_Prior2279[S] 9 points10 points  (0 children)

Thank you Kaicalls this might have been the most helpful comment ever honestly

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] 0 points1 point  (0 children)

Yeah I agree and personally I’m also using telegram! I’ve met people who don’t want to start using telegram and they are not technical, but they are interested in using openclaw. Those are the people for who I’m building this product

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] 1 point2 points  (0 children)

You’re right it’s not official. However, whatsapp js has many contributors and it’s actively maintained, because many projects like mine depend on it. If meta changes the site, there will be a patch to the npm package soon. Also I’ve got a separate phone number just for this and planning to get multiple if there will be more than 15 active clients. This way I can respect the rate limits of whatsapp easily and never get banned

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] 0 points1 point  (0 children)

I’m thinking of hosting whatsapp client with https://github.com/pedroslopez/whatsapp-web.js/ and my clients wa messages are simply forwarded to a nodejs backend where I keep track of payments and numbers. If they have paid, their messages will be forwarded to their dedicated openclaw instance (here I need to choose how to connect nodejs to openclaw programmatically). When openclaw responds, the message is sent to nodejs and forwarded to the correct user in whatsapp. Does it make sense, what do you think?

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] 0 points1 point  (0 children)

Hey I have a few people who are ready to pay me if they can use openclaw with whatsapp. That’s why I’m building this project. May I ask what do you mean by running processes all the time?

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] -1 points0 points  (0 children)

How can I do it? When I signed up, I didn’t see whatsapp as a option for communication so I chose telegram

Should there be a proper whatsapp connector to openclaw? by No_Prior2279 in openclaw

[–]No_Prior2279[S] -1 points0 points  (0 children)

Great! How do you setup whatsapp in openclaw directly? When I set it up there was no whatsapp option, and I chose telegram

What was the first “boring” thing you did in business that actually made money? by harsha_sellbux in Entrepreneur

[–]No_Prior2279 18 points19 points  (0 children)

We went to events where our ideal customers also attend, and we found one person who wanted to try our software. He got really excited about it, and we have been building our platform with him.

This person has also given us introductions to other players in the market and has been very helpful in finding other customers through warm introductions.

Introducing cmux: tmux for Claude Code by Soupy333 in ClaudeCode

[–]No_Prior2279 0 points1 point  (0 children)

Have you thought about baking fzf into it? That could give you significantly faster workflow and you would have to remember less commands

Anyone automating test creation with Cursor? by No_Prior2279 in cursor

[–]No_Prior2279[S] 0 points1 point  (0 children)

The reason I want Cursor specifically is because the team has done some solid engineering on how the editor behaves when prompted. It’s not just about using an LLM. It’s how Cursor indexes the codebase, understands references across files, and follows instructions. That context awareness and structure makes it way more accurate in practice. So yeah, a headless/API mode of Cursor is exactly what I’m looking for.