← 返回 Skills 市场
537
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install welfare-guide
功能描述
육아/복지/정부지원금 스킬. 9개 인텐트 라우팅(Benefit Search~Beginner Guide), 보조금24+복지로 중앙/지자체 API 3-Layer 기반 맞춤형 혜택 조회. 트리거: "지원금", "복지", "혜택", "보조금", "육아", "출산", "보육료", "아동수당...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install welfare-guide - 安装完成后,直接呼叫该 Skill 的名称或使用
/welfare-guide触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Setup 가이드 추가 — data.go.kr API 발급 방법 안내
v1.0.0
Initial release — Korean-specific skill by @sw326
元数据
常见问题
Welfare Guide 是什么?
육아/복지/정부지원금 스킬. 9개 인텐트 라우팅(Benefit Search~Beginner Guide), 보조금24+복지로 중앙/지자체 API 3-Layer 기반 맞춤형 혜택 조회. 트리거: "지원금", "복지", "혜택", "보조금", "육아", "출산", "보육료", "아동수당... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 537 次。
如何安装 Welfare Guide?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install welfare-guide」即可一键安装,无需额外配置。
Welfare Guide 是免费的吗?
是的,Welfare Guide 完全免费(开源免费),可自由下载、安装和使用。
Welfare Guide 支持哪些平台?
Welfare Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Welfare Guide?
由 김성우(@sw326)开发并维护,当前版本 v1.0.1。
推荐 Skills