Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

OpenClaw plugin exposing 0 skills.

Install to Claude Code

openclaw plugin add heypinchy/pinchy

Run in Claude Code. Add the marketplace first with /plugin marketplace add heypinchy/pinchy if you haven't already.

README.md

<p align="center"> <img src=".github/assets/pinchy-logo.png" alt="Pinchy" width="120" /> </p>

<h1 align="center">Pinchy</h1>

<p align="center"> <strong>Self-hosted AI agent platform built on OpenClaw.</strong><br/> Enterprise-ready. Offline-capable. Open source. </p>

<p align="center"> <a href="https://docs.heypinchy.com">Docs</a> • <a href="https://heypinchy.com">Website</a> • <a href="https://heypinchy.com/blog">Blog</a> • <a href="https://github.com/heypinchy/pinchy/discussions">Discussions</a> • <a href="https://linkedin.com/in/clemenshelm">LinkedIn</a> </p>

<p align="center"> <a href="LICENSE"><img src="https://img.shields.io/badge/license-AGPL--3.0-blue.svg" alt="License: AGPL-3.0" /></a> <a href="https://github.com/heypinchy/pinchy/releases"><img src="https://img.shields.io/github/v/release/heypinchy/pinchy?color=ef4444" alt="Latest release" /></a> <a href="https://github.com/heypinchy/pinchy/stargazers"><img src="https://img.shields.io/github/stars/heypinchy/pinchy?style=flat&color=f97316" alt="GitHub stars" /></a> <a href="https://github.com/heypinchy/pinchy/discussions"><img src="https://img.shields.io/github/discussions/heypinchy/pinchy?color=8b5cf6" alt="GitHub Discussions" /></a> </p>

<p align="center"> <img src="https://heypinchy.com/screenshots/chat-interface.png" alt="Pinchy chat interface — a team member talking to a scoped AI agent" width="820" /> </p>

---

What is Pinchy?

Pinchy is an enterprise layer on top of OpenClaw — the open-source AI agent framework. OpenClaw is incredibly powerful for individual power users. But for teams and companies, critical pieces are missing: permissions, audit trails, user management, and governance.

Pinchy fills that gap.

The Problem

You want AI agents in your company. But:

  • Cloud platforms (Dust, Glean, Copilot Studio) send your data to external servers. For regulated industries in the EU, that's a non-starter.
  • Workflow builders (n8n, Dify) let you chain steps visually — but they're not autonomous agents.
  • Frameworks (CrewAI, LangChain) are libraries, not platforms. No UI, no permissions, no deployment story.
  • OpenClaw is the best open-source agent runtime — but it has no user management, no role-based access, no audit trail.

The Solution

Pinchy wraps OpenClaw into something enterprises can trust:

  • Plugin Architecture — Agents get scoped tools, not raw shell access. A "read Odoo sales orders" tool, not exec. Each tool is granted explicitly, per agent.
  • Role-Based Access Control — Who can use which agent. What each agent can do. Per team, per role.
  • Audit Trail — Every agent action logged. Who, what, when. Cryptographically signed and verifiable.
  • Web & Telegram — Reach agents in a web UI or from Telegram on your phone. One bot per agent, with the same permissions and audit trail.
  • Self-Hosted & Offline — Your server, your data, your models. Works without internet.
  • Model Agnostic — OpenAI, Anthropic, local models via Ollama. Your choice.

How Pinchy compares

| | OpenClaw alone | Cloud platforms (Dust, Glean) | Workflow tools (n8n) | Pinchy | | ---------------------------------------- | :------------: | :---------------------------: | :------------------: | :---------------: | | Self-hosted, data stays in-house | ✅ | ❌ | ✅ | | | Agent-first (not flow-first) | ✅ | ✅ | flow steps | | | Per-agent tool permissions (allow-list) | ❌ | partial | flow-level | | | Roles & per-user access | ❌ | ✅ | paid | | | Tamper-evident audit trail (HMAC-signed) | ❌ | partial | execution log | | | Chat UI + Telegram for end users | partial | ✅ | ❌ | | | Odoo ERP integration | ❌ | ❌ | connectors | | | Open source | ✅ | ❌ | fair-code | ✅ (AGPL-3.0) |

Honest caveats: Pinchy is young, the integration list is short (Odoo, email — Gmail & Microsoft 365, Telegram, web search, documents), there is no compliance certification yet, and granular RBAC is on the roadmap.

Quick Start

curl -fsSL https://raw.githubusercontent.com/heypinchy/pinchy/v0.8.0/docker-compose.yml -o docker-compose.yml
docker compose up -d
# Open http://localhost:7777 — the setup wizard creates your admin account

That is the whole thing: one command, no build step, pre-built images on GHCR. Pair it with a local model via Ollama and nothing ever leaves your network. Full setup, configuration, and development instructions: Installation Guide.

Status

> Pinchy is in early development. The core is working — setup, auth, multi-user, agent chat, permissions, knowledge base agents, and audit trail. We're building the enterprise features (granular RBAC, plugin marketplace, cross-channel workflows) next.

What works today

  • Setup wizard — Create your admin account on first run
  • Authentication — Credentials-based login with database sessions
  • Multi-user — Invite users, admin and user roles, personal and shared agents
  • Agent chat — Real-time WebSocket chat with OpenClaw agents, conversation history
  • Agent permissions — Allow-list model for agent tools (safe and powerful categories)
  • Agent settings — Configure name, model, system prompt, and tool permissions per agent
  • Knowledge Base agents — Create agents with scoped read-only access to specific directories
  • Context management — Per-user personal context and organization-wide context, editable in Settings
  • Email integration — Connect Gmail or Microsoft 365 mailboxes via OAuth; agents can read, search, draft, and send email with per-agent permissions
  • Smithers onboarding — New users get an onboarding interview where Smithers learns about them through conversation
  • Provider management — Configure API keys for Anthropic, OpenAI, and Google
  • Docker Compose deployment — Single command to run the full stack
  • Audit trail — Cryptographic audit logging with HMAC-signed entries, integrity verification, and CSV export
  • CI pipeline — Automated linting, testing, and security auditing

What's coming

  • Full RBAC with team-scoped permissions
  • Plugin marketplace for agent tools
  • Cross-channel workflows (email, Slack)
  • Admin dashboard with usage analytics

Follow our progress on the blog and LinkedIn.

Tech Stack

| Layer | Technology | | ------------- | ----------------------------------------------: | | Frontend | Next.js 16, React 19, TailwindCSS v4, shadcn/ui | | Auth | Better Auth (email/password, DB sessions) | | Database | PostgreSQL 17, Drizzle ORM | | Agent Runtime | OpenClaw Gateway (WebSocket) | | Testing | Vitest, React Testing Library | | CI/CD | GitHub Actions, ESLint, Prettier, Husky | | Deployment | Docker Compose |

Origin Story

Pinchy started when an AI agent sent a WhatsApp message it shouldn't have — leaking its entire internal reasoning process to a friend instead of a simple "Sure, let's grab lunch!" That moment made one thing clear: AI agents without proper guardrails are a liability, not an asset.

Read the full story on heypinchy.com.

Philosophy

We care about how Pinchy _feels_, not just what it does. Security + Ease is our core tension — enterprise-grade protection that feels light, not intimidating. Smart defaults everywhere, personality templates instead of blank slates, zero-config setup, and full customization when you need it.

Read more in our Philosophy docs and PERSONALITY.md.

Contributing

We love contributions! Whether it's code, docs, bug reports, or ideas — all are welcome.

Please read our Contributing Guide before submitting a PR. If you're writing any user-facing text, also check our Personality Guide.

Community

If Pinchy is useful to you, a ⭐ helps other teams find it.

<a href="https://star-history.com/#heypinchy/pinchy&Date"> <img src="https://api.star-history.com/svg?repos=heypinchy/pinchy&type=Date" alt="Pinchy star history" width="600" /> </a>

License

Pinchy is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

This means you can use, modify, and distribute Pinchy freely — but if you run a modified version as a network service, you must release your changes under the same license. This protects the project from being turned into a proprietary cloud service without giving back.

Who's Behind This

Pinchy is built by Clemens Helm — a software developer with 20+ years of experience, daily OpenClaw power user, and believer in self-hosted AI.

Built in Vienna, Austria.

Related plugins

Browse all →