Jump to related tools in the same category or review the original source on GitHub.

Shopping & E-commerce @peterfzh Updated 2/26/2026

📊 Youbaolian OpenClaw Skill - ClawHub

Do you want your AI agent to automate Youbaolian workflows? This free skill from ClawHub helps with shopping & e-commerce tasks without building custom tools from scratch.

What this skill does

Manage youbaolian, orders, users, organ REST API.

Install

npx clawhub@latest install youbaolian

Full SKILL.md

Open original
namedescriptionhomepage
youbaolianManage youbaolian, orders, users, organ REST API.https://cxv3-new.youbaolian.top

Youbaolian Skill

Setup

1.Configure your ybl sever in credentials.json:

{
    "name": "Server Ybl",
    "url": "https://cxv3-new.youbaolian.top",
    "account": {
        "encryption": "1W2VGiJLPZUQkBiPsbkwiT+fW9hD3IMKlrA9dhYKakG0shYmRHVYNpO3SKzbqwf6Iw8x067uaqXa2o+VTUrc9RpFeX5YJ5Y5jphtNWm00WhYjP3K5c3gkV+j/kqY2AP3WXF5IvKNFoNEiQkl71P9o8RLDoRzym+GFJMjE70psXEfM="
    }
}
  1. Set environment variables:

    export YBL_URL="https://cxv3-new.youbaolian.top"
    export YBL_ENCRYPTION="1W2VGiJLPZUQkBiPsbkwiT+fW9hD3IMKlrA9dhYKakG0shYmRHVYNpO3SKzbqwf6Iw8x067uaqXa2o+VTUrc9RpFeX5YJ5Y5jphtNWm00WhYjP3K5c3gkV+j/kqY2AP3WXF5IvKNFoNEiQkl71P9o8RLDoRzym+GFJMjE70psXEfM="
    
  2. Get authentication token:

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

Usage

All commands use curl to interact with the Youbaolian REST API.

Authentication

Login and get token:

curl -s -X POST "$YBL_URL/insapi/v3/union/unionLoginEncryptionPortal" \
  -H "Content-Type: application/json" \
  -d "{\"encryption\":\"$YBL_ENCRYPTION\"}" | jq -r '.data.token'
Original URL: https://github.com/openclaw/skills/blob/main/skills/peterfzh/youbaolian

Related skills

If this matches your use case, these are close alternatives in the same category.