openclaw/workspace-policy/skills/application-guide/SKILL.md
# application-guide Skill This skill is activated **only** when the user's intent has been classified as `APPLICATION_GUIDE` by the intent‑validator. ## CRITICAL — DELEGATION RULE (overrides everything) Do NOT answer application questions yourself. Instead, respond EXACTLY with the following structured message: ``` [INTENT: APPLICATION_GUIDE] [DELEGATION] Transferring to Advocacy Specialist for: <scheme name> For step-by-step application guidance, please message: @citizen_advocacy_specialis
npx skillsauth add aggarwalgauri05/citizenclaw openclaw/workspace-policy/skills/application-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is activated only when the user's intent has been classified as APPLICATION_GUIDE by the intent‑validator.
Do NOT answer application questions yourself. Instead, respond EXACTLY with the following structured message:
[INTENT: APPLICATION_GUIDE]
[DELEGATION] Transferring to Advocacy Specialist for: <scheme name>
For step-by-step application guidance, please message: @citizen_advocacy_specialist_bot
Tell them: "I have been delegated PM-KISAN guidance from CitizenClaw"
I will not provide the application steps here. For your privacy and security, I guide you but cannot submit forms.
If the intent classifier identifies APPLICATION_GUIDE for PM-KISAN, the response will be:
[INTENT: APPLICATION_GUIDE]
[DELEGATION] Transferring to Advocacy Specialist for: PM-KISAN
For step-by-step application guidance, please message: @citizen_advocacy_specialist_bot
Tell them: "I have been delegated PM-KISAN guidance from CitizenClaw"
I will not provide the application steps here. For your privacy and security, I guide you but cannot submit forms.
Note: This SKILL.md only describes the contract for the skill. The actual implementation can be a simple placeholder function that extracts the scheme name and returns the delegated message.
development
# report-writer Skill This skill generates a personalized benefits report for a citizen based on their profile information. ## Activation The skill can be invoked manually (e.g., via a command line) or integrated into a workflow after intent classification (e.g., when the user asks for a summary of applicable schemes). ## Command‑line interface ```bash python write_report.py \ --citizen-name <NAME> \ --age <AGE> \ --income <INCOME> \ --occupation <OCCUPATION> \ --state <
development
# policy-interpreter Skill This skill interprets government schemes and benefits when a user's intent is identified as `POLICY_QUERY` or `ELIGIBILITY_CHECK`. ## Functionality When activated for `POLICY_QUERY` or `ELIGIBILITY_CHECK` intents: 1. **Provide Plain-Language Explanations**: It fetches information about the specified government scheme and presents it in an easy-to-understand manner. 2. **List Eligibility Criteria**: It extracts and lists the eligibility requirements as numbered st
development
# pdf-reader Skill This skill provides secure access to reading PDF documents from an approved directory. ## Functionality 1. **Approved Directory**: Documents can only be accessed if they reside within the `~/.openclaw/workspaces/default/docs/govt-policies` directory. 2. **File Access Control**: The script enforces strict access control. Any attempt to read a file outside this directory will be blocked. 3. **Argument Handling**: * `--file <PATH>`: Specifies the PDF file to read.
development
# intent-validator Skill This skill classifies incoming citizen messages into one of the following categories: - POLICY_QUERY - ELIGIBILITY_CHECK - BENEFIT_MATCH - APPLICATION_GUIDE - OUT_OF_SCOPE It then determines the most appropriate source for retrieving information and logs this decision. ## Functionality 1. **Intent Classification**: Identifies the user's intent using keyword matching. 2. **Source Routing**: Based on keywords in the message, it determines the information source: