← 返回 Skills 市场
gaogao605

企业采购

作者 fenbeitong-trip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
132
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install business-procurement
功能描述
企业采购助手,支持采购申请、预算占用校验、供应商比价、审批流转、收货确认、付款状态查询、采购统计分析等功能。Invoke when user needs to create purchase requests, compare suppliers, check budget, or track procureme...
使用说明 (SKILL.md)

企业采购助手 (fb-procurement-skill)

技能描述

企业采购助手面向办公用品、行政物资、IT设备、会议服务等企业内部采购场景,支持采购申请创建、预算校验、供应商比价、审批管理、收货确认、付款跟踪和采购统计分析。通过统一的采购流程和费控规则,帮助企业实现采购透明化和成本可控。


⚠️ 【重要约束】

  • 必须填写采购用途、部门、预算归属、采购明细
  • 超预算、超权限或受控品类采购必须进入审批流程
  • 达到金额阈值的采购必须至少记录两家供应商比价信息
  • 相同商品短期重复采购必须触发预警
  • 收货确认后方可进入付款流程
  • 发票、订单、收货信息必须保持一致,不得重复核销

核心功能

1. 采购申请

  • 创建采购申请单
  • 录入商品或服务清单
  • 填写用途与预算归属
  • 选择紧急程度
  • 指定收货人和收货地址
  • 提交采购审批

2. 预算与权限校验

  • 查询预算余额
  • 占用预算额度
  • 校验采购类别权限
  • 超预算自动预警
  • 跨部门预算申请校验
  • 项目预算归属校验

3. 供应商管理与比价

  • 查询候选供应商
  • 记录供应商报价
  • 自动生成比价结果
  • 标记推荐供应商
  • 跟踪采购议价记录
  • 保存比价依据

4. 订单执行管理

  • 生成采购订单
  • 查询订单详情
  • 跟踪发货状态
  • 确认收货
  • 查询付款状态
  • 查询发票状态

5. 审批与异常处理

  • 查询审批进度
  • 查看审批意见
  • 撤回未审批申请
  • 处理驳回重提
  • 查询异常订单
  • 跟踪延期交付

6. 统计分析

  • 月度采购统计
  • 部门采购对比
  • 品类采购分析
  • 供应商使用分析
  • 成本节约分析
  • 重复采购预警统计

触发场景

  1. 采购申请

    • "帮我创建一个办公用品采购申请"
    • "我要采购一批笔记本电脑"
    • "给市场部提一个物料采购单"
    • "申请采购会议服务"
  2. 预算与权限查询

    • "这个采购是否超预算"
    • "查看行政部采购预算余额"
    • "我有没有采购IT设备的权限"
    • "这笔采购要不要审批"
  3. 供应商比价

    • "帮我比较这三个供应商报价"
    • "办公椅采购哪家更便宜"
    • "生成这笔采购的比价结果"
    • "查询推荐供应商"
  4. 订单与收货管理

    • "查看采购单 PO202604110001"
    • "确认这笔采购已收货"
    • "查询这笔采购什么时候付款"
    • "看看发票有没有上传"
  5. 统计分析

    • "查看本月采购统计"
    • "分析各部门采购金额"
    • "有哪些重复采购预警"
    • "看看办公用品采购趋势"

采购类型

采购类型 代码 说明 默认审批
办公用品 OFFICE_SUPPLIES 文具、耗材、桌面用品
IT设备 IT_EQUIPMENT 电脑、显示器、网络设备
行政物资 ADMIN_SUPPLIES 饮水、保洁、日杂物资
市场物料 MARKETING_MATERIAL 宣传品、活动物料
会议服务 MEETING_SERVICE 场地、茶歇、布置服务
专业服务 PROFESSIONAL_SERVICE 外包、人力、设计、咨询

预算与比价规则

审批与比价阈值

金额区间 审批要求 比价要求
¥0 - ¥1,000 部门内确认 可不比价
¥1,001 - ¥10,000 部门负责人审批 至少2家报价
¥10,001 - ¥50,000 部门负责人 + 财务审批 至少2家报价
¥50,001 以上 部门负责人 + 财务 + 管理层审批 至少3家报价

重复采购预警规则

  • 30天内同部门同品类重复采购触发提醒
  • 15天内同一商品型号重复申请触发高优先级预警
  • 已有未完成订单时再次申请相同商品需说明原因

输入参数

采购申请

参数 类型 必填 说明
request_type string 采购类型
department string 申请部门
budget_id string 预算编号
purpose string 采购用途
urgency string 紧急程度:low / medium / high
delivery_address string 收货地址
receiver_name string 收货人
items array 商品或服务明细
project_code string 项目编码
remarks string 备注

采购明细

参数 类型 必填 说明
item_name string 商品名称
specification string 规格型号
quantity int 数量
unit string 单位
unit_price float 预估单价
category string 品类

供应商比价

参数 类型 必填 说明
request_id string 采购申请单号
supplier_quotes array 供应商报价列表
recommended_supplier string 推荐供应商
comparison_note string 比价说明

输出格式

采购申请结果

{
  "code": 0,
  "msg": "success",
  "data": {
    "request_id": "PR202604110001",
    "request_type": "IT_EQUIPMENT",
    "department": "技术部",
    "budget_id": "BUD2026IT001",
    "total_amount": 24500.00,
    "budget_check": {
      "within_budget": true,
      "remaining_budget": 125500.00,
      "warnings": []
    },
    "approval_required": true,
    "quote_required": true,
    "status": "pending_approval",
    "create_time": "2026-04-11 16:45:00"
  }
}

比价结果

{
  "code": 0,
  "msg": "success",
  "data": {
    "request_id": "PR202604110001",
    "quote_count": 3,
    "recommended_supplier": "京采科技",
    "lowest_price": 23800.00,
    "highest_price": 25600.00,
    "price_gap": 1800.00,
    "recommendation_reason": "价格最低且交付周期最短"
  }
}

采购订单详情

{
  "code": 0,
  "msg": "success",
  "data": {
    "order_id": "PO202604110001",
    "request_id": "PR202604110001",
    "status": "delivering",
    "supplier_name": "京采科技",
    "invoice_status": "uploaded",
    "receipt_status": "pending",
    "payment_status": "waiting",
    "delivery_date": "2026-04-14"
  }
}

展示格式示例

采购申请成功

✅ 企业采购申请已创建

═══════════════════════════════════════

📋 申请信息
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
申请单号:PR202604110001
采购类型:IT设备
申请部门:技术部
预算编号:BUD2026IT001
申请金额:¥24,500.00
状态:🟡 待审批

═══════════════════════════════════════

✅ 预算校验
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ 在预算范围内
剩余预算:¥125,500.00
⚠️ 需补充供应商比价信息

═══════════════════════════════════════

💡 操作提示
• 回复"比价"补充供应商报价
• 回复"审批进度"查看审批节点
• 回复"订单详情"查看后续执行状态

比价结果展示

📦 供应商比价结果

| 供应商 | 报价 | 交付周期 | 发票 | 备注 |
|:---|---:|:---:|:---:|:---|
| 京采科技 | ¥23,800 | 3天 | 可开专票 | 推荐 |
| 云采办公 | ¥24,600 | 5天 | 可开专票 | 常用供应商 |
| 北辰设备 | ¥25,600 | 4天 | 可开专票 | 含上门安装 |

💡 推荐供应商:京采科技
💡 原因:价格最低且交付周期最短

API接口列表

接口名称 功能 参数
create_purchase_request 创建采购申请 request_type, department, budget_id, purpose, items
check_purchase_budget 校验预算 budget_id, total_amount, department
get_purchase_request_detail 查询采购申请详情 request_id
compare_suppliers 供应商比价 request_id, supplier_quotes
submit_purchase_approval 提交采购审批 request_id
approve_purchase_request 审批采购申请 request_id, action, comment
create_purchase_order 生成采购订单 request_id, supplier_id
get_purchase_order_detail 查询采购订单详情 order_id
confirm_receipt 确认收货 order_id
upload_purchase_invoice 上传采购发票 order_id, invoice_no, invoice_amount
get_procurement_stats 获取采购统计 start_date, end_date, department

采购状态说明

状态 说明
draft 草稿
pending 待提交
pending_approval 待审批
approved 已通过
rejected 已驳回
ordered 已下单
delivering 配送中
received 已收货
completed 已完成
cancelled 已取消

审批流程

标准流程

创建采购申请
    ↓
预算校验
    ↓
提交审批
    ↓
部门负责人审批
    ↓
生成采购订单
    ↓
收货确认
    ↓
付款处理

高金额流程

创建采购申请
    ↓
预算校验与比价
    ↓
提交审批
    ↓
部门负责人审批
    ↓
财务审批
    ↓
管理层审批
    ↓
生成采购订单
    ↓
收货确认
    ↓
付款处理

合规检查规则

  1. 预算检查

    • 预算余额是否充足
    • 预算归属是否匹配部门或项目
    • 超预算申请是否附带说明
  2. 权限检查

    • 采购类型与申请人权限匹配
    • 高价值采购是否具备审批权限
    • 跨部门采购是否经过授权
  3. 比价检查

    • 是否达到最低比价家数要求
    • 比价信息是否完整
    • 推荐供应商理由是否充分
  4. 重复检查

    • 短期同类商品重复采购检查
    • 未完成订单重复申请检查
    • 发票重复核销检查
安全使用建议
This SKILL.md looks like a well-formed procurement workflow specification rather than an implemented integration. Before installing or using it in production: 1) verify the skill's source and trustworthiness (source is unknown here); 2) ask the author/vendor for concrete API endpoints, authentication methods, and data storage/retention policies — currently none are specified; 3) confirm whether the declared python3 requirement is actually needed and why; 4) do not provide organization credentials (API keys, budget system credentials, ERP access) unless you have an explicit, secure integration plan and trust the implementer; 5) if you expect the agent to perform automated actions (create orders, confirm receipt, or submit approvals), require clear audit logging and least-privilege credentials for those integrations. If you need higher assurance, request the skill's code or a vetted connector that targets your procurement system.
功能分析
Type: OpenClaw Skill Name: business-procurement Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) for a business procurement assistant. It defines standard procurement workflows, including budget validation, supplier comparison, and approval processes, without any executable code, suspicious network calls, or prompt injection attempts.
能力标签
cryptorequires-walletcan-make-purchasescan-sign-transactions
能力评估
Purpose & Capability
The skill's name/description (企业采购助手) aligns with the instructions (purchase requests, budget checks, supplier comparisons). However the metadata marks python3 as a required binary while the SKILL.md contains no code or runtime commands that would use python3; this is a mild inconsistency suggesting the skill is a template or that implementation details are omitted.
Instruction Scope
SKILL.md is a self-contained specification: inputs, outputs, example payloads, and API names. It does not instruct the agent to read system files, access environment variables, or send data to external endpoints. There is no scope creep or hidden data collection in the prose.
Install Mechanism
No install spec and no code files are present; nothing will be written to disk. This is the lowest-risk install posture.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. That is proportionate for a template/specification-only skill. Note: because no endpoints or auth are provided, the skill cannot operate against real procurement systems without additional configuration.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or elevated privileges. Autonomous invocation is allowed by platform default but, given the lack of credentials or external calls in the spec, the blast radius is low.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install business-procurement
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /business-procurement 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
企业采购助手(fb-procurement-skill)首次发布,支持企业采购流程智能化管理: - 支持采购申请创建、预算占用校验、供应商比价、审批流转、收货确认、付款状态查询和采购统计分析等全流程。 - 明确采购用途、预算归属、明细必填,自动校验预算及采购权限,金额区间自动适配审批和比价要求。 - 提供重复采购预警、供应商推荐、比价理由校验、发票与订单信息一致性检查。 - 丰富API接口:支持采购申请、审批、订单、收货及统计分析全链路操作。 - 提供详细的输入参数、输出格式和操作结果展示规范,便于集成和使用。
元数据
Slug business-procurement
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

企业采购 是什么?

企业采购助手,支持采购申请、预算占用校验、供应商比价、审批流转、收货确认、付款状态查询、采购统计分析等功能。Invoke when user needs to create purchase requests, compare suppliers, check budget, or track procureme... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。

如何安装 企业采购?

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

企业采购 是免费的吗?

是的,企业采购 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

企业采购 支持哪些平台?

企业采购 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 企业采购?

由 fenbeitong-trip(@gaogao605)开发并维护,当前版本 v1.0.0。

💬 留言讨论