← Back to Skills Marketplace
bytesagain3

Page Saver

by bytesagain3 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
175
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install page-saver
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Saver concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple, local reference tool that prints embedded documentation and does not access the network or secrets. Before installing or running any included script: (1) confirm you trust the repository/source (bytesagain.com / GitHub link), (2) inspect the script (already included) if you will execute it, and (3) note minor non-security quality issues (SKILL.md lists version 2.0.2 while the script reports VERSION=2.0.1 and the help heredoc uses single quotes so $VERSION won't expand). If you plan to run it in an automated or privileged context, ensure it will not be wrapped with additional install or download steps that could change behavior.
Capability Analysis
Type: OpenClaw Skill Name: page-saver Version: 2.0.2 The 'page-saver' skill bundle is a documentation reference tool that provides static text information about devtools concepts. The bash script (scripts/script.sh) uses heredocs to output plain text and does not perform any network requests, file system modifications, or sensitive data access. The SKILL.md instructions are consistent with the code and contain no prompt injection or malicious directives.
Capability Assessment
Purpose & Capability
The name/description (reference tool for devtools) match the provided SKILL.md and included bash script: both produce local reference text for various commands. There are no unrelated env vars, binaries, or credentials requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text via heredoc with no external API calls; the packaged scripts only print embedded documentation and do not read files, access environment variables, open network sockets, or send data externally. The documentation mentions common external tools (tcpdump, wireshark) as suggestions for debugging, but the script does not invoke them.
Install Mechanism
No install specification is present (instruction-only style). The repository includes a local shell script that is safe to inspect and run; there are no downloads or extracted archives referenced.
Credentials
The skill declares no required environment variables or credentials and the script does not read any sensitive environment variables or configuration paths. No disproportionate credential access is requested.
Persistence & Privilege
The skill is not marked always:true and does not attempt to modify agent/system configuration. It runs only when invoked and has no persistence or elevated privilege requests.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install page-saver
  3. After installation, invoke the skill by name or use /page-saver
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug page-saver
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Page Saver?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Page Saver concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install Page Saver?

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

Is Page Saver free?

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

Which platforms does Page Saver support?

Page Saver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Page Saver?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.2.

💬 Comments