← Back to Skills Marketplace
sw326

한국 자동차/보험 가이드

by 김성우 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
550
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install car-insurance
Description
자동차/보험 정보 스킬. 10개 인텐트 라우팅(Car Tax Calc~Beginner Guide), 지방세법 기반 자동차세 계산 + 보험개발원 공시 + 중고차 시세 Flash+Deep-Dive 2겹 리포트. 트리거: "자동차세", "차세금", "중고차", "자동차 보험", "보험료...
README (SKILL.md)

🚗 Car & Insurance (자동차/보험) 스킬

자동차·보험 질문을 10개 인텐트로 분류하고, 지방세법 기반 계산 + 보험개발원 공시 + 웹 검색으로 리포트를 생성한다.

인텐트 라우터

# 인텐트 사용자 표현 예시 기본 산출물
1 Car Tax Calc "자동차세 얼마야?" 차종별 자동차세 즉시 계산
2 Car Price Check "이 차 중고 시세?" 중고차 시세 Flash
3 Insurance Quote "보험료 얼마 나와?" 보험료 참고 범위 Flash
4 Mandatory Insurance "책임보험 가입해야 해?" 의무보험 안내
5 Insurance Claim "사고 났을 때 어떻게?" 사고 처리 절차 Flash
6 Maintenance Cost "유지비 얼마야?" 차종별 연간 유지비 추정
7 Used Car Check "중고차 살 때 뭐 봐야 해?" 구매 체크리스트 Flash
8 Insurance Compare "보험사 비교해줘" 비교 포인트 + 방법 안내
9 Traffic Fine "과태료/벌점 얼마야?" 위반별 과태료·벌점 Flash
10 Beginner Guide "자동차 보험 처음인데" 자동차·보험 입문

상세: references/intent_router.md

도구

도구 용도
web_search 중고차 시세 / 보험료 공시 / 최신 과태료 기준
law-search 스킬 지방세법(자동차세) / 도로교통법(교통위반)
보험개발원 공시 data.go.kr API (보험료 참고 공시)

출력 구조

  • Flash Layer: 항상 출력 (20~40줄)
  • Deep-Dive Layer: 명시 요청 시, 또는 Insurance Claim / Used Car Check / Insurance Compare 인텐트

상세: references/output_templates.md

플레이북

playbook.md 참조.

⚠️ 면책

자동차세 계산은 공시 기준이며 실제 고지서와 차이가 있을 수 있습니다. 보험료는 참고치이며 실제 보험료는 가입 조건에 따라 다릅니다. 사고 처리 안내는 일반 정보이며, 법적 조언이 아닙니다.

Usage Guidance
This skill is an instruction-only Korean car/insurance advisor that relies on web searches, a separate law-search skill, and optional data.go.kr (보험개발원) data. Before installing or invoking it: 1) confirm you trust the law-search connector and any other referenced skills, because the playbook suggests running a local script path (verify that script's behavior and origin); 2) be aware the skill may prompt you for or use an API key for data.go.kr if you request official insurance-publication data — it does not declare credentials up-front; 3) avoid entering highly sensitive personal identifiers (full resident numbers, full VINs with private registration details, or other PII) unless you understand where queries are sent; and 4) remember the outputs are advisory (disclaimers present) — verify legal/financial actions with official sources if needed.
Capability Analysis
Type: OpenClaw Skill Name: car-insurance Version: 1.0.0 The skill is classified as suspicious due to the explicit instruction to execute `bash` commands within the `playbook.md` file. Specifically, `bash skills/law-search/scripts/law_search.sh` is called. While the arguments passed are hardcoded and appear benign (calling an internal `law-search` skill with specific legal terms), the direct execution of `bash` commands represents a high-risk capability. This primitive could be exploited for remote code execution if the arguments were user-controlled or if the `law_search.sh` script itself were vulnerable, even though there is no clear evidence of intentional malicious behavior (e.g., data exfiltration, persistence, or downloading remote payloads) in the provided files.
Capability Assessment
Purpose & Capability
Name/description, domain_config, playbook, and templates consistently implement Korean 자동차/보험 guidance (자동차세 계산, 중고차 시세, 보험료 참고, 사고 처리 등). Requested resources (law-search, web_search, 보험개발원 공시/data.go.kr) are appropriate for the stated tasks.
Instruction Scope
SKILL.md and playbook instruct the agent to use web_search, a law-search skill, and (optionally) the data.go.kr API. One instruction references running a local script path (bash skills/law-search/scripts/law_search.sh). That is plausible (invoking another skill) but does ask the agent to call a script path outside the single SKILL.md — verify that the referenced law-search connector is trusted and that executing that script is expected in your environment.
Install Mechanism
No install spec and no code files to execute are included; this is an instruction-only skill, which minimizes disk-write/remote-download risk.
Credentials
The skill declares no required environment variables or credentials. It documents using the data.go.kr (보험개발원) API which may require an API key if used; the skill does not request that key up-front. This is not malicious but means the agent may prompt for or expect a key at runtime if the user asks for API-backed data.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills' config. It is user-invocable and allows normal autonomous invocation (platform default).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install car-insurance
  3. After installation, invoke the skill by name or use /car-insurance
  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 car-insurance
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 한국 자동차/보험 가이드?

자동차/보험 정보 스킬. 10개 인텐트 라우팅(Car Tax Calc~Beginner Guide), 지방세법 기반 자동차세 계산 + 보험개발원 공시 + 중고차 시세 Flash+Deep-Dive 2겹 리포트. 트리거: "자동차세", "차세금", "중고차", "자동차 보험", "보험료... It is an AI Agent Skill for Claude Code / OpenClaw, with 550 downloads so far.

How do I install 한국 자동차/보험 가이드?

Run "/install car-insurance" 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