← Back to Skills Marketplace
bytesagain3

Policy Reader

by bytesagain3 · GitHub ↗ · v4.0.1 · MIT-0
cross-platform ✓ Security Clean
477
Downloads
0
Stars
2
Active Installs
13
Versions
Install in OpenClaw
/install policy-reader
Description
Reference tool for business — covers intro, quickstart, patterns and more. Quick lookup for Policy Reader concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a safe, self-contained reference tool that prints documentation; it does not require credentials or network access. Before installing, consider: (1) review the script contents (already provided) if you will run it in a sensitive environment; (2) note the trivial version string mismatch and a heredoc expansion bug ($VERSION won’t show in help) — these are correctness issues, not security problems; and (3) as a general precaution, only enable/run skills from sources you trust and avoid executing code with elevated privileges unless necessary.
Capability Analysis
Type: OpenClaw Skill Name: policy-reader Version: 4.0.1 The 'policy-reader' skill is a documentation reference tool that provides static text output for various business and security concepts. The implementation in `scripts/script.sh` consists entirely of shell heredocs to display information, with no network access, file system manipulation, or credential handling. The behavior is fully aligned with the stated purpose in `SKILL.md`.
Capability Assessment
Purpose & Capability
Name/description describe a reference/documentation tool and the included script implements only text output for the listed commands. There are no unrelated requested binaries, env vars, or config paths. Minor bookkeeping mismatches exist (script VERSION is 4.0.0 while registry metadata is 4.0.1), but this is not a security concern.
Instruction Scope
SKILL.md instructs plain-text heredoc output with no external API calls; the shipped script only uses shell builtin/cat/echo to print documentation and does not read files, environment variables, or perform network operations. (Small implementation quirk: some heredocs are single-quoted so $VERSION won't expand in help text — a bug, not malicious behavior.)
Install Mechanism
No install spec is provided (instruction-only style). A single helper script is included but nothing is downloaded or written to arbitrary paths during installation, so install risk is low.
Credentials
The skill declares no required environment variables or credentials and the script does not access environment secrets or config paths. Requested privileges and access are proportionate to a local reference tool.
Persistence & Privilege
Skill is not marked always:true, uses default agent invocation settings, and does not modify other skills or system-wide configuration. It does not request persistent presence beyond being callable by the agent.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install policy-reader
  3. After installation, invoke the skill by name or use /policy-reader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.0.1
Fix description
v4.0.0
Clean package
v3.0.0
v3.0.0: rewrite
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions
v1.0.0
- Initial release of policy-reader. - Provides policy document summaries, key point extraction, impact analysis, and compliance advice. - Supports standardized, professional, and time-saving policy interpretation. - Designed for use with government and industry policies.
Metadata
Slug policy-reader
Version 4.0.1
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 13
Frequently Asked Questions

What is Policy Reader?

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

How do I install Policy Reader?

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

Is Policy Reader free?

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

Which platforms does Policy Reader support?

Policy Reader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Policy Reader?

It is built and maintained by bytesagain3 (@bytesagain3); the current version is v4.0.1.

💬 Comments