Access global barcode data and product details seamlessly through the Go-UPC integration for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install go-upc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install go-upc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Go-UPC skill provides a streamlined interface for AI agents to interact with the Go-UPC database, a leading source for product information and barcode data. Designed to work within Openclaw Skills, it simplifies the process of fetching product names, descriptions, and images using standard identifiers like UPC, EAN, or ISBN. This integration removes the friction of manual API management, allowing developers to focus on building robust retail and logistics solutions.
By utilizing the Membrane framework, this skill ensures that authentication and credential management are handled securely in the background. Whether you are building an automated inventory tracker or a sophisticated e-commerce research agent, the Go-UPC skill for Openclaw Skills provides the necessary data hooks to retrieve accurate product metadata in real-time.
To begin using this skill within Openclaw Skills, install the CLI and authenticate:
npm install -g @membranehq/cli@latest
membrane login --tenant --clientName=openclaw
Next, establish a connection to the service:
membrane connection ensure "https://go-upc.com/" --json
The skill returns structured product information. Below is the typical data mapping:
| Attribute | Description |
|---|---|
| name | The official product title |
| description | Detailed product information provided by the manufacturer |
| category | The classification of the product |
| image_url | A link to the primary product image |
| barcode_type | The format identified (e.g., UPC-A, EAN-13) |
Loading
An evidence-first web retrieval skill for AI agents that leverages Tavily-native controls for high-precision search, extraction, and site mapping.

An AI-powered video editing skill that transforms raw footage into polished social media content via simple chat commands or automated workflows.

A checkout funnel strategy tool that maps exit points to psychological triggers and delivers mandatory three-part recovery email sequences.

A privacy-focused local tool for generating high-entropy random passwords and performing detailed cryptographic strength analysis.

A powerful skill for AI agents to search, summarize, and systematically log academic research papers from ArXiv.

A comprehensive financial data skill providing real-time market index details, K-line charts, and minute-level pricing data.








































