Remix.run Logo
mjsweet 9 hours ago

I’m a professional maintenance gardener and I have used NanoClaw running on my Mac to do the following:

Schedule jobs on my job management tool (I vibed it) using a custom MCP. I’ll ask it questions like “what jobs are on today” etc. start the job, complete the job etc.

It will watch Gmail using a MCP for work orders from local real estate agents, where it will schedule quote visits.

After the quote visit I add the photos to telegram (the channel I happen to use) where I then ask it to analyse the photos.

Claude in NanoClaw does a good job of figuring out what needs to be done, but it doesn’t always get it quite right, so I use intake-api which is a “session inbox” [1] that generates a form and uploads it to Cloudflare along with the images and puts a link to the form in the chat so I can make adjustments to the annotated images of the property. After I’m happy, I click submit.

I’ll then go back to the telegram channel and let it know I have submitted the form. Claude will then pull the JSON payload back down into the session and integrate it into the quote.

It will ask me questions about what the job will cost etc, and anything else it thinks it needs to know.

It will then generate a full PDF proposal using Latex between 14 and 32 pages long depending on how many photos were taken.

There are sections with terms and conditions as well as a bit of sales guff etc. as well as quite a nice cover page with their contact details and mine etc.

When I’m happy I’ll ask it to create a draft email in Gmail with the attached pdf proposal.

I’ll review it quickly and then send it.

I also have the Xero MCP setup so I can ask it to create invoices and contacts etc.

I do all of this when getting in and out of my truck.

It’s freed up my home life to spend more time with my children and my Mrs.

There is alot of scope for small business owners who need these sorts of agentic assistant tasks and with my Agentic CRM I’m see a glimpse of the future for guys like me I think.

Intake API:

https://github.com/mjsweet/intake-api

sgallant 6 hours ago | parent | next [-]

Great use-case!

tstrimple 8 hours ago | parent | prev | next [-]

I think it's great that you were able to build all of that! It sounds very useful. I'd recommend asking Claude Code to evaluate your entire setup and try to identify areas where a script running on a schedule could replace parts of this framework. You could probably get 90% of it from simple repeatable scripts which would let you save more tokens for things that actually need LLM "intelligence". But if you're happy with the ROI then it seems to be working quite well for you!

mjsweet 8 hours ago | parent [-]

I actually have a /loop running scheduled tasks like syncing customer data from routeboard (my job scheduler) and a flat file (MD and JSON) agentic CRM I have created that keeps tabs on the status of all the jobs, invoicing etc. This happens at 2am every day.

The great things about NanoClaw is that its actually Claude running in an Apple Container on my Mac. I gave up on OpenClaw fairly quickly because it seems like the biggest security regression ever created in the history of human kind.

I have a Max 5x plan and it'm very happy to pay the money TBH, considering that proposals take only 20 minutes to build, and my conversion rate is quite high.

When I send them for the first time to a new real estate agent they love them because it's easier for them to "sell" my service to their client.

tstrimple 7 hours ago | parent [-]

Just be careful. By all accounts I don't believe that the subscription plans cover 3rd party harness support. You may be at risk of all of this being shut down. That's one of the reasons I haven't explored other harnesses. The main one being, I can accomplish everything they can from within CC with some extra steps I know how to do compliant with a CC Max Plan Terms of Service.

mjsweet 5 hours ago | parent [-]

Yeah I know, I have experimented locally with CC channels - but it's brittle and buggy at the moment. I will give it another go in a few weeks once they iron out the kinks.

tstrimple 4 hours ago | parent [-]

If you do run into any troubles you're not sure how to navigate, please feel free to reach out to me. Hell, even before that. I'm happy to collaborate on your LLM experience. But if the worst happens, I can probably get you back and running at that baseline even if Anthropic bans you. And this isn't me trying to worm my way into you paying me. Just a better understanding of what you've implemented versus how I typically use these tools and if I can close the "token" gap.

tonymet 5 hours ago | parent | prev [-]

how did you prompt it to continue in the loop indefinitely without needing supervision? do you have to check in on it?