← Back to Skills Marketplace
52yuanchangxing

policy-application-checker

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
246
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install policy-application-checker
Description
Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan.
Usage Guidance
This skill appears coherent and local/auditable. Before using: (1) Inspect the small script (scripts/checklist_builder.py) yourself — it simply reads a JSON file you supply and writes a markdown checklist. (2) Avoid passing output paths that could overwrite important files. (3) Do not feed secrets or credentials into the skill; it processes the policy text you provide and does not declare networking, but be aware your agent/session could still send data externally depending on agent configuration. If you need absolute assurance, run the script locally on trusted inputs (e.g., python3 scripts/checklist_builder.py requirements.json) and review the generated checklist file.
Capability Analysis
Type: OpenClaw Skill Name: policy-application-checker Version: 1.0.0 The policy-application-checker skill is a well-documented tool designed to transform policy text into structured checklists. The included Python script (scripts/checklist_builder.py) performs basic file I/O to convert JSON data into Markdown format without any network activity, obfuscation, or suspicious system calls. The instructions in SKILL.md and README.md explicitly prioritize user transparency, local execution, and forbid the fabrication of evidence or credentials.
Capability Assessment
Purpose & Capability
Name/description match the actual artifacts: SKILL.md, a small Python helper script, and a local template resource. Declared requirement (python3) is appropriate and nothing in the package asks for unrelated system access or credentials.
Instruction Scope
Runtime instructions are limited to reading user-provided policy/form text, producing a checklist, risk list, timeline, and evidence tracker. The bundled script reads a JSON file path supplied by the user and writes a markdown file — this is expected. Note: the script does not validate JSON schema and will write/overwrite the output file path provided, so users should avoid passing untrusted paths or overwriting important files.
Install Mechanism
No install spec; skill is instruction-only with a local helper script. No remote downloads, package installs, or obscure URLs. This is a low-risk, auditable delivery model.
Credentials
No environment variables, credentials, or config paths are requested. The skill only requires python3 which aligns with the included script.
Persistence & Privilege
always is false and there are no signs the skill attempts to persist configuration or modify other skills. Autonomous invocation is allowed by default but is not unusually privileged here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install policy-application-checker
  3. After installation, invoke the skill by name or use /policy-application-checker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Initial release of policy-application-checker skill** - Reads policy documents, application requirements, and forms to generate actionable checklists and submission plans. - Outputs a completeness checklist, risk list, submission timeline, and evidence tracker. - Requires user inputs such as policy text, deadline, applicant profile, required attachments, and known blockers. - Incorporates local script and resource for processing and template generation. - Designed to clarify requirements, flag risks, and explicitly verify missing or ambiguous information.
Metadata
Slug policy-application-checker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is policy-application-checker?

Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan. It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.

How do I install policy-application-checker?

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

Is policy-application-checker free?

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

Which platforms does policy-application-checker support?

policy-application-checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created policy-application-checker?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments