← Back to Skills Marketplace
Policy
by
bytesagain3
· GitHub ↗
· v2.0.3
· MIT-0
273
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install policy
Description
Reference tool for business — covers intro, quickstart, patterns and more. Quick lookup for Policy concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a benign, offline reference that outputs static documentation. Before installing, note a few minor correctness issues: the package registry version (2.0.3) doesn't match the script's VERSION (2.0.2), one help heredoc is quoted so it will print "$VERSION" literally, and the cheatsheet references a 'troubleshooting' command while the script provides 'debugging'. None of these are security issues, but they can cause confusion. If you want extra assurance, inspect/run scripts locally in a sandbox (e.g., open the script content or run it in a disposable shell) to confirm there are no network calls and the output meets your needs.
Capability Analysis
Type: OpenClaw Skill
Name: policy
Version: 2.0.3
The 'policy' skill bundle is a static reference tool that provides documentation on business and security policy concepts. The bash script (scripts/script.sh) uses simple heredocs to output plain text and contains no network calls, file system modifications, or credential access, aligning perfectly with its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (policy reference material) match what the package contains: static reference text and a small launcher script. No credentials, network access, or unrelated binaries are requested.
Instruction Scope
SKILL.md explicitly states the tool emits plain-text heredocs with no external API calls. The included script only prints static content and does not read environment variables or make network calls. Minor scope issues: SKILL.md header/version is 2.0.3 while the script sets VERSION=2.0.2, and the help/heredoc quoting means one help string will literally show "$VERSION" instead of the numeric version. The cheatsheet references a 'troubleshooting' command while the actual script uses 'debugging' — these are correctness/usability issues but not scope creep or exfiltration.
Install Mechanism
No install spec present; this is effectively instruction-only with a small bundled script. Nothing is downloaded or written to disk by an install step, so install risk is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script does not access environment variables or external secrets. Requested privileges are proportionate to the stated purpose.
Persistence & Privilege
Skill is not marked always:true, does not request permanent presence, and does not modify other skills or global agent settings. Default autonomous invocation is allowed but is normal for skills and not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install policy - After installation, invoke the skill by name or use
/policy - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Policy?
Reference tool for business — covers intro, quickstart, patterns and more. Quick lookup for Policy concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Policy?
Run "/install policy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Policy free?
Yes, Policy is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Policy support?
Policy is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Policy?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v2.0.3.
More Skills