skills$openclaw/youbaolian
peterfzh3.8k

by peterfzh

youbaolian – OpenClaw Skill

youbaolian is an OpenClaw Skills integration for data analytics workflows. Manage youbaolian, orders, users, organ REST API.

3.8k stars7.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

nameyoubaolian
descriptionManage youbaolian, orders, users, organ REST API. OpenClaw Skills integration.
ownerpeterfzh
repositorypeterfzh/youbaolian
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @peterfzh/youbaolian
last updatedFeb 7, 2026

Maintainer

peterfzh

peterfzh

Maintains youbaolian in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
.
_meta.json
274 B
credentials.json
297 B
SKILL.md
1.5 KB
SKILL.md

name: youbaolian description: Manage youbaolian, orders, users, organ REST API. homepage: https://cxv3-new.youbaolian.top metadata: {"clawdbot":{"emoji":"📊","requires":{"bins":["jq","curl"],"env":["YBL_URL","YBL_CRYPTION"]}}}

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'
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install youbaolian?

Run openclaw add @peterfzh/youbaolian in your terminal. This installs youbaolian into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/peterfzh/youbaolian. Review commits and README documentation before installing.