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 for NanoClaw's ncl CLI (agent groups, sessions, channels, users, roles), plus message-activity charts, a log tail, and a read-only file viewer for group skills/CLAUDE.md/profiles.
add-opencode
add-opencode is an open-source productivity skill for opencode, published by nanocoai. Its author describes it as: “Use OpenCode as an agent provider. OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per group via `ncl groups config update --provider opencode`; host passes OPENCODE_* and…”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-opencode`.
What add-opencode does
NanoClaw runs agents in a long-lived **poll loop** inside the container. The backend is selected per agent group by the **`provider`** key in that group's `container.json` (materialized from the `container_configs` table) — set it with `ncl groups config update --provider opencode`. Default is `claude`.
Installation
Add add-opencode to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-opencode Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-opencode is organised into these sections:
- Install
- 1. Copy the provider payload
- 2. Register the provider in both runtimes
- 3. Install the matched SDK and CLI pins
- 4. Install the pin guard
- 5. Build and validate
- Configuration
- Host .env (typical)
- Select the provider
- Operational notes
- Next steps
When to use it
Reach for add-opencode when you want productivity help from opencode without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Declares compatibility with opencode
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-opencode do?
- Use OpenCode as an agent provider. OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per group via `ncl groups config update --provider opencode`; host passes OPENCODE_* and XDG mount when spawning containers.
- How do I install add-opencode?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-opencode in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-opencode free to use?
- Yes. add-opencode is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does add-opencode work with?
- add-opencode declares compatibility with opencode. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
- Where does add-opencode come from?
- add-opencode ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Add Discord bot channel integration via Chat SDK.
Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Local HTTP bridge — no bot token or external service needed.