Vikunja任务管理
开源项目管理工具集成
Standard Agentic Commerce Engine 是一个生产级通用引擎,用于连接自主代理与现代电商后端。它通过标准化协议,让任何兼容的无头电商平台都能被代理直接操作,支持商品发现、购物车管理和安全用户管理等功能。
安装步骤
git clone https://github.com/NowLoadY/agent-commerce-enginepip install requestsexport COMMERCE_URL="https://your-store.com" 和 export COMMERCE_BRAND_ID="your-brand-id"基础用法
所有操作通过 scripts/commerce.py 脚本执行:
python3 scripts/commerce.py search --query "关键词"python3 scripts/commerce.py get-product --slug "商品标识"python3 scripts/commerce.py add-to-cart --slug "商品标识" --variant "规格" --quantity 数量python3 scripts/commerce.py get-cartpython3 scripts/commerce.py login --account "账号" --password "密码"python3 scripts/commerce.py get-profilepython3 scripts/commerce.py logout见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 环境变量 COMMERCE_URL、COMMERCE_BRAND_ID;命令行参数包括商品关键词/slug、规格 variant、数量 quantity、账号密码等 |
| 输出 | 商品搜索结果、商品详情(价格/库存/规格)、购物车内容、用户资料、操作状态码 |
| 适用人群 | 无头电商平台开发者、希望接入 Agent-Native 能力的商家、自动化测试工程师、需要代理完成购物任务的用户 |
| 不包含 | 支付网关直接集成、物流跟踪、多语言自动翻译、图像识别搜索 |
~/.clawdbot/credentials/agent-commerce-engine/,需确保文件权限为 0600原始链接:https://github.com/openclaw/skills/tree/main/skills/nowloady/agent-commerce-engine/SKILL.md
来源类型:GitHub 仓库