Create a custodial wallet account on Consortium AI.
This skill provides account creation functionality for Consortium AI.
It calls an external API that creates a custodial wallet account on Consortium AI.
From the skill directory, you can call the API either by making HTTP requests (see API Reference) or by running the bundled script:
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.
Set the API key as an environment variable before using this skill:
CODEBLOCK0
To get an API key, contact Consortium AI on X.
Backend API base URL: INLINECODE4
Endpoint: POST https://api.consortiumai.org/api/custodial-wallet/create-with-api-key
Creates a new custodial wallet account.
API key only (no JWT). Send the key in one of:
CODEBLOCK1
CODEBLOCK2
| Status | When | Body (example) |
|---|---|---|
| 400 | Missing walletAddress | INLINECODE8 |
| 401 |
{ "success": false, "message": "Invalid or missing API key" } |
| 404 | User not found for wallet address | { "error": "User not found for the provided wallet address" } |
Purpose
Create a new custodial wallet account on Consortium AI.
Parameters
walletAddress (string): The user's wallet address.Expected Behavior
x-api-key using INLINECODE14Returns
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 consortiumai-create-account-1776419982 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 consortiumai-create-account-1776419982 技能
skillhub install consortiumai-create-account-1776419982
文件大小: 3.07 KB | 发布时间: 2026-4-17 20:20