apple-notes
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Complete guide to using and extending Zorro Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Zorro, troubleshoot issues, spawn
$ npx -y skills add braxtonROSE4/zorro-agent --skill hermes-agent --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hermes-agentContext preview
The summary Claude sees to decide when to auto-load this skill.
Complete guide to using and extending Zorro Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Zorro, troubleshoot issues, spawn
name: zorro-agent
description: Complete guide to using and extending Zorro Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Zorro, troubleshoot issues, spawn agent instances, or make code contributions.
version: 2.0.0
author: Zorro Agent + Teknium
license: MIT
metadata:
zorro:
tags: [zorro, setup, configuration, multi-agent, spawning, cli, gateway, development]
homepage: https://github.com/NousResearch/zorro-agent
related_skills: [claude-code, codex, opencode]Zorro Agent is an open-source AI agent framework by Brax that runs in your terminal, messaging platforms, and IDEs. It belongs to the same category as Claude Code (Anthropic), Codex (OpenAI), and OpenClaw — autonomous coding and task-execution agents that use tool calling to interact with your system. Zorro works with any LLM provider (OpenRouter, Anthropic, OpenAI, DeepSeek, local models, and 15+ others) and runs on Linux, macOS, and WSL.
What makes Zorro different:
People use Zorro for software development, research, system administration, data analysis, content creation, home automation, and anything else that benefits from an AI agent with persistent context and full system access.
**This skill helps you work with Zorro Agent effectively** — setting it up, configuring features, spawning additional agent instances, troubleshooting issues, finding the right commands and settings, and understanding how the system works when you need to extend or contribute to it.
**Docs:** https://zorro-agent.nousresearch.com/docs/
# Install curl -fsSL https://raw.githubusercontent.com/NousResearch/zorro-agent/main/scripts/install.sh | bash # Interactive chat (default) zorro # Single query zorro chat -q "What is the capital of France?" # Setup wizard zorro setup # Change model/provider zorro model # Check health zorro doctor
---
zorro [flags] [command] --version, -V Show version --resume, -r SESSION Resume session by ID or title --continue, -c [NAME] Resume by name, or most recent session --worktree, -w Isolated git worktree mode (parallel agents) --skills, -s SKILL Preload skills (comma-separate or repeat) --profile, -p NAME Use a named profile --yolo Skip dangerous command approval --pass-session-id Include session ID in system prompt
No subcommand defaults to `chat`.
zorro chat [flags] -q, --query TEXT Single query, non-interactive -m, --model MODEL Model (e.g. anthropic/claude-sonnet-4) -t, --toolsets LIST Comma-separated toolsets --provider PROVIDER Force provider (openrouter, anthropic, nous, etc.) -v, --verbose Verbose output -Q, --quiet Suppress banner, spinner, tool previews --checkpoints Enable filesystem checkpoints (/rollback) --source TAG Session source tag (default: cli)
zorro setup [section] Interactive wizard (model|terminal|gateway|tools|agent) zorro model Interactive model/provider picker zorro config View current config zorro config edit Open config.yaml in $EDITOR zorro config set KEY VAL Set a config value zorro config path Print config.yaml path zorro config env-path Print .env path zorro config check Check for missing/outdated config zorro config migrate Update config with new options zorro login [--provider P] OAuth login (nous, openai-codex) zorro logout Clear stored auth zorro doctor [--fix] Check dependencies and config zorro status [--all] Show component status
zorro tools Interactive tool enable/disable (curses UI) zorro tools list Show all tools and status zorro tools enable NAME Enable a toolset zorro tools disable NAME Disable a toolset zorro skills list List installed skills zorro skills search QUERY Search the skills hub zorro skills install ID Install a skill zorro skills inspect ID Preview without installing zorro skills config Enable/disable skills per platform zorro skills check Check for updates zorro skills update Update outdated skills zorro skills uninstall N Remove a hub skill zorro skills publish PATH Publish to registry zorro skills browse Browse all available skills zorro skills tap add REPO Add a GitHub repo as skill source
zorro mcp serve Run Zorro as an MCP server zorro mcp add NAME Add an MCP server (--url or --command) zorro mcp
A self-evolving CLI agent. Most agents treat memory as an afterthought — a flat text file that grows until it's useless.
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
Manage Apple Reminders via remindctl CLI (list, add, complete, delete).
Track Apple devices and AirTags via FindMy.app on macOS using AppleScript and screen capture.
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding. Requires the claude CLI…
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…