← 返回 Skills 市场
52yuanchangxing

policy-application-checker

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
246
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install policy-application-checker
功能描述
Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install policy-application-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /policy-application-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug policy-application-checker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

policy-application-checker 是什么?

Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 policy-application-checker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install policy-application-checker」即可一键安装,无需额外配置。

policy-application-checker 是免费的吗?

是的,policy-application-checker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

policy-application-checker 支持哪些平台?

policy-application-checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 policy-application-checker?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论