-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Install group plugins in your AI client. That is the full product: skills, agents, slash commands, and official MCP.
Important
Start with nanlabs-core. Then add the groups you need. Complete copy-paste for every plugin: Plugin marketplace.
Canonical long-form by client: docs/ADOPTION.md.
| Goal | Plugins |
|---|---|
| Orchestrator + setup doctor |
nanlabs-core (required first) |
| Tickets, PRs, GitHub/GitLab |
nanlabs-delivery + nanlabs-forge
|
| ClickUp, Slack, Linear, Notion, Jira | nanlabs-integrations |
| Figma / UI context | nanlabs-design |
| dbt / Snowflake | nanlabs-data |
| Client delivery workflow | nanlabs-workflow |
| Full agent roster |
nanlabs-agents (optional) |
flowchart TD
A[Add marketplace nanlabs/agent-toolkit] --> B[Install nanlabs-core]
B --> C{Need MCP?}
C -->|ClickUp Linear Slack Notion Jira| D[nanlabs-integrations]
C -->|GitHub GitLab| E[nanlabs-forge]
C -->|Figma| F[nanlabs-design]
B --> G[Install other groups you use]
D --> H[Reload client]
E --> H
F --> H
G --> H
H --> I[Complete OAuth when prompted]
I --> J[Claude Code: /nanlabs-core:setup]
- git (marketplace fetch / clone)
- At least one target client
- Skills-only path: Node.js +
npx - You do not need
internal-workstationto install from this public repo
/plugin marketplace add nanlabs/agent-toolkit
/plugin install nanlabs-core@nanlabs-agent-toolkit
/nanlabs-core:setup
Then install more groups the same way (nanlabs-integrations@nanlabs-agent-toolkit, …). Full block: Plugin marketplace.
Two supported paths:
-
Team Marketplace — org admin imports
nanlabs/agent-toolkit, then you install eachnanlabs-*. -
Local plugins — clone the repo, symlink each
plugins/nanlabs-*under~/.cursor/plugins/local/, reload the window.
Copy-paste symlinks: Plugin marketplace. Cursor docs: Cursor plugins.
copilot plugin install nanlabs/agent-toolkit:plugins/nanlabs-core
copilot plugin listRepeat for other groups. Full list: Plugin marketplace.
Equal product priority with Cursor IDE. marketplace add registers the catalog; it does not install a plugin. Load one plugin with --plugin-dir.
agent --version
agent plugin marketplace add https://github.com/nanlabs/agent-toolkit
agent --plugin-dir /path/to/agent-toolkit/plugins/nanlabs-core \
-p --mode ask --output-format text \
"List skills and slash commands from the loaded plugin"Matrix: Cursor Agent CLI.
| Client | How |
|---|---|
| VS Code |
"chat.plugins.marketplaces": ["nanlabs/agent-toolkit"] then install each nanlabs-*
|
| ChatGPT / Codex | codex plugin marketplace add nanlabs/agent-toolkit |
| Kiro | Powers → Import from folder → plugins/nanlabs-<group> (not repo root) |
| Grok / Hermes / OpenClaw / NanoClaw | Point at plugins/nanlabs-<group>/
|
Use this when the client only understands Agent Skills:
npx skills add nanlabs/agent-toolkit -gThis does not install agents, MCP, or /nanlabs-core:setup. Packs: docs/PACKS.md.
Continue on Using the toolkit. To connect hosted MCP, install nanlabs-design, nanlabs-forge, and/or nanlabs-integrations, then complete OAuth — Official MCP.