返回顶部
p

product-commerce

Search products, check prices and stock, create quotes, place orders — multi-tenant B2B/B2C commerce API

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
99
下载量
0
收藏
概述
安装方式
版本历史

product-commerce

# Product Commerce Search products, check prices and availability, create quotes, place orders. Multi-tenant B2B/B2C platform — heating fuel (granulas, briketes) and wood products (plywood, veneer, OSB). ## Base URL `https://sputnikx.xyz/api` ## Search Products (free) ```bash curl "https://sputnikx.xyz/api/feed/products.json" ``` ## Get Prices (free) ```bash curl "https://sputnikx.xyz/api/feed/prices" ``` ## Check Availability (free) ```bash curl "https://sputnikx.xyz/api/v1/agent/products/check?sku=GRAN-001" ``` ## Create Quote ($0.10 x402) ```bash curl -X POST https://sputnikx.xyz/api/v1/agent/orders/quote \ -H "Content-Type: application/json" \ -d '{"items":[{"product_id":1,"quantity":10}]}' ``` ## Place Order ($0.10 x402) ```bash curl -X POST https://sputnikx.xyz/api/v1/agent/orders/place \ -H "Content-Type: application/json" \ -d '{"items":[{"product_id":1,"quantity":10}],"delivery_address":"Riga, Latvia"}' ``` ## MCP Tools ``` search_products — Search with filters (category, type, keyword) get_prices — Current EUR prices with price_per_kg check_availability — Stock across warehouse locations create_quote — Draft quote with 21% VAT place_order — Place order (max EUR 50,000, idempotent) order_status — Check order by ID ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 product-commerce-1776105273 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 product-commerce-1776105273 技能

通过命令行安装

skillhub install product-commerce-1776105273

下载 Zip 包

⬇ 下载 product-commerce v1.0.0

文件大小: 1.38 KB | 发布时间: 2026-4-14 10:47

v1.0.0 最新 2026-4-14 10:47
- Initial release of the product-commerce skill.
- Enables searching products, checking prices and availability, creating quotes, and placing orders for heating fuel and wood products.
- Supports both B2B and B2C multi-tenant commerce via API.
- Includes product search with filters, real-time pricing, stock checks, quote creation, and order placement.
- Provides order status tracking and supports transactions up to EUR 50,000.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部