nextlevelbuilder

Agentwiki Skills — Development skill for Claude Code

Development community

Claude Code plugin marketplace: 'agentwiki' skill for mastering the AgentWiki CLI and MCP server.

How to install Agentwiki Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nextlevelbuilder/agentwiki-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentwiki Skills does

Claude Code plugin marketplace: 'agentwiki' skill for mastering the AgentWiki CLI and MCP server.

Alternatives in Development

  • Mempalace Init — Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify e 58.6k ★
  • Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★

README

agentwiki-skills

Claude Code plugin marketplace by **NextLevelBuilder** for the [AgentWiki](https://app.agentwiki.cc) knowledge platform.

Ships an `agentwiki` skill that teaches Claude (and any Claude-Skill-compatible agent) how to drive both:

  • the AgentWiki CLI@aiagentwiki/cli (binary agentwiki)
  • the AgentWiki MCP serverhttps://api.agentwiki.cc/mcp

…covering documents, folders, tags, search (hybrid/keyword/semantic), knowledge-graph traversal, uploads, static-site hosting, sharing/publishing, member admin, API keys, and Obsidian/Notion/Lark imports.

Install

# In Claude Code
/plugin marketplace add nextlevelbuilder/agentwiki-skills
/plugin install agentwiki@nextlevelbuilder-agentwiki

Or add a local clone:

git clone https://github.com/nextlevelbuilder/agentwiki-skills
# in Claude Code
/plugin marketplace add ./agentwiki-skills
/plugin install agentwiki@nextlevelbuilder-agentwiki

Validate before pushing changes:

claude plugin validate .

Layout

agentwiki-skills/
├── .claude-plugin/
│   └── marketplace.json
└── plugins/
    └── agentwiki/
        ├── .claude-plugin/
        │   └── plugin.json
        └── skills/
            └── agentwiki/
                ├── SKILL.md
                └── references/
                    ├── auth-and-setup.md
                    ├── cli-commands.md
                    ├── cli-vs-mcp.md
                    ├── knowledge-graph.md
                    └── mcp-tools.md

What the skill teaches

  • Authentication: env vars (AGENTWIKI_API_KEY, AGENTWIKI_API_URL), ~/.agentwiki/credentials.json, and agentwiki login.
  • Choosing CLI vs MCP based on context (terminal vs autonomous agent).
  • Concrete command/tool tables for every supported operation.
  • Knowledge-graph query patterns (BFS traversal, path finding, link suggestion).
  • CI-safe patterns (env-only auth, --yes confirmations, --json for piping).
  • Security policy: refuse credential exfiltration,