An AI agent skill to manage Youbaolian REST APIs for handling orders, user data, and organizational structures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install youbaolian
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 youbaolian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Youbaolian skill provides a robust interface for interacting with the Youbaolian platform backend services. It enables developers and automated workflows to programmatically manage orders, user accounts, and organizational data via a secure REST API architecture.
By leveraging this tool within the ecosystem of Openclaw Skills, users can automate complex insurance-related or logistical data management tasks directly through their AI coding agents. It simplifies the authentication process and provides a standardized way to access various endpoints using common command-line utilities.
Configure your credentials in a credentials.json file and set the required environment variables to enable secure API communication.
export YBL_URL="https://cxv3-new.youbaolian.top"
export YBL_ENCRYPTION="your_encryption_key_here"
To generate a session token for subsequent API calls, use the following command:
export TB_TOKEN=$(curl -s -X POST "$YBL_URL/insapi/v3/union/unionLoginEncryptionPortal" \
-H "Content-Type: application/json" \
-d "{\"encryption\":\"$YBL_ENCRYPTION\"}" | jq -r '.data.token')
The skill manages data through environmental configuration and structured API responses as detailed below:
| Component | Description | Format |
|---|---|---|
| Credentials | Server URL and account encryption keys | JSON |
| Auth Token | Dynamic bearer token used for session persistence | String |
| API Responses | Raw data objects from Youbaolian endpoints | JSON |
| Requirements | Dependencies needed for processing | jq, curl |
Loading
A powerful AI agent skill for automating UseClick link shortening, geo-targeting, and analytics workflows with plan-aware intelligence.

A professional skill designed to generate precise, design-preserving integration guides for connecting ClawDash Pro UIs to Open Cloud backends.

A security-focused trust registry for verifying MCP servers and AI tools before installation.

A comprehensive guide to essential Docker commands and workflows for container and image management.

A comprehensive automation interface for OctoPrint that enables AI agents to monitor, manage, and troubleshoot 3D printing workflows.

A cost-optimization skill that intelligently routes simple tasks to lightweight models and escalates complex reasoning to high-tier models.








































