
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
A general-purpose, open-source framework for personal AI agents.
English | 简体中文
SemaClaw is a general-purpose engineering harness for building personal AI agents. It is built on top of a reusable agent runtime (sema-code-core) and provides the surrounding machinery — permissions, memory, scheduling, multi-agent orchestration, channel adapters, and a Web UI — that turns a raw runtime into a usable personal AI system. It is also a reference implementation and starting point for the community to evaluate and improve on the engineering decisions behind it.
SemaClaw analyzed its own source code and generated the intro video above — powered by frontend-slides and remotion skills (DeepSeek-Chat for all preceding steps, Claude Sonnet 4.6 for Remotion animation coding). Watch full demo video
PermissionBridge is a native harness primitive supporting both explicit user authorization for high-risk tool actions and agent-initiated clarification requests.{{…}} templating with auto-inferred dependencies, a two-level guidance rules layer, and a persistent per-workflow workspace. Author definitions in conversation via the bundled workflow skill, then trigger from the CLI (semaclaw workflow run) or the Web UI's workflow dock — a live DAG view with run history and inline tuning. Runs only spawn isolated sessions and never touch your live chat agents.LaunchUI tool lets agents ship interactive HTML, rich Markdown, embedded web services (iframe), or API-endpoint cards — the Web UI workbench mounts each artifact as a switchable history tab, no separate build step. Lean into "HTML as a disposable UI": ask an agent to show you a result instead of just describing it.Overture is a music-themed companion plugin pack that turns SemaClaw into a self-improving personal agent system. Install via Plugin Marketplace → Add Source by pasting the repo URL.
notation — Data-flywheel hooks that capture every tool call, user correction, and outcome into structured logs. The signal feed for the two evolution loops below.cadence & repertoire — Two-layer self-evolution. cadence evolves the agent's baseline genome (prompts, policies, default heuristics) ; repertoire evolves the skill library — adding, refining, or retiring individual skills.timbre — Persona plugin packs. Each timbre bundles tone / values / expertise into a reusable character profile that any agent can wear, decoupling who the agent is from what it knows.# 1. Install globally
npm install -g semaclaw
# 2. Run
semaclaw
That's it. Open the Web UI at http://127.0.0.1:18788/.
Install failed? See docs/INSTALL_TROUBLESHOOTING.md — covers the macOS
sharppostinstall failure and other reported issues.
Configure an LLM on first launch. SemaClaw starts without a built-in model. Open the Web UI → Settings → LLM, add a provider profile (OpenAI / Anthropic / DeepSeek / Qwen / …) with
baseURL,apiKey,modelName. The profile is persisted to~/.semaclaw/config.jsonand synced to~/.semaclaw/semaclaw-model.conf— until at least one active profile exists, agent runs that call an LLM will fail.
To enable messaging channels (Telegram / Feishu / QQ / WeChat), create a .env file in your working directory before starting semaclaw. See docs/QUICK_START.md for the full list of environment variables.
# 1. Clone
git clone https://github.com/midea-ai/SemaClaw.git
cd SemaClaw
# 2. Install and build
npm install
npm run build
npm run build:web
# 3. Configure (optional)
cp .env.example .env
# Edit .env to enable channels (Telegram / Feishu / QQ / WeChat).
# If left unset, SemaClaw starts in Web UI–only mode.
# 4. Run
npm start
Once started, open the Web UI at http://127.0.0.1:18788/, then go to Settings → LLM and add at least one active provider profile (see the note in Option A).
For a complete walkthrough including environment variables, CLI usage, runtime layout, and architecture details, see docs/QUICK_START.md (currently in Chinese).
| Document | Description |
|---|---|
| Quick Start & Usage Guide | Installation, configuration, CLI commands, runtime layout, MCP tools |
| Plugin Marketplace Guide | Add plugin sources, discover and enable bundles of skills/subagents/hooks/MCP servers |
| Hooks Guide | Intercept agent lifecycle events with shell scripts or LLM-based checks |
| Workflow Guide | Author reusable agent + script DAG workflows: definition format, templating, observe outputs |
| Remote Access Guide | Expose the Web UI securely via reverse proxy (Nginx / Caddy) |
| Technical Report | SemaClaw: A Step Towards General-Purpose Personal AI Agents through Harness Engineering |
| Contributing | Coming soon |
semaclaw/
├── src/
│ ├── agent/ # Agent lifecycle, bridges, permission routing
│ ├── channels/ # Telegram / Feishu / QQ adapters
│ ├── gateway/ # Group manager, message router, WebSocket gateway
│ ├── mcp/ # MCP servers (admin, schedule, memory, dispatch, ...)
│ ├── memory/ # FTS5 + vector hybrid search, daily logger
│ ├── scheduler/ # Cron / interval / once scheduler
│ ├── workflow/ # Reusable workflow engine (registry, DAG executor, run store)
│ ├── wiki/ # Git-driven personal knowledge base
│ ├── marketplace/ # Plugin marketplace (source management, plugin discovery, MCP/skill/subagent injection)
│ └── clawhub/ # ClaWHub skill marketplace integration
├── web/ # React + Vite Web UI
├── skills/ # Bundled skills
└── docs/ # Detailed documentation
Contributions are welcome. SemaClaw exists to advance the shared engineering foundation for personal AI agents — issues, pull requests, and design discussions are all valuable. See CONTRIBUTING.md (coming soon) for guidelines.
MIT © AIRC Sema Team
The SemaClaw logo depicts a horse with claw-shaped wings rising from its back. The imagery is inspired by the Chinese phrase 以梦为马 — "to ride one's dreams as a horse" — capturing the spirit of an AI harness that carries the user wherever their imagination leads. The name itself blends Sema (from semantic) and Claw, while harness nods to the literal meaning of the word: the gear used to control and restrain a horse.
SemaClaw is built on top of sema-code-core, which provides the underlying agent runtime. Its product form is also inspired by OpenClaw, and it integrates with the ClaWHub plugin marketplace from the same project. Thanks also to the broader open-source ecosystem this project depends on — including the Model Context Protocol, grammY, and many others.
SemaClaw's ambition is not to define the final architecture of personal AI agents — it is to advance the shared engineering foundation on which better architectures can be built.
FAQs
Multi-group AI gateway built on sema-code-core
We found that semaclaw demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.