add-anydoc
Add local office-document-to-Markdown conversion to NanoClaw agent containers with the pinned Firecrawl AnyDoc CLI. Use when agents need to read attached Word,…
Standing context for Slack sibling agents — one room per team, creator-posted introductions, bot-to-bot hop discipline. Ships as instructions.md composed into the group's CLAUDE.md at spawn; there is no workflow to invoke.
$ npx -y skills add nanocoai/nanoclaw --skill slack-construct-agents --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/slack-construct-agentsContext preview
The summary Claude sees to decide when to auto-load this skill.
Standing context for Slack sibling agents — one room per team, creator-posted introductions, bot-to-bot hop discipline. Ships as instructions.md composed into the group's CLAUDE.md at spawn; there is no workflow to invoke.
name: slack-construct-agents description: Standing context for Slack sibling agents — one room per team, creator-posted introductions, bot-to-bot hop discipline. Ships as instructions.md composed into the group's CLAUDE.md at spawn; there is no workflow to invoke.
This skill is a carrier for standing context, not an on-demand workflow. Its payload is `instructions.md` in this directory: the rules an agent needs when it shares Slack with sibling agents it can create (`create_agent`) and room with (`create_room` / `add_to_room`) — team-room shape, who posts the introduction, and the bot-to-bot self-limit.
The host composes every container skill's `instructions.md` into each group's CLAUDE.md at spawn (`src/project-doc-compose.ts`), so if you are reading this from inside a session, those rules are already part of your standing instructions. There is nothing further to load or run here.
The room-and-canvas half of the Slack standing context (mention engagement, canvas discipline, access rules) ships separately with the Slack channel payload as the `slack-construct` skill; this fragment layers the sibling-agent rules on top and arrives with the slack-agent-flow skill.
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
Repo: nanocoai/nanoclaw
Add local office-document-to-Markdown conversion to NanoClaw agent containers with the pinned Firecrawl AnyDoc CLI. Use when agents need to read attached Word,…
Convert an attached Word document, presentation, spreadsheet, OpenDocument file, RTF, EPUB, CSV, or text-based PDF into local Markdown. Use when a message…
Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.
Add clidash — a zero-dependency, read-only web dashboard that derives its tabs and tables at runtime from any CLI that lists resources as JSON. Ships pre-wired…
Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or…
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.