← 返回 Skills 市场
Outline MCP
作者
Samuel Lie
· GitHub ↗
· v1.3.4
· MIT-0
190
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install outline-app-mcp
功能描述
Model Context Protocol (MCP) bridge for Outline (getoutline.com). Enables AI agents to search, read, create, and manage documents, collections, and comments...
安全使用建议
This skill appears to do what it claims (an Outline MCP bridge) and needs your Outline API key and MCP URL. The main risk is its upload/bulk-sync tools: they read arbitrary absolute file paths on the host (via fs.readFileSync) and then upload those files to your Outline workspace. Before installing: 1) Only enable this skill on trusted hosts or in isolated containers; do not run it on multi-tenant or developer laptops with sensitive files. 2) Use an Outline API key with the minimum privileges possible and rotate it if exposed. 3) Consider removing or disabling the 'upload'/'bulk-sync' tools if you only need read/metadata features. 4) Inspect or vendor the npm dependencies (package-lock.json) before running npm install, and run npm install in an environment where you can audit network activity. 5) Monitor logs for unexpected file access and restrict the user account running OpenClaw (don't run as root). If you want a lower-risk alternative, request a read-only skill variant that does not accept host file paths or that only accepts files explicitly staged by an operator.
功能分析
Type: OpenClaw Skill
Name: outline-app-mcp
Version: 1.3.4
The skill provides a bridge to the Outline documentation platform but includes scripts (bulk_sync.mjs and mcp_bridge.mjs) that allow an AI agent to read and upload arbitrary files from the host filesystem using absolute paths. While the documentation in SKILL.md explicitly warns about this risk, the implementation lacks path sanitization or directory restricted scoping, creating a significant vector for data exfiltration of sensitive local files (e.g., credentials, SSH keys) if the agent is misdirected. The behavior is plausibly aligned with the stated purpose of bulk media uploads, but the broad filesystem access constitutes a high-risk capability.
能力标签
能力评估
Purpose & Capability
Name/description state an Outline MCP bridge and the skill requires OUTLINE_API_KEY, OUTLINE_URL, Node and npm and includes MCP client code — these are appropriate and expected for connecting to an Outline workspace and performing document/attachment operations.
Instruction Scope
SKILL.md and the scripts explicitly include local filesystem access for bulk upload and an 'upload' action that reads files from paths provided to the agent. This behavior is within the declared purpose (bulk file/media uploads) but expands the agent's ability to read arbitrary absolute paths on the host — a sensitive capability which SKILL.md does warn about.
Install Mechanism
Install is a single npm install (no remote download of arbitrary archives). package.json depends on @modelcontextprotocol/sdk and package-lock references standard npm packages — this is a normal npm dependency install pattern.
Credentials
Only OUTLINE_API_KEY and OUTLINE_URL are required and OUTLINE_API_KEY is declared as primary. These are the expected secrets for an Outline integration and are proportionate to the skill's functionality.
Persistence & Privilege
always is false and the skill does not request system-wide config changes. It does not persist itself or modify other skills. Autonomous invocation is allowed (platform default) but is not combined with other unusual privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install outline-app-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/outline-app-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.4
Version synchronization for Security & Permissions disclosure
v1.0.2
Disclosed filesystem access for uploads and bulk sync tools
v1.3.2
Initial public release with MCP v1.0.0 support, bulk-sync capabilities, and end-to-end media attachment workflow.
v1.3.0
Added Content Pipeline Management workflow to SKILL.md for tracking social media posts and collaboration.
v1.2.2
Final clean release.
v1.2.1
Removed all personal and company-specific information from documentation and examples.
v1.2.0
Fixed security defaults, added install spec, and declared required credentials per ClawHub feedback.
元数据
常见问题
Outline MCP 是什么?
Model Context Protocol (MCP) bridge for Outline (getoutline.com). Enables AI agents to search, read, create, and manage documents, collections, and comments... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 Outline MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install outline-app-mcp」即可一键安装,无需额外配置。
Outline MCP 是免费的吗?
是的,Outline MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Outline MCP 支持哪些平台?
Outline MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Outline MCP?
由 Samuel Lie(@samuellie)开发并维护,当前版本 v1.3.4。
推荐 Skills