LaunchKit · 2026
Back to Skills

bricklink

BrickLink Store API helper/CLI (OAuth 1.0 request signing).

1
2.1k downloads
by @odrobnik

Setup & Installation

openclaw skills install @odrobnik/bricklink

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bricklink

Version History

v1.4.2Mar 3, 2026 - Version note by skill developer:

fix: use /Users/oliver/clawd for workspace root to preserve symlink paths

What This Skill Does

CLI and API helper for BrickLink stores, handling OAuth 1.0 signing automatically. Covers reading and writing orders, inventory, catalog data, pricing, and feedback via a Python script.

Handles OAuth 1.0 request signing so you can interact with the BrickLink API directly from a terminal or agent without manual token management.

When to use it

  • Check incoming orders and their current payment status
  • Add or update inventory lots in bulk from a JSON file
  • Look up price guide statistics for a specific LEGO part
  • Post or reply to buyer feedback after fulfilling an order
  • Export an order as a formatted HTML summary

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What are the details and items in order 12345678?

AGENT
  1. 1Run bricklink.py get-order 12345678 to fetch order metadata
  2. 2Run bricklink.py get-order-items 12345678 to fetch the item batches
  3. 3Parse and combine both responses into a summary
OUTPUT

Order status, buyer info, shipping details, and a list of all included parts with quantities and prices

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

BRICKLINK_CONSUMER_KEY environment variableBRICKLINK_CONSUMER_SECRET environment variableBRICKLINK_TOKEN_VALUE environment variableBRICKLINK_TOKEN_SECRET environment variableBrickLink account with API access enabled