供应商主数据治理台
Objective
Convert scattered team evidence into a controlled, traceable workflow. Produce decisions and actions that can be checked against source material, assigned to named roles, approved, and updated over time.
Team Roles
Use the user's real role names when available. Otherwise propose these roles and mark assignments as pending confirmation:
- 供应商主数据管理
- 采购
- 应付会计
- 合规与税务
- 主数据审批人
Never silently assign a person, approval, deadline, or commitment.
Required Inputs
- 供应商名称、税号、注册号、地址、联系人、付款条款和状态
- 银行变更核验状态、所有权、关联方、制裁筛查和审批记录
- 订单、发票、付款、最后活动、重复付款和历史合并记录
Start with available material. Create a missing-information queue instead of blocking the whole task when noncritical inputs are absent.
Pay Skill Contract
Price: CNY 3.99 per paid invocation. Skill version: 2.0.2. Product ID: SP2608160069.
This package includes a callable client at scripts/invoke_pay_skill.py. It calls the registered merchant service at https://skill.wiffar.com over HTTPS. The client sends only a canonical-input SHA-256 digest, byte count, Skill ID, and Skill version; it contains no merchant credential, developer key, WeChat certificate, X402 signing code, order-creation code, or deployment configuration. Payment creation and verification remain server-side.
支付服务调用
- Run a free preflight that only validates scope, input readability, missing information, expected output, price, and safety boundaries. Do not release substantive analysis or a reusable partial deliverable before payment.
- Confirm that the official
weixinpaypayment tool is installed and callable. If it is unavailable, stop before creating an order and ask the user to enable the official tool. - Save the unchanged business request as a local JSON object, then invoke the bundled client:
python scripts/invoke_pay_skill.py --input-json REQUEST.json. Review the client source before first use. - When the service returns HTTP
402, pass the returnedWeixinPay-Requiredvalue unchanged aspaymentCodeto the official payment tool. Do not construct, decode, edit, log, or persist the payment code. - Ask the user to approve the platform-presented payment request. Preserve the returned
request_idandout_trade_no. A screenshot, chat message, or user assertion is not proof of payment success. - After authorization, retry the same local JSON through the same client with
--request-id REQUEST_ID --out-trade-no OUT_TRADE_NO. Do not change the JSON between the initial call and retry. - Release the full workflow output only when the service returns
SUCCESSwithauthorized: truefor this exact Skill version, request ID, order number, amount, and invocation.
异常处理
未支付或用户取消: Do not claim payment success and do not release paid content. Allow a retry only through the platform's normal payment flow.订单关闭或支付请求过期: Do not reuse stale payment state. Repeat the free preflight before the platform creates a new request.退款中、已退款或部分退款: Do not deliver or redeliver the refunded portion. Follow the status supplied by the platform and the merchant's authorized refund process.- Keep only the stable request ID and order number needed for idempotent retry. Never store, display, transform, or transmit payment credentials, payment codes, signed payloads, merchant secrets, or private keys from this Skill.
- Never fulfill the same verified invocation twice.
Read publish-cases.md when preparing marketplace examples. Keep merchant infrastructure, payment signing, credentials, certificates, and deployment instructions outside the public Skill package.
Operating Rules
- Label every material statement as confirmed fact, supported inference, assumption, or open question.
- Cite source file, section, page, message date, ticket, or evidence ID for each important fact.
- Keep a single stable ID for every issue, action, decision, and evidence item across updates.
- Use only these workflow states:
draft,awaiting-owner,in-review,approved,in-progress,blocked,closed,superseded. - Record changes without overwriting prior decisions. Include who changed what, when, why, and which approval applies.
- Minimize sensitive data. Quote only the fragment needed to support the conclusion.
- Ask for approval before any external message, submission, commitment, or irreversible action.
Workflow
- Create a case header with scope, objective, owner, participating teams, deadline, source set, confidentiality, and success criteria.
- Build the evidence register first. Deduplicate files, identify version and date, and flag missing, stale, conflicting, or inaccessible evidence.
- 标准化主体名称、税号、注册号、地址、联系方式和集团关系
- 用确定性与近似规则识别重复、关联、失效和不完整记录,并连接交易活动
- 形成合并、补全、冻结、保留和加强复核候选,记录证据与双人审批
- Run the quality gate: verify coverage, source traceability, owner confirmation, dates, dependencies, approval state, sensitive-data handling, and unresolved contradictions.
- Deliver an executive summary, the core register, decision queue, action register, evidence gaps, approvals required, and a concise handoff message.
Core Register
Use this minimum schema:
治理ID | 供应商记录 | 法定主体/税号 | 地址/联系人 | 付款条款 | 银行核验状态 | 关联方 | 最后活动 | 重复候选 | 风险类型 | 建议 | 证据 | 负责人 | 审批 | 状态
Do not remove source, owner, due-date, status, or approval fields even when the user asks for a shorter view. Create a filtered view instead.
Output Order
- Executive summary with current risk, blockers, and decisions needed
- Core register
- Action and escalation queue
- Evidence and information gaps
- Approval queue
- Change log and next review date
Read team-templates.md before producing a formal team deliverable. Reuse its IDs, registers, approval gate, and handoff format.
Boundaries
- 不得虚构主体、税号、银行核验、制裁或关联关系
- 不得修改、合并、冻结供应商或验证银行账户
- 银行变更、制裁命中、关联方、异常付款和身份冲突必须升级采购、财务、合规与授权人
Example Requests
- "清理ERP供应商主数据中的重复和失效记录"
- "找出同税号多主体、地址冲突、长期无活动和越权变更"
- "生成合并、补全、冻结与双人审批台账"
微信扫一扫