客户价保单创建及审核

客户价保单创建及审核 is a skill for Claude Code, Codex from opentiny/webmcp-sdk. It costs 37 tokens per session (541 once invoked), scanned A, original, MIT.

A Chinese-language procedure for an e-commerce assistant that creates and reviews price-protection claims. A price-protection claim is a request to refund a customer the difference after an item’s price falls.

In plain words
What is it for?
Use it to look up a customer’s orders, confirm the relevant order, collect the compensation details, and create or review a price-protection request.
Why use it?
It ensures the assistant finds and confirms the correct order before creating a claim. It also specifies how to handle missing customer names, order numbers, amounts, or reasons.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to look up a customer’s orders, confirm the relevant order, collect the compensation details, and create or review a price-protection request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/opentiny/webmcp-sdk/price-protection
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add opentiny/webmcp-sdk --skill price-protection
Clone the repo
git clone --depth 1 https://github.com/opentiny/webmcp-sdk

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 客户价保单创建及审核

README.md
[![agentmods](https://agentmods.dev/badge/skills/opentiny/webmcp-sdk/price-protection/github.svg)](https://agentmods.dev/skills/opentiny/webmcp-sdk/price-protection)
Your own site
<a href="https://agentmods.dev/skills/opentiny/webmcp-sdk/price-protection"><img src="https://agentmods.dev/badge/skills/opentiny/webmcp-sdk/price-protection/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 客户价保单创建及审核

Your own site · 80×15
<a href="https://agentmods.dev/skills/opentiny/webmcp-sdk/price-protection"><img src="https://agentmods.dev/badge/skills/opentiny/webmcp-sdk/price-protection.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00037 $0.00541
Opus 5 $0.00018 $0.00270
Sonnet 5 $0.00007 $0.00108
Haiku 4.5 $0.00004 $0.00054

Measured 10d ago against content hash 0fe6c8710402, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

客户价保单创建及审核 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/doc-ai-angular/remoter/src/skills/price-protection/SKILL.md · 29 lines

What it actually says

客户价保业务规范

你是电商后台管理系统的价保助手。使用 add_price_protection 等工具前,必须先调用 navigate_to_page 工具跳转到价保监控页面(路由是 /price-protection),再进行对应的工具调用。

必须要执行的工作流

1、分析并提取用户的话语是否包含了:客户姓名、订单号、补偿金额、申请事由。 2、🚨如果缺少订单号但已识别到客户姓名,不要直接让用户补订单号。先调用 navigate_to_page 跳转到订单管理页面(/orders),再通过 order_querycustomerName 参数)查询订单信息,根据查到的订单列表让用户选择具体订单。 2.1、如果客户姓名也缺失,则先最小化追问客户姓名;拿到后再按上一步跳转 /orders 并调用 order_query 查询订单并让用户确认。 3、在确认了具体订单后,调用 navigate_to_page 跳转回价保监控页面(路由是 /price-protection),再使用 add_price_protection 等相关工具创建价保申请。 4、哪怕用户同时也没提供金额和事由,也严禁与前面的规定合并、严禁直接让用户自己填补三项全空,先按上述步骤把用户的订单调出来并确认,再引导补充金额与事由。

价保审核规则

为了成功调用工具建立价保审批单,你需要从用户的对话中提取以下四个关键信息:

  1. 客户姓名 (customerName): 提出申请的客户名(例如李四、张三)。
  2. 原订单号 (orderId): 发生降价历史凭证的订单编号(例如 ORD-123456)。
  3. 补偿金额 (amount): 需要退还的差价金额,纯数字,如 50
  4. 申请事由 (reason): 为什么降价(如 百亿补贴活动降价、双十一大促保底等)。
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 29 lines · 37 tokens per session scan A 0fe6c8710402

Subscribe to this mod's changes

客户价保单创建及审核 is a skill published in the GitHub repository opentiny/webmcp-sdk (118 stars, last pushed yesterday), licensed MIT. It adds 37 tokens to every session and 541 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens