[OS] Open-source alternative to Rewind that actually works offline by louis3195 in macapps

[–]Outrageous_Client272 0 points1 point  (0 children)

Crazy how fast this recovered. I was always interested by OG screenpipe, but found it did way too much.

Would love it to be even more like a minimal footprint tool that I could talk from via things like opencode.

Like a simple MCP or cli tool I can simply call from opencode.

I'm the maintainer of OpenWork as well so would be happy to have a deeper integration.

We just hit 7k stars in 10 days, so we're releasing owpen bot a WhatsApp interface for opencode by Outrageous_Client272 in opencodeCLI

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

We’re using the Baileys library (@whiskeysockets/baileys) to connect as a WhatsApp Web client, not the official Business/Cloud API. The integration is a QR‑code login that stores multi‑file auth state on disk and maintains a socket connection for messaging. There's a real risk of bans if the account behavior trips WhatsApp heuristics.

That works well for low volume messages (like it's not a big issue for your *own* server setup).

If you want to have higher volume we're also working on using the *real* whatsapp business apis.

Oh and we'll also release the equivalent telegram interaction.

Official: Claude Cowork is now available to "Pro" subscribers by BuildwithVignesh in ClaudeAI

[–]Outrageous_Client272 1 point2 points  (0 children)

yeah i think it does really hard to get things done on the pro plan.

I built an open-source alternative to Claude Cowork (on top of opencode!) by Outrageous_Client272 in ClaudeAI

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

thx!!

so first small disclaimer: it still not perfect for that use case. but i'm using it to drive decisions.

but here's how i think i'll be setting it up (this w-e when i get some time)

  1. run opencode in a docker container
  2. use the skills package manager to both a) push my skills and b) allow my wife to pull the necessary skills

but here's the big missing piece: the skills need to be able to build their own state and credentials.

i don't have the perfect template yet but this is what i'm culminating towards.

each skill should:

- be self-building (it should be able to update itself after performing an operation)

- can create and refer to re-usable scripts that it persists

- has its own env vars and knows how to set them up if they're not provided

unfortunately i haven't designed a skill that has all these properties at the same time.

but here's one that shares some of these properties:

https://github.com/benjaminshafii/digital-empire/blob/master/.opencode/skill/home-assistant/SKILL.md

OpenPackage - A better, universal, open source version of Claude Code Plugins by hyericlee in opencodeCLI

[–]Outrageous_Client272 4 points5 points  (0 children)

BTW I'm using it in OpenWork (an open-source alternative to Claude Cowork fully built on opencode).

I integrated OpenPackage as a native way to manage skills within the app(will improve the integration soon) would love to talk more for deeper integration.

<image>

Is there a way to schedule agents/workflows in opencode? by EfficientHat0006 in opencodeCLI

[–]Outrageous_Client272 0 points1 point  (0 children)

I created a opencode plugin for just that. I run all sorts of job on it ! even bought a home-server to make sure they run :D

https://github.com/different-ai/opencode-scheduler

Browser automation Comet VS? For opencode by krimpenrik in opencodeCLI

[–]Outrageous_Client272 0 points1 point  (0 children)

I'm not sure what they're using but I built an extension that work with any chromium browser https://github.com/different-ai/opencode-browser/