BrickLink Store API 帮助程序/CLI(OAuth 1.0 请求签名)。涵盖订单、店铺库存(读+写)、目录、类别、颜色、反馈、推送号...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install bricklink或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install bricklink⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/bricklink/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: bricklink description: "BrickLink Store API helper/CLI (OAuth 1.0 request signing). Covers orders, store inventory (read + write), catalog, categories, colors, feedback, and push notifications." summary: "BrickLink Store API CLI: orders, inventory, catalog, pricing, feedback." version: 1.4.2 homepage: https://github.com/odrobnik/bricklink-skill metadata: openclaw: emoji: "🧱" requires: bins: ["python3"] env: ["BRICKLINK_CONSUMER_KEY", "BRICKLINK_CONSUMER_SECRET", "BRICKLINK_TOKEN_VALUE", "BRICKLINK_TOKEN_SECRET"] ---
Use scripts/bricklink.py.
See SETUP.md for prerequisites and setup instructions.
bricklink.py get-orders [--direction in|out] [--status ...] [--include-status ...] [--exclude-status ...] [--filed true|false] - Lists orders you received or placed.bricklink.py get-order - Fetches details for a specific order.bricklink.py get-order-items - Fetches the item batches for a specific order.bricklink.py get-order-messages - Fetches messages associated with a specific order.bricklink.py get-order-feedback - Fetches feedback associated with a specific order.bricklink.py get-feedback [--direction in|out] - Lists feedback you received (in) or posted (out).bricklink.py get-feedback-item - Fetches a single feedback entry by id.bricklink.py get-notifications - Lists unread push notifications (/notifications).bricklink.py get-categories - Lists all catalog categories.bricklink.py get-category - Fetches a single category by id.bricklink.py get-colors - Lists all catalog colors.bricklink.py get-color - Fetches a single color by id.bricklink.py get-inventories [--item-type ...] [--status ...] [--category-id ...] [--color-id ...] - Lists your store inventory lots (supports include/exclude filters).bricklink.py get-inventory - Fetches a single inventory lot by id.bricklink.py get-item - Fetches a catalog item (PART/SET/MINIFIG/…).bricklink.py get-supersets [--color-id N] - Lists items that contain the specified item.bricklink.py get-subsets [--color-id N] [--box true|false] [--instruction true|false] [--break-minifigs true|false] [--break-subsets true|false] - Parts out an item into its included items.bricklink.py get-price-guide [--color-id N] [--guide-type stock|sold] [--new-or-used N|U] [--country-code XX] [--region ...] [--currency-code XXX] [--vat N|Y|O] - Fetches price guide statistics.bricklink.py get-known-colors - Lists known colors for a catalog item.> Note: Order mutations (update-order, update-order-status, update-payment-status) only work for store orders (direction=out, where you are the seller). Purchases (direction=in) return 404 — the BrickLink API does not allow buyers to modify order status or file/archive incoming orders. Use the BrickLink website for those.
bricklink.py update-order [--remarks ...] [--is-filed true|false] [--shipping-...] [--cost-...] — Updates allowed order fields (tracking, remarks, shipping/cost fields). Store orders only.bricklink.py update-order-status — Updates the status of an order. Store orders only.bricklink.py update-payment-status — Updates the payment status of an order. Store orders only.bricklink.py send-drive-thru [--mail-me] — Sends a "Drive Thru" email for an order.bricklink.py post-feedback --order-id N --rating 0|1|2 [--comment ...] - Posts new feedback for an order.bricklink.py reply-feedback --reply "..." - Replies to feedback you received.bricklink.py create-inventory [--item-type ... --item-no ... --color-id N --quantity N --unit-price ... --new-or-used N|U ...] - Creates a single inventory lot from flags.bricklink.py create-inventory --file batch.json - Creates multiple inventory lots from a validated JSON file (workspace or /tmp only).bricklink.py update-inventory [--quantity N --unit-price ... --new-or-used N|U --remarks ...] - Updates an inventory lot.bricklink.py delete-inventory - Deletes an inventory lot.bricklink.py order-detail-html [--out path] [--inline-images] - Fetches order+items and renders a compact HTML view (similar to BrickLink orderDetail.asp).安装 布里克林克 后,可以对 AI 说这些话来触发它
Help me get started with Bricklink
Explains what Bricklink does, walks through the setup, and runs a quick demo based on your current project
Use Bricklink to brickLink Store API helper/CLI (OAuth 1
Invokes Bricklink with the right parameters and returns the result directly in the conversation
What can I do with Bricklink in my developer & devops workflow?
Lists the top use cases for Bricklink, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/bricklink/ 目录(个人级,所有项目可用),或 .claude/skills/bricklink/(项目级)。重启 AI 客户端后,用 /bricklink 主动调用,或让 AI 根据上下文自动发现并使用。
布里克林克 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
布里克林克 可免费安装使用。请查阅仓库了解许可证信息。
BrickLink Store API 帮助程序/CLI(OAuth 1.0 请求签名)。涵盖订单、店铺库存(读+写)、目录、类别、颜色、反馈、推送号...
布里克林克 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Bricklink
Identifies repetitive steps in your workflow and sets up Bricklink to handle them automatically