← Back to Skills Marketplace
sw326

한국 연금/노후 설계

by 김성우 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
521
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pension-guide
Description
연금/노후설계 스킬. 9개 인텐트 라우팅(National Pension~Beginner Guide), 국민연금 예상 수령액 계산 + IRP/연금저축 절세 비교 + 노후 자금 역산 시뮬레이터. 트리거: "국민연금", "예상 수령액", "연금저축", "IRP", "퇴직금", "노후 준...
Usage Guidance
What to consider before installing/use: - Do not provide sensitive personal identifiers (예: 주민등록번호) or run scripts unless you can inspect them first. The playbook shows a command that would take a 주민번호 fragment but the actual script is not included for review — that is a red flag. - The skill references local binaries (~/.npm-global/bin/yf) and mentions enabling an API key, but no required binaries or environment variables are declared. Ask the author to list exact dependencies and any environment variables or keys needed. - Before running any referenced script, request the script source (nps_query.sh). If the script will be run by the agent, review its contents for network calls, logging, or exfiltration of data. - Prefer the skill to rely on official public sites for sensitive personal data (it already recommends 내연금/csa.nps.or.kr). If you need precise estimates, use the official site rather than handing PII to a third-party skill. - Ask the publisher to: (1) provide missing scripts or remove scripts that request PII, (2) declare required binaries and environment variables, and (3) clarify connector names/syntax (SKILL.md shows odd tildes ~~, which may be a formatting error). If the author supplies the missing script(s) and a clear explanation of when and how personal identifiers are used (and no undeclared credentials are required), this assessment could be downgraded to benign. Conversely, if the skill actually includes a script that collects or transmits resident registration numbers or requires undeclared secrets, treat it as high-risk and avoid installing.
Capability Analysis
Type: OpenClaw Skill Name: pension-guide Version: 1.0.0 The skill bundle is classified as suspicious due to the presence of direct shell command execution and a commented-out instruction indicating potential handling of highly sensitive PII via a local script. The `playbook.md` file explicitly instructs the agent to execute `~/.npm-global/bin/yf quote` commands, demonstrating a direct shell execution capability which is a vulnerability (e.g., shell injection risk if inputs are not sanitized). Furthermore, `playbook.md` contains a commented-out line `# bash skills/pension-guide/scripts/nps_query.sh "[주민번호 앞자리]"`, which, even if inactive, suggests a design consideration for passing sensitive resident registration number prefixes to a local script, posing a significant PII handling risk.
Capability Assessment
Purpose & Capability
The skill's functionality (pension estimates, IRP vs savings, retirement sim) is coherent with the provided playbook and templates. However the SKILL.md/playbook references external helpers (yahoo-finance-cli via ~/.npm-global/bin/yf, an nps_query.sh script) and mentions activating a 'key' for an API without declaring required binaries or environment variables. Those undeclared dependencies are inconsistent with the declared requirements (which list none).
Instruction Scope
Instructions include running a local script to query 국민연금 with a 주민번호 fragment: `bash skills/pension-guide/scripts/nps_query.sh "[주민번호 앞자리]"`. The repository contains only scripts/README.md — no nps_query.sh — so the instructions reference a non-existent script. Asking for or invoking resident registration numbers (PII) to query an API is sensitive. The playbook also instructs calling a user-local binary (~/.npm-global/bin/yf) and web_search; the SKILL.md gives broad discretion to contact web sources. Together this creates risk: the skill could prompt users for sensitive identifiers or run locally-provided scripts (which are not present for review).
Install Mechanism
There is no install spec (instruction-only skill), so nothing is automatically downloaded or written by the installer. This lowers installation-time risk. Note: risk remains because instructions expect local scripts/binaries that would be executed by the agent if present.
Credentials
The skill declares no required environment variables or credentials, yet the playbook and domain_config reference an official 국민연금 API and say '키 활성화 후 사용' (enable key before use). That implies API keys or credentials might be needed but are not declared. The instructions also suggest collecting sensitive user data (resident registration number pieces) for API queries. Requesting PII or undeclared API keys is disproportionate to a simple calculator/guide unless explicit, auditable credential handling is provided.
Persistence & Privilege
The skill does not request always=true and has no install hooks or config paths. It does not ask to modify other skills or system settings. Autonomous invocation is allowed by platform default, which is expected for skills and not flagged by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pension-guide
  3. After installation, invoke the skill by name or use /pension-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — Korean-specific skill by @sw326
Metadata
Slug pension-guide
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 한국 연금/노후 설계?

연금/노후설계 스킬. 9개 인텐트 라우팅(National Pension~Beginner Guide), 국민연금 예상 수령액 계산 + IRP/연금저축 절세 비교 + 노후 자금 역산 시뮬레이터. 트리거: "국민연금", "예상 수령액", "연금저축", "IRP", "퇴직금", "노후 준... It is an AI Agent Skill for Claude Code / OpenClaw, with 521 downloads so far.

How do I install 한국 연금/노후 설계?

Run "/install pension-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 한국 연금/노후 설계 free?

Yes, 한국 연금/노후 설계 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 한국 연금/노후 설계 support?

한국 연금/노후 설계 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 한국 연금/노후 설계?

It is built and maintained by 김성우 (@sw326); the current version is v1.0.0.

💬 Comments