← 返回 Skills 市场
550
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install car-insurance
功能描述
자동차/보험 정보 스킬. 10개 인텐트 라우팅(Car Tax Calc~Beginner Guide), 지방세법 기반 자동차세 계산 + 보험개발원 공시 + 중고차 시세 Flash+Deep-Dive 2겹 리포트. 트리거: "자동차세", "차세금", "중고차", "자동차 보험", "보험료...
使用说明 (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 참조.
⚠️ 면책
자동차세 계산은 공시 기준이며 실제 고지서와 차이가 있을 수 있습니다. 보험료는 참고치이며 실제 보험료는 가입 조건에 따라 다릅니다. 사고 처리 안내는 일반 정보이며, 법적 조언이 아닙니다.
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install car-insurance - 安装完成后,直接呼叫该 Skill 的名称或使用
/car-insurance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Korean-specific skill by @sw326
元数据
常见问题
한국 자동차/보험 가이드 是什么?
자동차/보험 정보 스킬. 10개 인텐트 라우팅(Car Tax Calc~Beginner Guide), 지방세법 기반 자동차세 계산 + 보험개발원 공시 + 중고차 시세 Flash+Deep-Dive 2겹 리포트. 트리거: "자동차세", "차세금", "중고차", "자동차 보험", "보험료... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 550 次。
如何安装 한국 자동차/보험 가이드?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install car-insurance」即可一键安装,无需额外配置。
한국 자동차/보험 가이드 是免费的吗?
是的,한국 자동차/보험 가이드 完全免费(开源免费),可自由下载、安装和使用。
한국 자동차/보험 가이드 支持哪些平台?
한국 자동차/보험 가이드 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 한국 자동차/보험 가이드?
由 김성우(@sw326)开发并维护,当前版本 v1.0.0。
推荐 Skills