Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: What are the details and items in order 12345678?
- 1Run bricklink.py get-order 12345678 to fetch order metadata
- 2Run bricklink.py get-order-items 12345678 to fetch the item batches
- 3Parse and combine both responses into a summary
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.