/native-mcp
Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Zorro Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.
$ npx -y skills add braxtonROSE4/zorro-agent --skill native-mcp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/native-mcp
Context preview
The summary Claude sees to decide when to auto-load this skill.
Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native Zorro Agent tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool injection.
A self-evolving CLI agent. Most agents treat memory as an afterthought — a flat text file that grows until it's useless.
Other skills on zorro-agent.
- /apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Open skill - /apple-reminders
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Open skill - /findmy
Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
Open skill - /imessage
Send and receive iMessages/SMS via the imsg CLI on macOS.
Open skill - /claude-code
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI installed.
Open skill - /codex
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing. Requires the codex CLI and a git repository.
Open skill

