← Back to Skills Marketplace
537
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install welfare-guide
Description
육아/복지/정부지원금 스킬. 9개 인텐트 라우팅(Benefit Search~Beginner Guide), 보조금24+복지로 중앙/지자체 API 3-Layer 기반 맞춤형 혜택 조회. 트리거: "지원금", "복지", "혜택", "보조금", "육아", "출산", "보육료", "아동수당...
Usage Guidance
This skill appears to do what it says (tailored welfare/benefit lookup) but take these precautions before installing or using it:
- Privacy: The skill will ask for personal details (age, household, income, disability, region) to provide tailored results. Avoid entering full identifiers (resident registration numbers, full addresses) and consider anonymizing sensitive values where possible.
- API key handling: The setup instructs you to save a data.go.kr API key to ~/.config/data-go-kr/api_key in plaintext. Prefer storing keys in a secure secret manager or at least restrict file permissions (chmod 600). Do not paste credentials into chat messages.
- Missing scripts: The playbook references bash scripts to call the APIs, but only a README is included — the actual scripts are not present. Before running anything, review or implement the scripts yourself to ensure they do exactly what you expect and do not exfiltrate data.
- Web search fallback: If the APIs are not configured, the skill falls back to web_search. Be mindful that search queries may be logged by the search provider — avoid including sensitive personal data in those queries.
- Verify scope: If you plan to supply an API key, confirm the data.go.kr service agreement and what data the APIs return; ensure the key has only the necessary permissions and monitor usage/quota.
If you want to proceed: obtain a data.go.kr key, implement/review the missing scripts locally, store the key securely, and limit the personal data you supply in conversations. If you need, I can list exact checks to perform on any scripts before running them.
Capability Analysis
Type: OpenClaw Skill
Name: welfare-guide
Version: 1.0.1
The skill is classified as suspicious due to its explicit reliance on executing shell scripts (`welfare_central.sh`, `welfare_local.sh`, `subsidy24.sh`) with dynamic arguments, as indicated in `playbook.md` and `scripts/README.md`. While the actual script contents are not provided, the instruction to execute external shell commands with potentially user-derived input creates a significant remote code execution (RCE) vulnerability surface if the scripts lack proper input sanitization. Additionally, the skill is designed to read an API key from `~/.config/data-go-kr/api_key` for its operation, which, while intended for legitimate use, adds to the risk profile when combined with shell execution capabilities.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: the skill queries public Korean government APIs (data.go.kr IDs provided) and falls back to web search. No unrelated credentials or unrelated binaries are requested.
Instruction Scope
The SKILL.md and playbook direct collection of potentially sensitive personal data (age, household composition, income level, disability status, region) which is necessary for tailored benefit lookup but carries privacy risk. The docs instruct storing an API key at ~/.config/data-go-kr/api_key and running shell scripts (bash skills/welfare-guide/scripts/*.sh) to call APIs; however, those scripts are not included (only a README exists). The fallback 'web_search' behavior means queries could be sent to external search endpoints — avoid embedding full personal identifiers in queries.
Install Mechanism
Instruction-only skill with no install spec or binaries reduces risk. No downloads or package installs are requested. Minor operational inconsistency: the playbook references runnable scripts but only scripts/README.md is present (actual scripts are missing).
Credentials
The skill does not require environment variables or external credentials besides the public data.go.kr API key, which is proportional to the purpose. It recommends storing the key in plaintext at ~/.config/data-go-kr/api_key — functional but a weaker secret-handling pattern; using a secure secret store or agent-managed secret is preferable.
Persistence & Privilege
Skill is not 'always' enabled and uses default autonomous invocation settings. It does not request system-wide config paths or other skills' credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install welfare-guide - After installation, invoke the skill by name or use
/welfare-guide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Setup 가이드 추가 — data.go.kr API 발급 방법 안내
v1.0.0
Initial release — Korean-specific skill by @sw326
Metadata
Frequently Asked Questions
What is Welfare Guide?
육아/복지/정부지원금 스킬. 9개 인텐트 라우팅(Benefit Search~Beginner Guide), 보조금24+복지로 중앙/지자체 API 3-Layer 기반 맞춤형 혜택 조회. 트리거: "지원금", "복지", "혜택", "보조금", "육아", "출산", "보육료", "아동수당... It is an AI Agent Skill for Claude Code / OpenClaw, with 537 downloads so far.
How do I install Welfare Guide?
Run "/install welfare-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Welfare Guide free?
Yes, Welfare Guide is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Welfare Guide support?
Welfare Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Welfare Guide?
It is built and maintained by 김성우 (@sw326); the current version is v1.0.1.
More Skills