← Back to Skills Marketplace
bvcg204

Filtalgo Shopping

by Chen Luo · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ error
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install filtalgo-shopping
Description
Use this skill when a user wants to browse, compare, buy, pay for, query orders, track logistics, manage addresses, cancel/refund eligible orders, or apply a...
README (SKILL.md)

Filtalgo Shopping

Use the bundled CLI with node scripts/filtalgo.js. It talks only to the protocol-adapter Agent Tool Gateway and does not call service, UCP, or ACP endpoints directly.

First Run

node scripts/filtalgo.js config reset remote-dev
node scripts/filtalgo.js auth login
node scripts/filtalgo.js doctor --json

The remote-dev OAuth client id and bootstrap secret are built into the CLI profile for the current MVP. Do not print access tokens, refresh tokens, or client secrets in user-facing output.

Shopping Flow

node scripts/filtalgo.js search "洗面奶" --json
node scripts/filtalgo.js cart clear --confirm --json
node scripts/filtalgo.js cart add-item --sku-id \x3Csku_id> --quantity 1 --json
node scripts/filtalgo.js checkout create --json
node scripts/filtalgo.js checkout prepare-payment \x3Ccheckout_session_id> --handler wallet --json

Give the user the returned payment_url so they can complete wallet payment in the buyer page. After payment, use:

node scripts/filtalgo.js order list --page-size 5 --json
node scripts/filtalgo.js order get \x3Corder_sn> --include-items true --json
node scripts/filtalgo.js logistics get \x3Corder_sn> --json

Addresses And Order Changes

node scripts/filtalgo.js address list --json
node scripts/filtalgo.js address create --name \x3Cname> --mobile \x3Cmobile> --region-path \x3Cpath> --region-id-path \x3Cids> --detail \x3Cdetail> --json
node scripts/filtalgo.js address update \x3Caddress_id> --name \x3Cname> --mobile \x3Cmobile> --region-path \x3Cpath> --region-id-path \x3Cids> --detail \x3Cdetail> --json
node scripts/filtalgo.js address delete \x3Caddress_id> --confirm --json
node scripts/filtalgo.js order cancel \x3Corder_sn> --confirm --json

order cancel supports unpaid order cancellation and paid-undelivered full refund application, matching the current service behavior.

After-Sale

Supported service types are RETURN_MONEY and RETURN_GOODS. Do not request EXCHANGE_GOODS in the current version.

node scripts/filtalgo.js aftersale apply-info --order-sn \x3Corder_sn> --order-item-sn \x3Corder_item_sn> --json
node scripts/filtalgo.js aftersale reasons --service-type RETURN_GOODS --json
node scripts/filtalgo.js aftersale create --order-sn \x3Corder_sn> --order-item-sn \x3Corder_item_sn> --service-type RETURN_GOODS --reason \x3Creason> --problem-desc \x3Cdesc> --apply-refund-price \x3Camount> --json
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install filtalgo-shopping
  3. After installation, invoke the skill by name or use /filtalgo-shopping
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Filtalgo Shopping Skill 初始内测版本。 本 Skill 用于让智能体通过 Filtalgo Agent Tool Gateway 完成电商购物流程。Skill 内置配套 CLI,支持 OAuth 登录、商品搜索、购物车管理、创建结算单、生成钱包支付链接、查询历史订单、查看物流、管理收货地址、取消未支付订单、申请已支付未发货订单退款,以及发起基础售后申请。 当前版本的典型用法: 1. 智能体先执行 node scripts/filtalgo.js config reset remote-dev,切换到远程开发环境。 2. 执行 node scripts/filtalgo.js auth login,引导用户在浏览器中完成 OAuth 登录和授权。 3. 使用 node scripts/filtalgo.js search "防晒霜" --json 搜索商品。 4. 使用购物车和 checkout 命令创建订单。 5. 使用 checkout prepare-payment 生成支付链接,并把链接展示给用户。 6. 用户在 Filtalgo Buyer 页面中完成钱包支付。 7. 支付后可继续使用 order、logistics、address、aftersale 等命令查询订单、物流、地址和售后信息。 重要说明: - 当前 Skill 仍处于内测阶段,主要用于 MVP 演示和公网智能体接入验证。 - 当前远程开发环境中的商品数据有限,目前主要只能搜索和购买“防晒霜”类测试商品。 - 本 Skill 只调用 protocol-adapter 的 Agent Tool Gateway,不直接调用 Filtalgo service 后端接口,也不直接使用 UCP 或 ACP 入口。 - 当前支付方式以钱包支付为主,微信支付和支付宝支付暂未开放。 - 售后能力仍处于联调阶段,当前仅支持 RETURN_MONEY 和 RETURN_GOODS,不支持换货类型。
Metadata
Slug filtalgo-shopping
Version 0.2.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Filtalgo Shopping?

Use this skill when a user wants to browse, compare, buy, pay for, query orders, track logistics, manage addresses, cancel/refund eligible orders, or apply a... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.

How do I install Filtalgo Shopping?

Run "/install filtalgo-shopping" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Filtalgo Shopping free?

Yes, Filtalgo Shopping is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Filtalgo Shopping support?

Filtalgo Shopping is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Filtalgo Shopping?

It is built and maintained by Chen Luo (@bvcg204); the current version is v0.2.0.

💬 Comments