Youbaolian for Openclaw

An AI agent skill to manage Youbaolian REST APIs for handling orders, user data, and organizational structures.

peterfzh
v1.0.3
Feb 1, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install youbaolian

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Youbaolian?

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.

Youbaolian Use Cases

  • Automated retrieval of order status and transaction details via API
  • Programmatic user management and secure authentication within the Youbaolian ecosystem
  • Managing organizational hierarchy and data synchronization for enterprise clients
  • Automating insurance-related workflows through RESTful service endpoints

How Youbaolian Works

  1. Initialize the connection by setting the target Youbaolian server URL and encryption keys.
  2. Perform a secure handshake using the unionLoginEncryptionPortal endpoint to verify credentials.
  3. Extract the bearer authentication token from the JSON response using the jq utility.
  4. Execute authenticated curl commands to interact with specific endpoints for orders, users, or organization management.
  5. Process and integrate the returned API data into the agent's logic for further automation.

Youbaolian Setup

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')

Youbaolian Data Schema & Taxonomy

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

Youbaolian Advanced Features

  • Secure encryption-based authentication flow for enterprise-grade security
  • Integrated JSON parsing with jq for streamlined data extraction and manipulation
  • Support for complex organizational structures and multi-user management protocols
  • Extensible curl-based framework compatible with Openclaw Skills for adding custom endpoints

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*