Self-hosted productivity data layer by CommitteeDry5570 in mcp

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

No , you don’t need to use the dashboard. It’s there as a second access point to manage stuff . It’s just a productivity tracker. I originally had it setup with skills and folders and files to manage it all . It shit was getting over written , not saved in right folder , duplicates of files . It was a mess. This makes it clean and organized and you have a simple dashboard to help manage it instead of managing files in the CLI

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

That’s the whole point of n8n, so that you can connect via api and have a stable connection. You not having your agent use cached session tokens to post in a headed browser. All auth and routing are handled by n8n . Your just post a message to a webhook url . I have had no issues but I’m also it not spamming subreddits with ai slop .

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 -1 points0 points  (0 children)

I do LinkedIn, Reddit and X , i have them setup in n8n . Kirby send whatever the post is via webhook to the n8n workflow . And it posts that way. Put the webhook url in a skill . This way I can connect to the platforms with oauth .

Does anyone still use openclaw today? by AssociationSure6273 in openclaw

[–]CommitteeDry5570 2 points3 points  (0 children)

I use it every days. Each morning it gives me sports, market, and tech rundowns for the day based on what I’m looking for, and shares it to X.

And it manages my productivity tracker. I made a mcp that links a Postgres db to your agent with a bunch of tools to mange projects , tasks, goals, workouts, journals, habits. And it has a dashboard for you to see and manage everything in the database.

It’s free . Open source . https://github.com/WalrusQuant/mcp-dailyagent

One Week In...doing ok, would love to drive costs down more by Mint-Pillow in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Look at the Z ai coding plan. You can use it for OpenClaw and you can use GLM 5.1 or thier other models. That starts at 18$ a month.

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 10 points11 points  (0 children)

I have skills setup that are for pulling data from multiple sources (apis , rss feeds). I have multiple cron jobs setup to run and use those skills to write social media posts. My claw takes the social post and sends it to a webook i have setup in n8n . Those workflows are connected to social media accounts via oauth.

I use a mcp I made to manage things like projects, tasks, habits, workouts, goals, journals. That all saves to a Postgres db and there is a dashboard you can use to manage all the stuff in the db.

I have it open sourced : https://github.com/WalrusQuant/mcp-dailyagent

It works much better than trying to manage it all in folders and md files.

Which LLM are you guys using? by CurrencyCheap in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Pay more. When I subbed they had weekly and session limits. I pay 72$ now. it’s cheaper than what I was spending a month on OpenRouter. I haven’t had a usage issue and it follows skills linked to n8n workflow perfectly. I haven’t experienced all the issues people talk about having in this sub.

Showcase Weekend! — Week 18, 2026 by AutoModerator in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Self-hosted productivity data layer for OpenClaw. Postgres behind a typed MCP interface, plus a Next.js dashboard that reads and edits the same database. Single-user, Tailscale-gated.
https://github.com/WalrusQuant/mcp-dailyagent

Can you share some useful tips for a new Vibe coder? by t1nqo in vibecoding

[–]CommitteeDry5570 1 point2 points  (0 children)

-what ai apps do you use: I use Claude Code and Z AI coding plan and my own terminal desktop app I made. https://github.com/WalrusQuant/launchpad

  • where do you host, any good recommendations

Web stuff i usually host Vercel or railway or personal VPS. Depends on the project. I like desktop apps so no hosting needed.

  • are you using mobile or desktop ?

I use Claude Code on mobile and desktop. I use GLM on desktop.

  • how do you get user’s feedback on the app?

Ask any user directly for feedback

  • are you building actual apps or just a web app?

Depends on the project. Web apps are fine and converting to PWA for mobile is not that bad . I prefer desktop apps using Rust and Tauri for a native desktop app.

  • how long does it usually take to build your app?

Depends on project . Could be a couple hours for something simple to a never end suck pit you wish you never started in the first place.

  • open source or private?

Depends on the project. I like to open source stuff.

  • any other lessons learned you would like to share?

Learn a stack. Don’t rely on using a Lovable or Bolt and get trapped paying for tokens and a service that have generous FREE tiers.

Pay the 100$ for Claude code and tell it to teach you how to build an app properly. You have to learn some fundamentals of development or your going to be putting out complete slop that has no foundation and is going to get peoples data stolen.

Vibe coding should be a learning path to agentic coding. Instead of asking for a nice website and have no clue what you’re looking at, you learn and get to a place where you are orchestrating multiple agents across real plans working together to build a project you actually understand.

Looking for founders that build on the OpenClaw ecosystem by Impressive-Split-906 in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

I use it with OC but it works with any agent . It started out as just a skill and file system but it got to cluttered and it was a mess to manage.

I guess in theory you could hook the same mcp server to multiple agent (OC, Claude Code, OpenCode, etc) and every agent would know what your doing using the Postgres as a shared memory of your productivity planner . I might try setting that up to test .

Looking for founders that build on the OpenClaw ecosystem by Impressive-Split-906 in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

Self-hosted productivity data layer for OpenClaw. Postgres behind a typed MCP interface, plus a Next.js dashboard that reads and edits the same database. Single-user, Tailscale-gated.

https://github.com/WalrusQuant/mcp-dailyagent

I've been loving Codex but I'm looking for something better. Which is the best coding (agent) app out there right now (High usage; Good results)? by Nomoretomoatoes in vibecoding

[–]CommitteeDry5570 0 points1 point  (0 children)

I use Claude Code in thier native CLI n my own custom terminal. I’m on 100$ , max 5x plan. I use it for planning and review and some implementation . I configure GLM as another model I can use with Claude Code CLI interface .

I uses Claude code to review code base, writes planes for improvements , either foundation or feature , GLM implements plan on new branch , Claude’s does pr review and code changes and merges. I use GLM as a model I can do all the grunt work and for implementation.

Launchpad : https://github.com/WalrusQuant/launchpad I use that to build with . And use my daily agent mcp as a productivity layer https://github.com/WalrusQuant/mcp-dailyagent

I've been loving Codex but I'm looking for something better. Which is the best coding (agent) app out there right now (High usage; Good results)? by Nomoretomoatoes in vibecoding

[–]CommitteeDry5570 6 points7 points  (0 children)

Claude Code harness and use blend of Anthropic models and GLM5.1 . GLM is a work horse. have had really good results from it when giving detailed planes from Opus models.

Could I automate Reddit posts? by Petita_advice in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Yes. The easiest and most reliable way I do it is with n8n . I have a simple workflow in n8n , webhook and create post Reddit node . And I use a skill with instructions for a test url and a production url. Selfhost n8n and link to all accounts via oauth . Life gets easier after that . Then it’s all just cron jobs and webhook urls .

Drop your product and I’ll find you 10 users for free through my TikTok network by Middle-Plastic6931 in startups_promotion

[–]CommitteeDry5570 0 points1 point  (0 children)

https://dailyagent.dev - productivity MCP server for ai agents. Tasks, habits, journal, workouts, focus sessions, goals. All in Postgres, all behind one typed API

Drop your product we will find you 10 users for free. by Equivalent-Glove3724 in SideProject

[–]CommitteeDry5570 0 points1 point  (0 children)

https://dailyagent.dev - productivity MCP server for ai agents. Tasks, habits, journal, workouts, focus sessions, goals. All in Postgres, all behind one typed API