# NanoClaw ## Docs - [Container runtime](https://docs.nanoclaw.dev/advanced/container-runtime.md): Container execution architecture and runtime details - [Contributing](https://docs.nanoclaw.dev/advanced/contributing.md): Guidelines for contributing to NanoClaw, including PR requirements, skill types, and code standards - [Docker Sandboxes](https://docs.nanoclaw.dev/advanced/docker-sandboxes.md): Running NanoClaw inside Docker Sandboxes for an extra layer of VM-level isolation - [IPC system](https://docs.nanoclaw.dev/advanced/ipc-system.md): Inter-process communication architecture between host and containers - [Remote Control](https://docs.nanoclaw.dev/advanced/remote-control.md): Launch a browser-based Claude Code session linked to your NanoClaw instance - [Security deep dive](https://docs.nanoclaw.dev/advanced/security-model.md): Deep dive into NanoClaw's security architecture and trust boundaries - [Troubleshooting](https://docs.nanoclaw.dev/advanced/troubleshooting.md): Troubleshooting guide for common NanoClaw issues including container errors, channel failures, and service problems - [Configuration](https://docs.nanoclaw.dev/api/configuration.md): Environment variables and configuration options for NanoClaw containers, timeouts, and credentials - [Group management](https://docs.nanoclaw.dev/api/group-management.md): API reference for agent groups, messaging groups, wirings, and the v2 entity model - [Message routing](https://docs.nanoclaw.dev/api/message-routing.md): API reference for the v2 inbound routing pipeline, engage evaluation, and outbound delivery - [API architecture overview](https://docs.nanoclaw.dev/api/overview.md): Core API reference for NanoClaw architecture and data flow - [Creating skills](https://docs.nanoclaw.dev/api/skills/creating-skills.md): Learn how to create custom NanoClaw skills — four types for different purposes - [Examples](https://docs.nanoclaw.dev/api/skills/examples.md): Real skill examples from the NanoClaw repository showing different patterns and techniques - [Skill structure](https://docs.nanoclaw.dev/api/skills/skill-structure.md): Understanding the structure of NanoClaw skills — four types with different locations and purposes - [Task scheduling](https://docs.nanoclaw.dev/api/task-scheduling.md): API reference for task scheduling including cron-based recurrence and one-time automated agent execution - [Docs updates](https://docs.nanoclaw.dev/changelog/docs-updates.md): Notable changes and improvements to the NanoClaw documentation. - [Releases](https://docs.nanoclaw.dev/changelog/index.md): NanoClaw release history, changelog, and version-by-version feature and fix notes. - [System architecture](https://docs.nanoclaw.dev/concepts/architecture.md): Understanding NanoClaw's design and how the components work together - [Container isolation](https://docs.nanoclaw.dev/concepts/containers.md): How containers provide security isolation for agent execution - [Group isolation](https://docs.nanoclaw.dev/concepts/groups.md): How NanoClaw isolates agent groups and messaging groups - [Security overview](https://docs.nanoclaw.dev/concepts/security.md): Understanding NanoClaw's security boundaries and trust model - [Task scheduling concepts](https://docs.nanoclaw.dev/concepts/tasks.md): How NanoClaw's task scheduler works and how tasks are executed - [Agent Swarms](https://docs.nanoclaw.dev/features/agent-swarms.md): Spin up teams of specialized Claude agents that collaborate on complex tasks in your chat - [Command-line interface](https://docs.nanoclaw.dev/features/cli.md): Run NanoClaw agents from the terminal with the claw CLI — send prompts, pipe input, resume sessions, and script agent interactions - [Customize NanoClaw](https://docs.nanoclaw.dev/features/customization.md): Change behavior by editing code, wiring agent groups, and installing skills — no config-file sprawl. - [Image vision](https://docs.nanoclaw.dev/features/image-vision.md): Process image attachments with multimodal AI understanding - [Message handling and routing](https://docs.nanoclaw.dev/features/messaging.md): Every message is a row in an inbox, every response a row in an outbox — the pattern that drives channels, scheduling, and agent-to-agent routing. - [PDF reader](https://docs.nanoclaw.dev/features/pdf-reader.md): Extract and process text from PDF attachments and URLs - [Setting up scheduled tasks](https://docs.nanoclaw.dev/features/scheduled-tasks.md): A scheduled task is a message with a timestamp — same inbox, same flow, same tools as any other message. - [Voice transcription](https://docs.nanoclaw.dev/features/voice-transcription.md): Transcribe voice messages using OpenAI Whisper API or local whisper.cpp - [Web access and browser automation](https://docs.nanoclaw.dev/features/web-access.md): Use web search, content fetching, and browser automation to research topics, extract data, and interact with web applications - [Installation](https://docs.nanoclaw.dev/installation.md): Requirements and platform-specific setup for macOS, Linux, and Windows (WSL2). - [Discord integration](https://docs.nanoclaw.dev/integrations/discord.md): Add Discord as a messaging channel for NanoClaw using the /add-discord skill for team collaboration - [Ollama integration](https://docs.nanoclaw.dev/integrations/ollama.md): Use local LLMs alongside Claude via the Ollama MCP server - [Integrations overview](https://docs.nanoclaw.dev/integrations/overview.md): Channels and providers as skills and setup flows — add only what you need. - [Parallel AI integration](https://docs.nanoclaw.dev/integrations/parallel-ai.md): Add web research capabilities via Parallel AI MCP servers - [Skills system](https://docs.nanoclaw.dev/integrations/skills-system.md): How NanoClaw uses git branches and a plugin marketplace to add integrations without bloating the codebase - [Slack integration](https://docs.nanoclaw.dev/integrations/slack.md): Add Slack as a messaging channel for NanoClaw using the /add-slack skill for team workspaces - [Telegram integration](https://docs.nanoclaw.dev/integrations/telegram.md): Add Telegram support using the /add-telegram skill - [WhatsApp integration](https://docs.nanoclaw.dev/integrations/whatsapp.md): WhatsApp support via the /add-whatsapp skill using the Baileys library - [X (Twitter) integration](https://docs.nanoclaw.dev/integrations/x-twitter.md): Connect NanoClaw to X (Twitter) for automated posting and interaction - [What is NanoClaw?](https://docs.nanoclaw.dev/introduction.md): From AI assistant to AI team. Multiple Claude agents running in parallel, talking to each other, isolated in their own containers — installed and customized through Claude itself. - [Quick start](https://docs.nanoclaw.dev/quickstart.md): Get NanoClaw running in one command with the scripted installer.