skills/picoclaw/SKILL.md
PicoClaw Go AI assistant. Covers CLI ops, config.json, channels, auth, skills, gateway. Use when running the PicoClaw CLI, configuring models/tools/gateway in config.json, or operating channels and authentication. Keywords: picoclaw, onboard, gateway, model_list.
npx skillsauth add itechmeat/llm-code picoclawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PicoClaw is an ultra-lightweight AI assistant written in Go. This skill is a practical operator playbook for running the CLI, configuring ~/.picoclaw/config.json, and operating gateway + channels.
references/quickstart.mdmodel_list, tools, gateway, channels, bindings): references/config.mdreferences/tools.mdreferences/auth.mdreferences/gateway.mdreferences/channels.mdreferences/skills.mdreferences/hooks.mdreferences/cron.mdreferences/migration.mdreferences/troubleshooting.mdUse when you need to:
model_listgateway/list skills, /use <skill>)picoclaw onboardpicoclaw statuspicoclaw agent -m "Hello"picoclaw agentpicoclaw gatewaypicoclaw gateway --debugpicoclaw auth login --provider openaipicoclaw auth login --provider openai --device-codepicoclaw auth login --provider google-antigravitypicoclaw auth statuspicoclaw auth modelspicoclaw skills listpicoclaw skills install sipeed/picoclaw-skills/weatherpicoclaw skills install --registry clawhub githubpicoclaw cron add --name "Daily report" --cron "0 9 * * *" --message "Summarize my inbox"picoclaw cron list~/.picoclaw/ only.0.0.0.0 makes health endpoints reachable from the network; do that only intentionally.show, add, list, remove, test, edit) and surfaces init/lifecycle failures more clearly.respond action: before_tool hooks can now return a final tool result directly, which is useful for plugin-style tools, caching, or policy-controlled mocks without registering a native tool implementation.teams_webhook adds an output-only Microsoft Teams path with named webhook targets and Adaptive Card rendering for richer notifications.model_list[].custom_headers lets you inject extra HTTP headers per model entry, and fallback resolution now uses each fallback candidate's own provider settings.hooks in config.bindings config section./list skills, /use <skill> <message>, /use <skill> (arm for next message), /use clear.gateway.log_level (debug/info/warn/error/fatal) in config or PICOCLAW_LOG_LEVEL env var.voice.model_name lets you use any multimodal model for audio transcription; Groq Whisper remains as fallback..security.yml file for storing API keys/tokens separate from config.json.AGENT.md, SOUL.md, USER.md, MEMORY.md are auto-detected via mtime tracking — no restart needed.data-ai
Zvec in-process vector database. Covers collections, indexing, embeddings, reranking, and persistence. Use when embedding Zvec into applications or tuning retrieval/storage behavior. Keywords: Zvec, HNSW-RaBitQ, vector database, ANN.
development
Vitest testing framework: Vite-powered tests, Jest-compatible API, mocking, snapshots, coverage, browser mode, and TypeScript support. Use when writing or configuring tests with Vitest, setting up mocking/snapshots, configuring coverage, or running browser-mode tests. Keywords: Vitest, testing, Vite, Jest, mocking, coverage.
tools
Vite next-gen frontend tooling: dev server, HMR, build, config, plugins, Environment API, Rolldown. Use when setting up or running a Vite project, configuring vite.config.*, authoring plugins, working with HMR or JS API, or managing environment variables and modes. Keywords: vite.config, bundler, Vite, HMR, Rolldown.
development
Orchestrate AI coding with Vibe Kanban: tasks, review, sessions, workspaces, and isolated git worktrees. Use when managing AI-generated code in isolated environments, planning coding tasks, reviewing AI output, or configuring Vibe Kanban workspaces and agents. Keywords: Vibe Kanban, AI orchestration, worktrees.