Piclaw
Description
pi-sdk-agent piclaw is vibe code agent, use pi sdk , do like coding agent, openclaw, codex, claude code, and more...
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
PiClaw
PiClaw is a professional AI coding agent built on [pi-coding-agent](https://github.com/mariozechner/pi-coding-agent). It provides a powerful terminal-based interface for AI-assisted development.
Features
- Rich Extension Ecosystem: 23+ extensions including tools, commands, renderers, and widgets.
- Integrated Tools:
git(full git operations),test(vitest runner),formatter(Prettier),audit(npm audit),build(npm run build),metrics(export stats),memory(persistent memories),todos(project todo management),scripts(npm scripts),secret-scanner(detect leaked keys). - Interactive Slash Commands:
/tree(session browser),/settings(config UI),/providers(LLM provider management),/copy(clipboard),/team(toggle team widget),/scan-secrets(security scan),/scripts(run npm scripts). - Custom Renderers: Beautiful output for branch summaries, team ops, compaction summaries.
- Session Widgets: Live team status widget with toggle.
- Secure by Default: SDK factories, validated inputs, no eval; file writes use mutation queue.
- Prompt Templates: Built-in defaults (
default,explain,refactor,test,review). - Highly Configurable:
~/.piclaw/config.jsonor CLI flags; thinking level and model persistence. - Modular Architecture: Easy to add new extensions; all registered via
factory.ts.
Extension System
PiClaw loads extensions from `src/extensions/` automatically. Extensions can register:
- Tools: Callable by the LLM (e.g.,
git,test,formatter). - Commands: Slash commands invoked by the user (e.g.,
/tree,/team). - Renderers: Custom UI for tool results and session entries.
- Widgets: TUI components that display live information.
All extensions follow the SDK patterns for consistency and safety.
Security Model
- No arbitrary
evalor unsanitized command execution. - Tools that run shell commands use
createBashToolwith safe defaults.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11