A powerful image recognition skill that enables AI agents to identify general objects, retail products, and environmental scenes with high precision.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install baidu-image-classify
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 baidu-image-classify using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Baidu Image Classification skill is a robust integration for Openclaw Skills that leverages Baidu's advanced deep learning models to interpret visual data. It provides developers with the ability to transform raw images—whether from a local path or a URL—into structured data containing object labels, confidence scores, and even Baidu Baike (encyclopedia) information.
This skill is designed for high-throughput applications, offering a generous free tier and specialized endpoints for different visual tasks. By integrating this into your workflow, your AI agents gain the 'eyes' necessary to understand the physical world, making it an essential component of the Openclaw Skills ecosystem.
To deploy this skill within your environment, ensure you have your Baidu Cloud credentials ready and follow these steps:
# Navigate to your Openclaw skills directory
cd ~/.openclaw/skills/baidu-image-classify
# Install required dependencies
pip install requests
Configure your API_KEY and SECRET_KEY within the skill configuration to enable OAuth 2.0 authentication.
The skill returns structured data tailored to the specific recognition task. Below is the schema for general object identification:
| Field | Type | Description |
|---|---|---|
name |
String | The identified object or scene name |
score |
Float | Confidence level (0.0 to 1.0) |
baike_info |
Object | Linked Baidu Baike title and URL |
price |
String | (Product Only) Identified market price |
shops |
Array | (Product Only) List of retailers and purchase links |
Loading
A sophisticated content analysis tool that deconstructs the underlying logic and psychological triggers of viral social media posts.

A high-fidelity linguistic layer for Openclaw Skills that enables AI agents to read, write, and process Persian with native-level technical and cultural accuracy.

A sophisticated travel orchestration agent that generates complete 3-day, 2-night itineraries with real-time booking capabilities via the flyai CLI.

A specialized AI agent skill for booking private car services and customized day tours with real-time pricing and driver details.

A specialized AI agent skill for writing, debugging, and optimizing scripts for the WebGAL visual novel engine.

A comprehensive stock portfolio management system providing real-time pricing, profit and loss calculations, and automated reporting.








































