outline
把 Markdown 文章发布到 Outline 知识库 wiki。当用户用 /outline 命令创建或更新 wiki 文档时使用。支持发布到默认/指定 collection、按标题判重(new/update/auto)、写入前确认内容。连接配置缓存在 ~/.config/outline-skill/(api_token 仅存 0600 文件或环境变量,绝不写进仓库)。
By 743v450 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install outline@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/743v45/taevas-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/outline/.
Plugin files
├── .claude-plugin/plugin.json└── skills/outline/SKILL.md
Included Skills1
把 Markdown 文章发布到 Outline 知识库 wiki(支持文档层级嵌套)。当用户用 /outline 命令创建或更新 wiki 文档时使用。支持:(1) /outline <内容描述> 发布到默认 collection;(2) /outline <内容> <collection名> 指定 collection;(3) /outline new <内容> 强制新建;(4) /outline update <标题或id> <内容> 更新;(5) --parent/--mkpath 在 collection 内按 a/b 路径建分组并挂子文档。底层 curl 驱动。配置缓存在 ~/.config/outline-skill/。
Plugin manifests1
{
"name": "outline",
"description": "把 Markdown 文章发布到 Outline 知识库 wiki。当用户用 /outline 命令创建或更新 wiki 文档时使用。支持发布到默认/指定 collection、按标题判重(new/update/auto)、写入前确认内容。连接配置缓存在 ~/.config/outline-skill/(api_token 仅存 0600 文件或环境变量,绝不写进仓库)。",
"author": {
"name": "743v45",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[outline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/outline)