返回顶部
c

consortium-ai-create-account创建托管账户

Create a custodial wallet account on Consortium AI.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
876
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

consortium-ai-create-account

Instructions

This skill provides account creation functionality for Consortium AI.

It calls an external API that creates a custodial wallet account on Consortium AI.

How to run (implementation)

From the skill directory, you can call the API either by making HTTP requests (see API Reference) or by running the bundled script:

  • - Create Account:
node scripts/create-account.js <WALLET_ADDRESS> or npm run create-account -- <WALLET_ADDRESS> Example: INLINECODE2

The script requires TRADING_ANALYSIS_API_KEY to be set. It prints the API response as JSON to stdout on success, or error JSON to stderr and exits non-zero on failure.



Setup

Set the API key as an environment variable before using this skill:

CODEBLOCK0

To get an API key, contact Consortium AI on X.



API Reference

Backend API base URL: INLINECODE4

Endpoint: POST https://api.consortiumai.org/api/custodial-wallet/create-with-api-key
Creates a new custodial wallet account.

Authentication

API key only (no JWT). Send the key in one of:

  • - Header: INLINECODE6
  • Header: INLINECODE7

Request Body

CODEBLOCK1

Success response (201 Created)

CODEBLOCK2

Error responses

StatusWhenBody (example)
400Missing walletAddressINLINECODE8
401
Missing or wrong API key | { "success": false, "message": "Invalid or missing API key" } | | 404 | User not found for wallet address | { "error": "User not found for the provided wallet address" } |

Available Functions

createCustodialWallet(walletAddress)

Purpose
Create a new custodial wallet account on Consortium AI.

Parameters

  • - walletAddress (string): The user's wallet address.

Expected Behavior

  • - Sends a POST request to INLINECODE12
  • Authenticates with x-api-key using INLINECODE14
  • Returns the created wallet details.

Returns

  • - Wallet ID
  • Generated Custodial Wallet Address
  • User ID
  • Creation timestamp

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 consortiumai-create-account-1776419982 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 consortiumai-create-account-1776419982 技能

通过命令行安装

skillhub install consortiumai-create-account-1776419982

下载

⬇ 下载 consortium-ai-create-account v1.0.0(免费)

文件大小: 3.07 KB | 发布时间: 2026-4-17 20:20

v1.0.0 最新 2026-4-17 20:20
- Initial release of Consortium AI Create Account skill.
- Enables creation of custodial wallet accounts via Consortium AI API.
- Requires and uses a TRADING_ANALYSIS_API_KEY for authentication.
- Includes a Node.js script for easy account creation from the command line.
- Detailed API reference and setup instructions provided in SKILL.md.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部