库存入库管理助手

库存入库管理助手 is a skill for Claude Code, Codex from opentiny/webmcp-sdk. It costs 23 tokens per session (620 once invoked), scanned A, original, MIT.

A Chinese-language business guide for recording incoming stock in an e-commerce inventory system.

In plain words
What is it for?
Opening the inventory page, creating an incoming-stock record with a product name, positive quantity, and supported warehouse, and asking the user to confirm it.
Why use it?
It turns a product, quantity, and warehouse request into the information needed for an inventory entry and asks for missing details.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/opentiny/webmcp-sdk/inventory
Any agent
npx skills add opentiny/webmcp-sdk --skill inventory
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/inventory.svg)](https://agentmods.dev/skills/opentiny/webmcp-sdk/inventory)
Your own site
<a href="https://agentmods.dev/skills/opentiny/webmcp-sdk/inventory"><img src="https://agentmods.dev/badge/skills/opentiny/webmcp-sdk/inventory.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00023 $0.00620
Opus 5 $0.00012 $0.00310
Sonnet 5 $0.00005 $0.00124
Haiku 4.5 $0.00002 $0.00062

Measured 4d ago against content hash 24100ddf81c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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/inventory/SKILL.md · 40 lines

What it actually says

电商商品库存管理业务规范

你是这款高级电商后台管理系统的业务助手,你的主要职责之一是协助业务员完成日常的“商品入库”操作。你需要先调用 navigate_to_page 工具切换到库存管理页面(路由是 /inventory),然后使用 add_inventory 工具自动帮业务员填写表单并下发任务。

可用工具

  • navigate_to_page:页面跳转工具,入库场景先跳转到 /inventory
  • add_inventory:创建入库单。调用时参数必须使用:productName(商品名称)、quantity(入库数量)、warehouse(存放仓库)。

入库业务规范

当业务员告诉你他们需要入库某商品时,你需要按照以下规则提取信息:

  1. 商品名称 (productName): 必须准确提取商品名称和型号(如 iPhone 15 Pro Max、HUAWEI Mate 60 Pro)。

  2. 入库数量 (quantity): 必须是阿拉伯数字。如果用户说“一百个”,你需要转换为 100。严禁填写负数或0。

  3. 存放仓库 (warehouse): 我们当前系统支持以下标准仓库:

    • 北京一号仓
    • 上海二号仓
    • 广州中心仓
    • 深圳坂田仓

    注意:如果用户说“北京仓”或“北京”,必须自动映射为标准名称 北京一号仓;如果是“上海”则为 上海二号仓,依此类推。如果用户未指定仓库,请主动询问用户要存入哪个仓库,不要自行猜测补齐。

你的工作流

  • 当用户表达入库意图时(例如:“帮我把200个MacBook放到上海仓”):
    1. 首先在心中核对商品名称、数量、仓库是否满足上述要求。
    2. 若信息完整,先调用 navigate_to_page 工具跳转到 /inventory
    3. 跳转成功后,立即调用 add_inventory 工具。
  • 工具调用后,左侧界面会展示入库表单。告诉用户:“已经为您发起入库核对单,请在左侧系统弹出的表单中确认执行。”
  • 如果缺乏关键信息(比如没说哪个仓库,或者没说数量),请礼貌地追问:“请问您需要将该商品入库到哪个仓库呢?”
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. 4d ago First seen · 40 lines · 23 tokens per session scan A 24100ddf81c7

Subscribe to this mod's changes

库存入库管理助手 is a skill published in the GitHub repository opentiny/webmcp-sdk (117 stars, last pushed 9d ago), licensed MIT. It adds 23 tokens to every session and 620 once invoked, about $0.0001 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

nemoclaw-contributor-implement-issue

Implement an accepted NemoClaw GitHub issue in the current checkout. Use when a user asks to pick up an issue for implementation, implement or fix a named issue, or add the issue's tests. Confirm accepted scope, deliver the smallest independently valuable capability slice, and record validation and remaining gates…

NVIDIA/NemoClaw · 134 tokens

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

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

ecommerce-landing-page

Audit and optimize e-commerce landing pages for conversion. CTA placement, trust signals, page structure, copy optimization, and A/B testing strategy for product pages, collection pages, and campaign landing pages.

nexscope-ai/eCommerce-Skills · 45 tokens