← Back to Skills Marketplace
wangbaiqi521

保险产品解析

by wangbaiqi521 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install product-detail-query
Description
根据保险产品名称自动匹配版本,查询并返回对应的详细产品参数和配置说明。
Usage Guidance
Before installing: (1) verify or provide the references/product-mapping.csv that the SKILL.md expects—without it the agent may attempt unintended file access or fail; (2) confirm you trust the external API endpoint (https://openapi-test.hongdibaobei.com/...)—it's a test domain and may not be production or trusted; (3) review the mapping CSV contents to ensure it doesn't contain sensitive data and that the productCode/secondTypeId values are correct; (4) run the script in a sandboxed environment first to observe network calls and outputs; (5) if you need offline operation, modify the skill to include the mapping file or a safe mapping source. These steps will reduce the risk from the missing resource and the external network call.
Capability Analysis
Type: OpenClaw Skill Name: product-detail-query Version: 1.0.0 The skill is a standard tool for querying insurance product details via a local mapping file and a specific API endpoint (openapi-test.hongdibaobei.com). The Python script (scripts/main.py) performs a simple GET request using provided IDs and lacks any indicators of data exfiltration, unauthorized execution, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description match the behavior: mapping a product name to productCode/secondTypeId and fetching details from an API. The included script implements the API call. However, the SKILL.md requires reading references/product-mapping.csv to obtain mappings, but that CSV is not present in the package manifest (only SKILL.md and scripts/main.py are included).
Instruction Scope
SKILL.md instructs the agent to read a local file references/product-mapping.csv and then run scripts/main.py with extracted parameters. Because the CSV is missing, an agent might attempt to access the filesystem or another source for mappings. The instructions also direct runtime network requests to an external API (openapi-test.hongdibaobei.com); contacting an external endpoint is expected for this feature but should be verified.
Install Mechanism
No install spec and no additional binaries—this is instruction-only plus a small script. Nothing is downloaded or written to disk by an installer.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script only sends productCode and secondTypeId to an external API—no obvious overbroad access to secrets.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install product-detail-query
  3. After installation, invoke the skill by name or use /product-detail-query
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
产品详情查询 Skill v1.0.0 初始发布 - 支持用户通过产品名称查询保险产品详细信息,自动映射产品参数并调用 API。 - 能自动处理匹配到多个版本的产品,默认选择第一个匹配并告知用户具体版本。 - 无额外依赖,输入产品名即返回对应产品详细信息。 - 提供故障反馈与产品名称确认提示。
Metadata
Slug product-detail-query
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 保险产品解析?

根据保险产品名称自动匹配版本,查询并返回对应的详细产品参数和配置说明。 It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install 保险产品解析?

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

Is 保险产品解析 free?

Yes, 保险产品解析 is completely free, licensed under MIT-0. 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 wangbaiqi521 (@wangbaiqi521); the current version is v1.0.0.

💬 Comments