← Back to Skills Marketplace
haoh51918-lgtm

skills-pager

by haoh51918-lgtm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
146
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skills-pager
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skills-pager
  3. After installation, invoke the skill by name or use /skills-pager
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skills-pager
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.

How do I install skills-pager?

Run "/install skills-pager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skills-pager free?

Yes, skills-pager is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does skills-pager support?

skills-pager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skills-pager?

It is built and maintained by haoh51918-lgtm (@haoh51918-lgtm); the current version is v1.0.0.

💬 Comments