.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/adolfousier/opencrabs
home/mcp-servers/adolfousier/opencrabs
adolfousier avatar

opencrabs

byadolfousier· 1 MCP server

Stars

846

Forks

89

Category

AI Agents & MCP

View on GitHub

TL;DR

The all-in-one AI agent living in your terminal. Build landing, mobile apps, backends, manages files, deep research, schedule tasks and events. Self-improving, self-healing, fully autonomous. TUI, CLI and Daemon. Connect to your favorite channels.

How to install opencrabs?

adolfousier/opencrabs
$git clone https://github.com/adolfousier/opencrabs

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install opencrabs by running `git clone https://github.com/adolfousier/opencrabs`, then use it for the current task and follow its documentation at https://github.com/adolfousier/opencrabs.

Files · 1

View on GitHub
README.md
1[![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)](https://www.rust-lang.org)
2[![Rust Edition](https://img.shields.io/badge/rust-2024_edition-orange.svg)](https://www.rust-lang.org/)
3[![Ratatui](https://img.shields.io/badge/ratatui-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)](https://ratatui.rs)
4[![Docker](https://img.shields.io/badge/docker-%23000000.svg?style=for-the-badge&logo=docker&logoColor=white)](https://docker.com)
5[![CI](https://github.com/adolfousier/opencrabs/actions/workflows/ci.yml/badge.svg)](https://github.com/adolfousier/opencrabs/actions/workflows/ci.yml)
6[![GitHub Stars](https://img.shields.io/github/stars/adolfousier/opencrabs?style=social)](https://github.com/adolfousier/opencrabs)
7 
8# 🦀 OpenCrabs
9 
10**The autonomous, self-improving AI agent. Single Rust binary. Every channel.**
11 
12> Autonomous, self-improving multi-channel AI agent built in Rust. Inspired by [Open Claw](https://github.com/openclaw/openclaw).
13 
14```
15 ___ ___ _
16 / _ \ _ __ ___ _ _ / __|_ _ __ _| |__ ___
17 | (_) | '_ \/ -_) ' \ | (__| '_/ _` | '_ \(_-<
18 \___/| .__/\___|_||_| \___|_| \__,_|_.__//__/
19 |_|
20 
21 🦀 The autonomous, self-improving AI agent. Single Rust binary. Every channel.
22 
23```
24 
25**Author:** [Adolfo Usier](https://github.com/adolfousier)
26 
27⭐ Star us on [GitHub](https://github.com/adolfousier/opencrabs) if you like what you see!
28 
29---
30 
31## 📚 Documentation
32 
33**Official docs:** [docs.opencrabs.com](https://docs.opencrabs.com) — comprehensive guides, architecture deep-dives, and reference material.
34 
35### Getting Started
36- [Installation & Quick Start](src/docs/start/GETTING_STARTED.md)
37- [Onboarding Wizard](src/docs/start/ONBOARDING.md)
38- [OpenCrabs Overview](src/docs/start/OPENCRABS.md)
39 
40### Reference
41- [Architecture](src/docs/reference/ARCHITECTURE_2026_04_14.md)
42- [Brain Constitution](src/docs/reference/BRAIN_CONSTITUTION.md)
43- [Adding New Providers](src/docs/reference/ADDING_NEW_PROVIDERS.md)
44- [Plan JSON Specification](src/docs/reference/plans/plan-json-spec.md)
45 
46### Brain File Templates
47- [SOUL.md](src/docs/reference/templates/SOUL.md) — personality and voice
48- [AGENTS.md](src/docs/reference/templates/AGENTS.md) — workspace governance and hard rules
49- [TOOLS.md](src/docs/reference/templates/TOOLS.md) — tool usage and skills
50- [MEMORY.md](src/docs/reference/templates/MEMORY.md) — long-term memory
51- [CODE.md](src/docs/reference/templates/CODE.md) — coding standards
52- [SECURITY.md](src/docs/reference/templates/SECURITY.md) — security policies
53- [BOOT.md](src/docs/reference/templates/BOOT.md) — startup and service config
54- [USER.md](src/docs/reference/templates/USER.md) — user profile template
55- [HEARTBEAT.md](src/docs/reference/templates/HEARTBEAT.md) — heartbeat configuration
56 
57### Skills
58- [Security Audit](src/docs/reference/templates/skills/security-audit/SKILL.md)
59- [Cost Estimate](src/docs/reference/templates/skills/cost-estimate/SKILL.md)
60- [Repo Audit](src/docs/reference/templates/skills/repo-audit/SKILL.md)
61- [Multi-Agent](src/docs/reference/templates/skills/multi-agent/SKILL.md)
62- [Browser CDP](src/docs/reference/templates/skills/browser-cdp/SKILL.md)
63- [A2A Gateway](src/docs/reference/templates/skills/a2a-gateway/SKILL.md)
64- [Dynamic Tools](src/docs/reference/templates/skills/dynamic-tools/SKILL.md)
65 
66### Cron Templates
67- [Cron Jobs Guide](src/docs/reference/templates/cron/README.md)
68 
69---
70 
71## Why OpenCrabs?
72 
73OpenCrabs runs as a **single binary on your terminal** — no server, no gateway, no infrastructure. It makes direct HTTPS calls to LLM providers from your machine. Nothing else leaves your computer.
74 
75### OpenCrabs vs Node.js Agent Frameworks
76 
77| | **OpenCrabs** (Rust) | **Node.js Frameworks** (e.g. Open Claw) |
78|---|---|---|
79| **Binary size** | **34–36 MB** single binary, zero dependencies | **1 GB+** `node_modules` with hundreds of transitive packages |
80| **Runtime** | None — runs natively | Requires Node.js runtim

Preview

adolfousier/opencrabsadolfousier/opencrabs
Repoadolfousier/opencrabs
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k