DocBaseのメモ・コメント・ユーザー・グループなどを効率的に操作するプラグイン集
npx claudepluginhub krayinc/docbase-marketplaceDocBase CLI skill for AI agents - search, read, create, and manage DocBase memos via CLI
A collection of plugins for using DocBase from AI agents.
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.
A skill that enables AI agents to operate DocBase through the DocBase CLI.
"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"
@krayinc/docbase-cli) installeddocbase auth login)npm install -g @krayinc/docbase-cli
docbase auth login
Enter your DocBase API token and team name. You can generate an API token from your DocBase settings.
/plugin marketplace add krayinc/docbase-marketplace
/plugin install docbase-cli@docbase-marketplace
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.
The plugin is currently under review for publication on the official Cursor Marketplace.
Admins on Teams/Enterprise plans can import this repository as a team marketplace:
https://github.com/krayinc/docbase-marketplaceTeam members can search for docbase in Cursor Settings → Plugins to install the plugin.
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 extensions install https://github.com/krayinc/docbase-marketplace
MIT