Policy & Application Checker
Purpose
Read policies, application requirements, and forms, then turn them into a completeness checklist, risk list, and submission plan.
Trigger phrases
- - 检查材料是否齐全
- application checklist
- 读政策做清单
- submission readiness
- requirements checklist
Ask for these inputs
- - policy text or form
- deadline
- applicant profile
- required attachments
- known blockers
Workflow
- 1. Extract mandatory requirements, deadlines, and conditional branches.
- Transform them into a checklist with evidence slots.
- Flag ambiguous wording and missing proof.
- Sequence tasks into a submission plan backward from the deadline.
- Never assume a requirement is satisfied without evidence.
Output contract
- - completeness checklist
- risk list
- submission timeline
- evidence tracker
Files in this skill
- - Script: INLINECODE0
- Resource: INLINECODE1
Operating rules
- - Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.
Suggested prompts
- - 检查材料是否齐全
- application checklist
- 读政策做清单
Use of script and resources
Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.
Boundaries
- - This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.
Compatibility notes
- - Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through
metadata.openclaw.requires. - Helper script is local and auditable:
scripts/checklist_builder.py. - Bundled resource is local and referenced by the instructions:
resources/checklist_template.md.
政策与申请检查器
目的
阅读政策、申请要求和表格,将其转化为完整性检查清单、风险清单和提交计划。
触发短语
- - 检查材料是否齐全
- application checklist
- 读政策做清单
- submission readiness
- requirements checklist
需要以下输入
- - 政策文本或表格
- 截止日期
- 申请人资料
- 所需附件
- 已知障碍
工作流程
- 1. 提取强制性要求、截止日期和条件分支。
- 将其转化为带有证据栏的检查清单。
- 标记模糊措辞和缺失证明。
- 从截止日期倒推,将任务排序为提交计划。
- 无证据时绝不假定要求已满足。
输出约定
本技能中的文件
- - 脚本:{baseDir}/scripts/checklistbuilder.py
- 资源:{baseDir}/resources/checklisttemplate.md
操作规则
- - 具体且以行动为导向。
- 在破坏性更改前优先使用预览/草稿/模拟模式。
- 如信息缺失,仅询问继续所需的最少信息。
- 绝不捏造指标、法律确定性、收据、凭证或证据。
- 保持假设明确。
建议提示
- - 检查材料是否齐全
- application checklist
- 读政策做清单
脚本与资源的使用
当脚本有助于用户生成结构化文件、清单、CSV或初稿时,使用捆绑脚本。
当用户未提供资源文件时,将其作为默认模式、检查清单或预设使用。
边界
- - 本技能支持规划、结构化和初稿产出。
- 除非用户实际执行了操作,否则不应声称文件已被修改、消息已发送或法律/财务决策已最终确定。
兼容性说明
- - 基于目录的AgentSkills/OpenClaw技能。
- 通过metadata.openclaw.requires声明运行时依赖。
- 辅助脚本为本地且可审计:scripts/checklistbuilder.py。
- 捆绑资源为本地且由指令引用:resources/checklisttemplate.md。