← Back to Skills Marketplace
103
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install outline-kb
Description
Outline 知识库 API 交互。搜索文档、创建/编辑文档、管理 Collections、列出用户等。当用户需要与 Outline 知识库交互时使用,包括搜索内容、创建文档、查看文档结构、导出文档、管理权限等。
Usage Guidance
This skill appears to be a straightforward Outline API helper, but the skill manifest does not declare the environment variables that the runtime instructions require. Before installing: (1) confirm you are willing to provide OUTLINE_API_KEY (it can allow destructive actions like delete/archive/permission changes); (2) prefer using a least-privilege API key or a test Outline instance; (3) ask the publisher or registry to update the metadata to declare required env vars (so you know a secret will be needed); (4) avoid using a shared/production API key until you verify behavior in a safe environment; (5) review activity after first use (logs, API audit) to ensure it only performs expected calls.
Capability Analysis
Type: OpenClaw Skill
Name: outline-kb
Version: 0.1.0
The skill is a standard API integration for the Outline Knowledge Base. It provides instructions and endpoint references for managing documents, collections, and users via the Outline API. It requires user-provided environment variables (OUTLINE_BASE_URL and OUTLINE_API_KEY) and contains no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description and the SKILL.md consistently describe an Outline knowledge-base API client (search, create/update documents, manage collections/users, export, etc.). The listed endpoints and operations in references/api-endpoints.md align with that purpose.
Instruction Scope
SKILL.md explicitly instructs the agent to read OUTLINE_BASE_URL and OUTLINE_API_KEY from environment variables and to call Outline endpoints (curl or web_fetch). That instruction is narrowly scoped to interacting with the Outline API and does not request unrelated files, system paths, or exfiltration endpoints, but it does access environment variables that are not declared in the skill metadata — a manifest/instruction mismatch that could hide secret requirements.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to write or execute. No downloads or package installs are performed by the skill itself.
Credentials
The SKILL.md requires two environment variables (OUTLINE_BASE_URL, OUTLINE_API_KEY) including an API key capable of document and permission changes; however, the skill registry metadata lists no required env vars or primary credential. The variables themselves are proportionate to the stated purpose, but the manifest omission is a red flag (the skill will need a secret at runtime despite metadata saying none).
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent installation or to modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install outline-kb - After installation, invoke the skill by name or use
/outline-kb - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of outline-kb skill – Outline 知识库 API 集成:
- Provides API interaction for Outline, including document search, creation, editing, collections management, user listing, and permission management.
- Supports all major endpoints for documents, collections, users, comments, stars, shares, groups, and templates.
- Configured via environment variables for Outline instance and API key.
- Includes error handling, rate limiting, and response format details.
- Offers quick reference for common actions with required parameters.
Metadata
Frequently Asked Questions
What is Outline Kb?
Outline 知识库 API 交互。搜索文档、创建/编辑文档、管理 Collections、列出用户等。当用户需要与 Outline 知识库交互时使用,包括搜索内容、创建文档、查看文档结构、导出文档、管理权限等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Outline Kb?
Run "/install outline-kb" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outline Kb free?
Yes, Outline Kb is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outline Kb support?
Outline Kb is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outline Kb?
It is built and maintained by BY易仝 (@1944876825); the current version is v0.1.0.
More Skills