← 返回 Skills 市场
haoh51918-lgtm

skills-pager

作者 haoh51918-lgtm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
146
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skills-pager
功能描述
Build or reuse a compact navigation index for large, multi-file, or layered skills so you can load only the sections you need instead of rereading the full s...
安全使用建议
This skill appears coherent and low-risk for its stated purpose, but before installing or enabling it consider: 1) The agent (or you when running the scaffold script) will read target SKILL.md and any referenced files and will write .skill-index/registry.json and .skill-index/skills/<skill-id>/index.md into the workspace root — make sure you want those persistent files created. 2) The included script requires a Node runtime and filesystem write permission; you can run it manually to verify output before letting the agent run it. 3) Because the agent will read files it can access, ensure no sensitive secrets are stored in files you do not want to be scanned/indexed. 4) Review generated index.md and registry.json before relying on them; the scaffold creates placeholders that the agent/user should fill in. If you want stricter control, run the script yourself and inspect outputs rather than granting autonomous runs.
功能分析
Type: OpenClaw Skill Name: skills-pager Version: 1.0.0 The skills-pager bundle is a productivity utility designed to help AI agents manage large skill files by creating a navigation index in a `.skill-index/` directory. The included Node.js script (`scripts/create-skills-pager-map.js`) performs standard file system operations to scaffold these indices and lacks any network activity, obfuscation, or unauthorized data access. The instructions in `SKILL.md` and the `references/` directory are strictly aligned with the stated purpose of context optimization and include explicit safety boundaries to prevent the agent from indexing sensitive files like session state or memory.
能力评估
Purpose & Capability
The name/description (build a compact navigation index for large skills) align with the included files and runtime behavior. The only code is a small Node script that scaffolds .skill-index/registry.json and per-skill index.md files — exactly the functionality the README/SKILL.md describe. No unexpected binaries, credentials, or network endpoints are required.
Instruction Scope
SKILL.md instructs the agent to read target SKILL.md and related reference files and to create/update files under .skill-index/ in the workspace root. That file-IO is necessary for the stated purpose, but it means the skill will read arbitrary skill source files and write persistent artifacts to the workspace; ensure you expect/allow that level of file access before enabling the skill.
Install Mechanism
There is no install spec and no external downloads. The included script uses only Node built-ins (fs/path). No remote code fetch or package installs are required, which minimizes installation risk.
Credentials
The skill declares no environment variables, credentials, or special config paths. The runtime instructions and script operate on workspace files only; there are no disproportionate secret or credential requests.
Persistence & Privilege
The skill writes persistent files under the workspace root (.skill-index/ and registry.json). This is consistent with its purpose (creating reusable indexes) but is a form of persistent workspace modification — review and approve such writes. The skill is not marked always:true and does not modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skills-pager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skills-pager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skills-pager — efficient navigation for large skills. - Introduces a workflow to build or reuse a compact index for large, multi-file, or layered skills, minimizing source rereading. - Indexes enable rapid re-entry by mapping major routes and sections, saving context and speeding up partial access. - Provides guidance on when and how to create, use, and update `.skill-index/skills/<skill-id>/index.md`. - Includes a companion script (`scripts/create-skills-pager-map.js`) to scaffold indexes quickly. - Designed for one skill at a time; supports partial and multi-file skill navigation while keeping source as the authority.
元数据
Slug skills-pager
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

skills-pager 是什么?

Build or reuse a compact navigation index for large, multi-file, or layered skills so you can load only the sections you need instead of rereading the full s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 146 次。

如何安装 skills-pager?

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

skills-pager 是免费的吗?

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

skills-pager 支持哪些平台?

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

谁开发了 skills-pager?

由 haoh51918-lgtm(@haoh51918-lgtm)开发并维护,当前版本 v1.0.0。

💬 留言讨论