
Docbase Cli
- Updated May 20, 2026
- krayinc/docbase-marketplace
docbase-cli is a command-line tool for interacting with DocBase, the documentation platform. A developer uses it to read or manage DocBase content from the terminal as part of their docs workflow.
Key points
- DocBase CLI
Docbase Cli by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add krayinc/docbase-marketplace/plugin install docbase-cli@docbase-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 20, 2026 |
|---|---|
| Repository | krayinc/docbase-marketplace ↗ |
What it does
CLI for working with DocBase documentation.
README.md
DocBase Marketplace
A collection of plugins for using DocBase from AI agents.
Overview
DocBase Marketplace provides plugins that let AI agents directly operate your DocBase knowledge base. With natural language instructions, you can search, create, and edit memos, post comments, manage users and groups, and more.
Plugins
docbase-cli
A skill that enables AI agents to operate DocBase through the DocBase CLI.
Features
- Memos — Search, get, create, update, delete, archive
- Comments — List, create, delete
- Users — Search, get profile
- Groups — Search, get, create, add/remove members
- Tags — List all tags
- Good Jobs — Send a "Good Job" reaction
- Attachments — Upload, download
Usage Examples
"Search DocBase for meeting notes"
"Show me memo ID 1234567"
"Post today's work log as a draft to DocBase"
"Add a comment to memo 1234567"
"List all tags on DocBase"
Prerequisites
- Claude Code, Gemini CLI, Codex CLI, or Cursor installed
- DocBase CLI (
@krayinc/docbase-cli) installed - Authenticated with DocBase CLI (
docbase auth login)
Install DocBase CLI
npm install -g @krayinc/docbase-cli
Authentication
docbase auth login
Enter your DocBase API token and team name. You can generate an API token from your DocBase settings.
Installation
Claude Code
/plugin marketplace add krayinc/docbase-marketplace
/plugin install docbase-cli@docbase-marketplace
Codex CLI
Run the following in Codex CLI:
$skill-installer https://github.com/krayinc/docbase-marketplace
Or manually copy the skill to your project or user skills directory:
git clone https://github.com/krayinc/docbase-marketplace.git
# Project-level
mkdir -p .agents/skills
cp -r docbase-marketplace/skills/docbase-cli .agents/skills/
# Or user-level
cp -r docbase-marketplace/skills/docbase-cli ~/.agents/skills/
Restart Codex after installation.
Cursor
The plugin is currently under review for publication on the official Cursor Marketplace.
Team Marketplace
Admins on Teams/Enterprise plans can import this repository as a team marketplace:
- Go to Plugins → Team Marketplaces
- Click + Import
- Enter the repository URL:
https://github.com/krayinc/docbase-marketplace - Review parsed plugins, configure access groups, then save
Team members can search for docbase in Cursor Settings → Plugins to install the plugin.
Local Installation
git clone https://github.com/krayinc/docbase-marketplace.git
cp -r docbase-marketplace/plugins/docbase-cli ~/.cursor/plugins/local/docbase-cli
Restart Cursor after copying.
Note: Symbolic links are not supported. You must copy the files.
Gemini CLI
gemini extensions install https://github.com/krayinc/docbase-marketplace
Author
License
MIT