mcp-server

Openworkbuddy

Local-first AI office agent that hands you files, not chat logs: swap any LLM (or use local Claude Code/Codex), keep data on your machine, add a skill with one Markdown file. 本机 AI 办公 agent:吐文件不吐聊天…
154 stars34 forksJavaScriptUpdated 9/18/2026100% free · open source
What it does

A local‑first AI office agent that lets you add custom “skills” via a single Markdown file and returns generated files (e.g., reports, code, drafts) instead of chat logs.

When to use it
  • You need an on‑premise AI assistant that never sends your prompts or data to the cloud.
  • Your team wants to quickly prototype a new AI‑driven workflow (e.g., auto‑generate a project brief) by writing a Markdown spec.
  • You want to swap the underlying LLM (OpenAI, Claude, local models) without changing any application code.
Ready-to-paste prompt
Run the “Project Brief” skill you just created: `curl -X POST http://localhost:3000/api/run -H "Content-Type: application/json" -d '{"skill":"my-skill.md","inputs":{"projectName":"Acme Mobile App","targetAudience":"Tech‑savvy millennials"}}'` – the response will be a downloadable `brief.md` file.
Heads up: The server expects a valid LLM API key in the environment (e.g., `OPENAI_API_KEY` or `ANTHROPIC_API_KEY`). If the variable is missing or the key lacks the required permissions, the agent will fail to generate any files.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🛠️ Technical setup

Expect 20–40 minutes in a terminal — or let your AI agent drive it.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/6a7be774-444d-48a7-8f5a-9b09b2d3d71a && curl -fsSL https://workflowstacks.com/api/skills/6a7be774-444d-48a7-8f5a-9b09b2d3d71a/claude-skill -o ~/.claude/skills/6a7be774-444d-48a7-8f5a-9b09b2d3d71a/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Openworkbuddy works
Codeflow
Free to inspect

Openworkbuddy is a very large JavaScript project (~97k lines across 152 code files, plus 50 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, Other license, has a test suite.

Size
Very large codebase
~97k lines · 152 code files · days to read — use, don't read
Setup
Developer setup
A real software project. Use it via its install path; don't expect to read it all.
Runs on
Node.js · Docker
No API keys detected
JavaScript 92%HTML 4%Python 2%CSS 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    cli.js
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
  4. 4
    skills/character-photo-studio/skill.md
    Inside skills/ — an example of what the AI is told to do
What's in each folder
skills/Prompts, skills & agent definitions102 files
docs/Documentation40 files
scripts/Helper scripts13 files
engines/Folder8 files
deploy/Deployment / infrastructure4 files
eval/Evaluations & benchmarks3 files
test/Tests — proof it works50 files
public/Images & static assets17 files
READMEHas testsDocumentedCI checksDocker readyOther licenseUpdated this month
Quick Actions
Details
Creator
CatCatUncle
Language
JavaScript
Category
mcp-server
Published
8/10/2026

Are you the creator of this tool? and earn 85% of every sale.

Show it off in your README:

Featured on WorkflowStacks
[![Featured on WorkflowStacks](https://workflowstacks.com/api/badge/6a7be774-444d-48a7-8f5a-9b09b2d3d71a.svg)](https://workflowstacks.com/skills/6a7be774-444d-48a7-8f5a-9b09b2d3d71a?utm_source=github&utm_medium=badge)
🔥 Hot this week, in your inbox
Skills like this, every Monday.

The five fastest-growing open-source AI skills, ranked by GitHub star growth. One email a week, unsubscribe anytime.

Do this with a working workflow

Pages we wrote and tested that put a skill like this to work — importable n8n templates, outcome guides and Claude Desktop configs.