← 返回 Skills 市场
ckchzh

Outline

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
332
总下载
0
收藏
3
当前安装
5
版本数
在 OpenClaw 中安装
/install outline
功能描述
Generate document outlines with TOC, chapter planning, and hierarchy management. Use when structuring documents, planning chapters, creating outlines.
安全使用建议
This skill appears coherent and local-only, but review a few practical points before installing: (1) the script writes all entries (including any secrets you type) in plaintext under ~/.local/share/outline — avoid putting passwords or tokens into entries; (2) consider changing DATA_DIR in the script to a location you control and set restrictive filesystem permissions (chmod 700) to limit access; (3) exported JSON/CSV are not escaped/quoted — entries with quotes, commas, or newlines can break the exported file or produce unexpected content; (4) the SKILL.md and script show a small format inconsistency for history.log (the script does not use pipe-delimited entries as sometimes described) — this is likely a minor bug but worth noting; (5) if you need higher assurance, inspect the provided script.sh in full and run it in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: outline Version: 2.0.1 The 'outline' skill is a local productivity and activity logging tool that manages timestamped entries in flat files within the user's local data directory (~/.local/share/outline/). The implementation in 'scripts/script.sh' uses standard POSIX utilities for file appending, searching, and basic statistics, with no evidence of network access, data exfiltration, or command injection vulnerabilities. All functionality aligns with the documentation provided in 'SKILL.md'.
能力评估
Purpose & Capability
Name/description (document outlining / logging) matches the included script and SKILL.md: the tool appends timestamped entries to category log files, supports search, stats, and export. No unexpected network, cloud credentials, or unrelated binaries are requested.
Instruction Scope
Instructions and the script stay within the declared purpose (local logging and export). Minor issues: history.log format in the script (writes lines like "MM-DD HH:MM category: text") doesn't match SKILL.md's earlier mention of pipe-delimited entries for some operations; the export JSON/CSV routines do not escape/quote values, so entries that contain quotes, commas, or newlines can produce malformed exports. The tool logs all user-provided text to local files — expected for this purpose but worth noting because any secrets the user types will be stored in plaintext.
Install Mechanism
No install spec; only a Bash script is included. No downloads or external packages are pulled during install. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, credentials, or config paths beyond writing to a hardcoded data directory in the user's home. The declared runtime dependencies (bash, grep, standard POSIX utilities) match the script's needs.
Persistence & Privilege
The script persistently stores data in ~/.local/share/outline and creates/updates multiple log and export files. It does not request elevated privileges or modify other skills/configuration. Users should be aware of the persistent storage and filesystem write behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install outline
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /outline 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
Slug outline
版本 2.0.1
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 5
常见问题

Outline 是什么?

Generate document outlines with TOC, chapter planning, and hierarchy management. Use when structuring documents, planning chapters, creating outlines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。

如何安装 Outline?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install outline」即可一键安装,无需额外配置。

Outline 是免费的吗?

是的,Outline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Outline 支持哪些平台?

Outline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Outline?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论