← 返回 Skills 市场
wangbaiqi521

保险产品解析

作者 wangbaiqi521 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install product-detail-query
功能描述
根据保险产品名称自动匹配版本,查询并返回对应的详细产品参数和配置说明。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install product-detail-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /product-detail-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
产品详情查询 Skill v1.0.0 初始发布 - 支持用户通过产品名称查询保险产品详细信息,自动映射产品参数并调用 API。 - 能自动处理匹配到多个版本的产品,默认选择第一个匹配并告知用户具体版本。 - 无额外依赖,输入产品名即返回对应产品详细信息。 - 提供故障反馈与产品名称确认提示。
元数据
Slug product-detail-query
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

保险产品解析 是什么?

根据保险产品名称自动匹配版本,查询并返回对应的详细产品参数和配置说明。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。

如何安装 保险产品解析?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install product-detail-query」即可一键安装,无需额外配置。

保险产品解析 是免费的吗?

是的,保险产品解析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

保险产品解析 支持哪些平台?

保险产品解析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 保险产品解析?

由 wangbaiqi521(@wangbaiqi521)开发并维护,当前版本 v1.0.0。

💬 留言讨论