From 7862a6d44eacba66a996923fb24fe9491d1a9339 Mon Sep 17 00:00:00 2001 From: jerryji-prog Date: Thu, 4 Jun 2026 17:26:44 +0800 Subject: [PATCH 1/3] update skills and cli --- docs/BANK-OF-AI/QuickStart.md | 15 +- docs/McpServer-Skills/SKILLS/BANKOFAISkill.md | 43 +++ docs/McpServer-Skills/SKILLS/Faq.md | 2 +- docs/McpServer-Skills/SKILLS/Intro.md | 10 +- docs/McpServer-Skills/SKILLS/QuickStart.md | 250 ++++++++------- .../Tools/SUNCli/CommandGuide.md | 295 +++++++++++++++++- docs/McpServer-Skills/Tools/SUNCli/Intro.md | 2 + .../getting-started/quickstart-for-agent.md | 4 +- .../current/BANK-OF-AI/QuickStart.md | 15 +- .../McpServer-Skills/SKILLS/BANKOFAISkill.md | 41 +++ .../current/McpServer-Skills/SKILLS/Faq.md | 2 +- .../current/McpServer-Skills/SKILLS/Intro.md | 10 +- .../McpServer-Skills/SKILLS/QuickStart.md | 250 ++++++++------- .../Tools/SUNCli/CommandGuide.md | 295 +++++++++++++++++- .../McpServer-Skills/Tools/SUNCli/Intro.md | 2 + .../getting-started/quickstart-for-agent.md | 4 +- package.json | 2 +- 17 files changed, 981 insertions(+), 261 deletions(-) diff --git a/docs/BANK-OF-AI/QuickStart.md b/docs/BANK-OF-AI/QuickStart.md index 63a1c66d..306e3793 100644 --- a/docs/BANK-OF-AI/QuickStart.md +++ b/docs/BANK-OF-AI/QuickStart.md @@ -25,7 +25,7 @@ The AI will install the Skills and then ask whether to create a wallet. > > The command enters interactive mode to let me pick the Skills: I'll use the `-y` flag (without `-g`) so it selects everything by default and installs into this Agent's directory: > -> ✅ **11 Skills installed.** (installed into this Agent's skills directory) +> ✅ **12 Skills installed.** (installed into this Agent's skills directory) > > Now running `bankofai-guide` to walk you through setup
 > @@ -47,12 +47,13 @@ The AI will install the Skills and then ask whether to create a wallet. > | 3 | `multi-sig-account-permissions` | > | 4 | `recharge-skill` | > | 5 | `sunperp-perpetual-futures-trading` | -> | 6 | `sunswap-dex-trading` | -> | 7 | `trc20-token-toolkit` | -> | 8 | `tronscan-data-lookup` | -> | 9 | `trx-staking-sr-voting` | -> | 10 | `usdd-just-protocol` | -> | 11 | `x402-payment` | +> | 6 | `sunpump-meme-token-toolkit` | +> | 7 | `sunswap-dex-trading` | +> | 8 | `trc20-token-toolkit` | +> | 9 | `tronscan-data-lookup` | +> | 10 | `trx-staking-sr-voting` | +> | 11 | `usdd-just-protocol` | +> | 12 | `x402-payment` | > > **📋 Current status** > diff --git a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md index 61da752a..07d293f7 100644 --- a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,6 +18,7 @@ BANK OF AI SKILLS can operate on **real on-chain assets**. Blockchain transactio | :--- | :--- | :--- | | **agent-wallet** | Create wallets, sign transactions/messages, manage multiple wallets — supports EVM and TRON | `AGENT_WALLET_PASSWORD` (encrypted mode) or none (interactive) | | **sunswap** | Check prices, get quotes, swap tokens, manage V2/V3/V4 liquidity pools | Read-only: none. Trading: wallet credentials | +| **sunpump-agent-skill** | SunPump meme coins: market data/rankings/holders/portfolios, plus buy/sell launch trading on SunPump (TRON mainnet only) | Read-only: none. On-chain buy/sell: wallet credentials | | **sunperp-skill** | Market data, open/close positions, withdrawals | Market data: none. Trading: SunPerp API keys | | **tronscan-skill** | Look up accounts, transactions, tokens, blocks, network stats | Recommended: TronScan API key (may throttle without one) | | **trc20-toolkit-skill** | Transfer tokens, check balances, manage approvals for any TRC20 token | Read-only: none. Transfers/approvals: wallet credentials | @@ -146,6 +147,48 @@ V3 only accepts fee tiers `100`, `500`, `3000`, or `10000` (0.01% / 0.05% / 0.3% --- +## sunpump-agent-skill {#sunpump-agent-skill} + +Want to play with meme coins on SunPump? This skill is built on `@bankofai/sun-cli` and helps you check market data, do research, and buy/sell launch trades on SunPump. The key thing is that it **picks the trade path automatically**: tokens that haven't created a SunSwap V2 pair yet ("pre-launch") go through `sun sunpump buy/sell`, while tokens that already have a SunSwap V2 pair ("post-launch") use a regular `sun swap` — before placing an order the AI runs `sunpump state` to confirm which path applies. + +**Absolutely safe, read-only:** + +> What are the top 10 SunPump meme coins by 24h gain? + +> Get the detail for token TXYZ...: price, market cap, 24h volume, holder count. + +> Show me the holder distribution for TXYZ... — is it controlled by a few addresses? + +> Show wallet T...'s SunPump holdings and last 20 trades. + +**Requires your confirmation (the AI shows you the bill first):** + +> Buy TXYZ... with 10 TRX on SunPump (a token without a SunSwap V2 pair yet). + +> Sell 1000 TXYZ... with slippage set to 5%. + +> Buy some TXYZ... that already has a SunSwap V2 pair, with 100 TRX and 1% slippage. + +**Real scenarios:** + +> Looking for hot new coins? "List the top 10 SunPump tokens by 24h volume, then check the holder concentration of the #1." + +> Want to snipe a launch? "What's the state of TXYZ... right now? If it's still tradeable on the bonding curve, buy it with 10 TRX." — the AI checks `state` first, quotes, and only places the order after you confirm. + +> Want to review your record? "Show me wallet T...'s SunPump holdings and buy history." + +:::tip Pre-launch vs post-launch +A SunPump token has two states: **pre-launch** (no SunSwap V2 pair yet, `state` = 1 TRADING or 2 READY_TO_LAUNCH) and **post-launch** (a SunSwap V2 pair has been created, `state` = 3 LAUNCHED). The key concept is the **Bonding Curve (launch progress bar)**: as the community buys in, the meme coin's market cap grows, and once the curve hits 100% a trading pair is automatically created on SunSwap V2 and the token "launches". The AI picks the right command automatically — you don't need to worry about the details, but understanding this helps you follow what it's doing. +::: + +:::caution Meme coins are high-risk +Meme coins are highly volatile and easily manipulated. When the AI shows you token info it also surfaces holder concentration — if the top few addresses hold too much combined (e.g. top 5 > 40%), it explicitly warns you of rug-pull risk. Default slippage is 5% (meme coins move fast); always review the quote before confirming a buy or sell. +::: + +**sunpump-agent-skill's full functionality (queries and buy/sell launch trading) only works on TRON mainnet, not testnets.** + +--- + ## sunperp-skill {#sunperp-skill} Want to trade contracts? This skill handles market data, opening positions, closing positions, and setting stop-loss on SunPerp. Built-in safety locks enforced at the script level: max 20x leverage (configurable in `resources/sunperp_config.json`) and a **mandatory stop-loss on every position-opening order** — auto-set to 5% from entry if you don't specify one, and rejected outright if wider than 25%. Close-position orders (`reduce_only`) are themselves risk-reducing, so they're exempt from the mandatory stop-loss. diff --git a/docs/McpServer-Skills/SKILLS/Faq.md b/docs/McpServer-Skills/SKILLS/Faq.md index 9a55fd1b..7f8b12fc 100644 --- a/docs/McpServer-Skills/SKILLS/Faq.md +++ b/docs/McpServer-Skills/SKILLS/Faq.md @@ -40,7 +40,7 @@ Run this in your terminal: ls ~/.agents/skills ``` -You should see 11 directory names: `agent-wallet`, `sunswap-dex-trading`, `sunperp-perpetual-futures-trading`, `tronscan-data-lookup`, `trc20-token-toolkit`, `usdd-just-protocol`, `trx-staking-sr-voting`, `multi-sig-account-permissions`, `x402-payment`, `recharge-skill`, and `bankofai-guide`. +You should see 12 directory names: `agent-wallet`, `sunswap-dex-trading`, `sunpump-meme-token-toolkit`, `sunperp-perpetual-futures-trading`, `tronscan-data-lookup`, `trc20-token-toolkit`, `usdd-just-protocol`, `trx-staking-sr-voting`, `multi-sig-account-permissions`, `x402-payment`, `recharge-skill`, and `bankofai-guide`. Then verify in your AI chat: diff --git a/docs/McpServer-Skills/SKILLS/Intro.md b/docs/McpServer-Skills/SKILLS/Intro.md index 9d978ea1..980b4db4 100644 --- a/docs/McpServer-Skills/SKILLS/Intro.md +++ b/docs/McpServer-Skills/SKILLS/Intro.md @@ -57,7 +57,7 @@ No. Skills use an **on-demand, lightweight architecture** — the AI only loads ## What Can Skills Do for You? -Eleven skills in total — covering the most common scenarios in the TRON ecosystem, plus a dedicated onboarding helper. Each one comes with a ready-to-use sample prompt — copy it into your AI chat and hit enter to try it out. +Twelve skills in total — covering the most common scenarios in the TRON ecosystem, plus a dedicated onboarding helper. Each one comes with a ready-to-use sample prompt — copy it into your AI chat and hit enter to try it out. ### 🔑 Secure Wallet Management @@ -75,6 +75,14 @@ Check prices, compare rates, even swap tokens in one go. 💡 For more advanced features, see: [**sunswap**](./BANKOFAISkill.md#sunswap) +### 🚀 Trade SunPump Meme Coins + +Buy and sell on SunPump — TRON's meme-token launchpad — and check market data. The AI automatically picks the right path: tokens that haven't created a SunSwap V2 pair yet ("pre-launch") trade on the bonding curve, while tokens that already have a SunSwap V2 pair ("post-launch") go through a regular swap. You can also look up token detail, rankings, holder distribution, and wallet portfolios. TRON mainnet only. + +> 🗣 "Show me the top 10 SunPump meme coins by 24h gain, then check the holder concentration of the top one." + +💡 For launch-trading and risk details, see: [**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) + ### 📈 Trade Perpetual Contracts View market data, open and close positions on SunPerp. Built-in safety locks: max 20x leverage (configurable) and a mandatory stop-loss on every position-opening order — auto-set to 5% from entry if omitted, and rejected if wider than 25%. Keeps you from blowing up your account. diff --git a/docs/McpServer-Skills/SKILLS/QuickStart.md b/docs/McpServer-Skills/SKILLS/QuickStart.md index e0a848d7..747ea1ca 100644 --- a/docs/McpServer-Skills/SKILLS/QuickStart.md +++ b/docs/McpServer-Skills/SKILLS/QuickStart.md @@ -29,7 +29,7 @@ If you're already using a Skills-compatible AI Agent (OpenClaw, a Telegram bot, 3. The AI handles the entire flow automatically: - Pulls the `BofAI/skills` repository - Detects your current Agent's skills directory (e.g. `~/.agents/skills/`) - - Installs all 11 BANK OF AI skills: the 10 core skills (`agent-wallet`, `sunswap-dex-trading`, `sunperp-perpetual-futures-trading`, `tronscan-data-lookup`, `trc20-token-toolkit`, `usdd-just-protocol`, `trx-staking-sr-voting`, `multi-sig-account-permissions`, `x402-payment`, `recharge-skill`) plus `bankofai-guide` (the onboarding helper) + - Installs all 12 BANK OF AI skills: the 11 core skills (`agent-wallet`, `sunswap-dex-trading`, `sunpump-meme-token-toolkit`, `sunperp-perpetual-futures-trading`, `tronscan-data-lookup`, `trc20-token-toolkit`, `usdd-just-protocol`, `trx-staking-sr-voting`, `multi-sig-account-permissions`, `x402-payment`, `recharge-skill`) plus `bankofai-guide` (the onboarding helper) :::tip Why this is the recommended path for beginners You don't need to know what `npx`, `npm`, or "global install" mean. The AI handles every step including selecting the right skills directory for your platform, installing the wallet CLI, and onboarding you to your first wallet. @@ -42,16 +42,16 @@ You don't need to know what `npx`, `npm`, or "global install" mean. The AI handl If you have Node.js installed and prefer the command line, simply tell your AI Agent to execute the following command: ```bash -npx skills add https://github.com/BofAI/skills -y -g +npx skills add https://github.com/BofAI/skills -y ``` -The `-y` flag skips all interactive prompts and installs all available Skills by default. The `-g` flag enables global installation (available across all projects). Once complete, it will show ✅ Global installation complete! along with the full list of installed Skills. +The `-y` flag skips all interactive prompts and installs all available Skills by default. Once complete, it will show ✅ Installation complete! along with the full list of installed Skills. --- ### Method 3: Interactive Install (Most Control) -If you want to choose which Skills to install and the installation scope, remove the `-y -g` flags: +If you want to choose which Skills to install and the installation scope, remove the `-y` flag: ```bash npx skills add https://github.com/BofAI/skills @@ -65,48 +65,37 @@ This guide demonstrates the installation process using terminal commands as an e The installer will guide you through a few steps — just follow along: -**1⃣ Confirm tool installation** - -Terminal will ask you to install the `skills` package. Type `y` and press Enter: - -``` -Need to install the following packages: - skills@1.4.6 -Ok to proceed? (y) y -``` - -**2⃣ Select which Skills to install** +**1⃣ Select which Skills to install** The installer automatically fetches all available Skills from the repo and lists them for selection. Press **Space** to toggle each one — we recommend selecting all: ``` -◇ Found 11 skills +◇ Found 12 skills │ ◇ Select skills to install (space to toggle) │ agent-wallet, bankofai-guide, Multi-Sig & Account Permissions, -│ recharge-skill, SunPerp Perpetual Futures Trading, SunSwap DEX Trading, -│ TRC20 Token Toolkit, TronScan Data Lookup, TRX Staking & SR Voting, -│ USDD / JUST Protocol, x402-payment +│ recharge-skill, SunPerp Perpetual Futures Trading, SunPump Meme Token Toolkit, +│ SunSwap DEX Trading, TRC20 Token Toolkit, TronScan Data Lookup, +│ TRX Staking & SR Voting, USDD / JUST Protocol, x402-payment ``` :::tip Select all Unless you're sure you only need specific skills, install them all. Skills use an on-demand architecture — unused skills consume zero resources. ::: -**3⃣ Choose which AI tools to install to** +**2⃣ Choose which AI tools to install to** The installer auto-detects AI tools on your computer (e.g., Cursor, Claude Code, Cline, etc.). Use Space to select the ones you want: ``` -◇ 45 agents +◇ 71 agents ◇ Which agents do you want to install to? -│ Amp, Antigravity, Cline, Codex, Cursor, Deep Agents, -│ Gemini CLI, GitHub Copilot, Kimi Code CLI, OpenCode, Warp -│ -● Installing to: Antigravity, Claude Code, Cursor, Gemini CLI, GitHub Copilot +│ Amp, Antigravity, Antigravity CLI, Cline, Codex, Cursor, Deep Agents, +│ Gemini CLI, GitHub Copilot, Kimi Code CLI, OpenCode, Warp, Zed, +│ Claude Code, OpenClaw 
 (71 in total — tick the ones you actually use) ``` -**4⃣ Choose installation scope** +**3⃣ Choose installation scope** Select `Project` (current project only) or `User` (globally available across all projects): @@ -115,62 +104,87 @@ Select `Project` (current project only) or `User` (globally available across all │ Project ``` +**4⃣ Choose installation method** + +Choose how skill files land in each tool — `Symlink` (recommended) or `Universal` (full copy). Just press Enter to use the recommended option: + +``` +◇ Installation method +│ Symlink (Recommended) +``` + **5⃣ Review the installation plan** -The installer shows a summary of where each Skill will land and, for each target tool, whether it'll be a full copy (`universal`) or a symlink: +The installer shows a summary of where each Skill will land, whether it'll be a full copy (`universal`) or a symlink for each target tool, and which existing files it overwrites: ``` -◇ Installation Summary ──────────────────────────────────────────────────────╮ -│ │ -│ ~/.agents/skills/agent-wallet │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/bankofai-guide │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/multi-sig-account-permissions │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/recharge-skill │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/sunperp-perpetual-futures-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/sunswap-dex-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/trc20-token-toolkit │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/tronscan-data-lookup │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/trx-staking-sr-voting │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/usdd-just-protocol │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/x402-payment │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -├─────────────────────────────────────────────────────────────────────────────╯ +◇ Installation Summary ─────────────────────────────────────────────────────────╮ +│ │ +│ ~/.agents/skills/bankofai-guide │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/multi-sig-account-permissions │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/recharge-skill │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunperp-perpetual-futures-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunpump-meme-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunswap-dex-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/trc20-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/tronscan-data-lookup │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/trx-staking-sr-voting │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/usdd-just-protocol │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/x402-payment │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/agent-wallet │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +├────────────────────────────────────────────────────────────────────────────────╯ ``` :::tip universal vs symlink -Tools that follow the generic skills layout get a **universal** copy under `~/.agents/skills/`. Claude Code uses its own convention, so the installer creates a **symlink** pointing back to the universal copy — one source of truth, both places stay in sync. +Tools that follow the generic skills layout get a **universal** copy under `~/.agents/skills/`. Claude Code, OpenClaw, and similar tools use their own conventions, so the installer creates **symlinks** pointing back to the universal copy — one source of truth, everything stays in sync. `overwrites` lists the existing same-name skill files this run will replace. ::: **6⃣ Review security assessment & confirm** @@ -181,17 +195,18 @@ The installer runs a security scan on each Skill and shows the results. Review t ◇ Security Risk Assessments ────────────────────────────────────────────────────────╮ │ │ │ Gen Socket Snyk │ -│ agent-wallet Safe 0 alerts High Risk │ -│ bankofai-guide Med Risk 1 alert High Risk │ +│ bankofai-guide Safe 0 alerts High Risk │ │ Multi-Sig & Account Permissions -- -- -- │ │ recharge-skill Safe 1 alert Med Risk │ │ SunPerp Perpetual Futures Trading -- -- -- │ +│ SunPump Meme Token Toolkit -- -- -- │ │ SunSwap DEX Trading -- -- -- │ │ TRC20 Token Toolkit -- -- -- │ │ TronScan Data Lookup -- -- -- │ │ TRX Staking & SR Voting -- -- -- │ │ USDD / JUST Protocol -- -- -- │ │ x402-payment Safe 1 alert Med Risk │ +│ agent-wallet Safe 1 alert High Risk │ │ │ │ Details: https://skills.sh/BofAI/skills │ │ │ @@ -208,51 +223,50 @@ When you see output like this, all Skills have been successfully installed to yo ``` ◇ Installation complete -◇ Installed 11 skills ───────────────────────────────────────────────────────╮ -│ │ -│ ✓ ~/.agents/skills/agent-wallet │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/bankofai-guide │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/multi-sig-account-permissions │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/recharge-skill │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/sunperp-perpetual-futures-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/sunswap-dex-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/trc20-token-toolkit │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/tronscan-data-lookup │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/trx-staking-sr-voting │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/usdd-just-protocol │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/x402-payment │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ │ -├─────────────────────────────────────────────────────────────────────────────╯ +◇ Installed 12 skills ──────────────────────────────────────────────────╮ +│ │ +│ ✓ ~/.agents/skills/bankofai-guide │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/multi-sig-account-permissions │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/recharge-skill │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunperp-perpetual-futures-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunpump-meme-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunswap-dex-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/trc20-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/tronscan-data-lookup │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/trx-staking-sr-voting │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/usdd-just-protocol │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/x402-payment │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/agent-wallet │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ │ +├────────────────────────────────────────────────────────────────────────╯ └ Done! Review skills before use; they run with full agent permissions. ``` -:::tip Optional: Install find-skills -After installation, you may be prompted to install `find-skills` — a helper that lets your AI automatically discover and suggest new skills. We recommend selecting `Yes`. -::: - ### Verify Installation Open your AI chat and type: diff --git a/docs/McpServer-Skills/Tools/SUNCli/CommandGuide.md b/docs/McpServer-Skills/Tools/SUNCli/CommandGuide.md index f62d47c9..39a3e8b2 100644 --- a/docs/McpServer-Skills/Tools/SUNCli/CommandGuide.md +++ b/docs/McpServer-Skills/Tools/SUNCli/CommandGuide.md @@ -1,6 +1,6 @@ # Complete Capabilities -This page is the complete reference for all SUN CLI commands. Commands are organized by category: wallet management, price, token, swap, pool, liquidity, position, pair, farm, protocol, transaction, and contract. +This page is the complete reference for all SUN CLI commands. Commands are organized by category: wallet management, price, token, swap, pool, liquidity, position, pair, farm, protocol, transaction, contract, and SunPump. > Legend: `` = required argument, `[arg]` = optional argument. > Options marked with **(required)** must be provided. All others are optional. @@ -842,6 +842,297 @@ sun contract send TRecipient transfer --args '["TRecipient","1000000"]' --value --- +## SunPump + +SunPump is the meme-token launchpad on TRON. This command group covers token discovery (prices, rankings, holders, wallet portfolios, trade history) plus pre-launch trading. + +> **About the Bonding Curve:** the Bonding Curve is a token's launch progress bar — as the community participates and buys in, the meme coin's market cap grows and the curve fills toward 100%; once it hits 100% a trading pair is automatically created on SunSwap V2 and the token "launches". Tokens still under 100% (pre-launch) trade with `sun sunpump buy/sell` on SunPump; after launch, use [`sun swap`](#swap) instead. + +:::caution SunPump is TRON mainnet only +All `sunpump` subcommands only work on TRON mainnet. The API host is `https://api-v2.sunpump.meme/pump-api` and the on-chain bonding-curve contract is `TTfvyrAz86hbZk5iDpKD78pqLGgi8C7AAw`. Passing `--network nile` (or any non-mainnet value) fails fast with `SunPump is only available on mainnet`. Drop `--network` or pass `--network mainnet`. +::: + +:::tip Pre-launch vs post-launch — pick the right trade command +- **Pre-launch (Bonding Curve under 100%, no SunSwap V2 pair yet):** `tokenLaunchedInstant` is `null`, on-chain `state` is `1` (TRADING) or `2` (READY_TO_LAUNCH) — trade with `sun sunpump buy` / `sun sunpump sell`. +- **Post-launch (SunSwap V2 pair created):** `state` is `3` (LAUNCHED) and `swapPoolAddress` is set — use [`sun swap`](#swap) instead. + +Run `sun sunpump state ` or `sun sunpump token get ` before trading to decide which path to use. Read-only queries (prices, holders, portfolio, trade history) need no wallet; trading does. +::: + +### `sunpump token get ` (read) + +Get SunPump token detail by contract address: price, market cap, 24h volume, holder count, total supply, owner, swap-pool address, social links, and launch state. + +```bash +sun sunpump token get +``` + +### `sunpump token list` (read) + +List SunPump tokens with optional filters and pagination. + +```bash +sun sunpump token list [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--contract
` | Filter by contract address | — | +| `--owner
` | Filter by owner address | — | +| `--symbol ` | Filter by symbol | — | +| `--name ` | Filter by name | — | +| `--description ` | Filter by description | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field (e.g. `marketCap,desc`) | — | + +### `sunpump token search ` (read) + +Fuzzy search tokens by name or symbol. + +```bash +sun sunpump token search [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--on-sunswap` | Only tokens already launched on SunSwap | `false` | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field | — | + +### `sunpump token search-v2 ` (read) + +The v2 version of fuzzy search (calls the `/token/searchV2` endpoint). Compared with `search`, it adds the `--dlive`, `--ai-helper`, `--twitter-launch`, and `--sun-agent-launch` filters. + +```bash +sun sunpump token search-v2 [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--on-sunswap` | Only tokens already launched on SunSwap | — | +| `--dlive` | Filter: DLive showing | — | +| `--ai-helper` | Filter: AI helper | — | +| `--twitter-launch` | Filter: Twitter launch | — | +| `--sun-agent-launch` | Filter: Sun agent launch | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field | — | + +### `sunpump token by-owner ` (read) + +List tokens created by a wallet. + +```bash +sun sunpump token by-owner [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field | — | + +### `sunpump token holders ` (read) + +List a token's holders, with balance and percentage. + +```bash +sun sunpump token holders [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--include-zero` | Include zero-balance holders | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field (default: balance descending) | — | + +> The `percent` field is returned as a percent value (e.g. `38.51` = 38.51%) by the holders endpoint, but as a fraction (e.g. `0.3851`) by the token-list endpoint. The CLI normalizes this, but check the magnitude when reading raw JSON. + +### `sunpump token holders-v2 ` (read) + +The v2 version of the holders list (calls the newer `/token/holdersV2` endpoint). Same input options as `holders`; returned fields may differ slightly. + +```bash +sun sunpump token holders-v2 [options] +``` + +### `sunpump token ranking` (read) + +Get token ranking by a chosen metric. **`--type` is required.** + +```bash +sun sunpump token ranking --type MARKET_CAP --size 10 +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--type ` | **(required)** Ranking type: `MARKET_CAP`, `VOLUME_24H`, `PRICE_CHANGE_24H` | — | +| `--size ` | Number of entries | — | + +> `--type` only accepts `MARKET_CAP`, `VOLUME_24H`, or `PRICE_CHANGE_24H` (case-sensitive); other values are rejected by the API. + +### `sunpump token king-of-hill` (read) + +Get the current king-of-the-hill token. + +```bash +sun sunpump token king-of-hill +``` + +### `sunpump token pump-list` (read) + +Get the raw SunPump token list (returns the API response directly, without stripping the outer `{code, msg, data}` envelope). + +```bash +sun sunpump token pump-list +``` + +### `sunpump token favors` (read, requires signature) + +List a user's favorite tokens. Requires a signed message. + +```bash +sun sunpump token favors --user-address
--signature --signed-message [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--user-address
` | **(required)** User wallet address | — | +| `--signature ` | **(required)** Signature of the signed message | — | +| `--signed-message ` | **(required)** The signed message | — | +| `--token-address
` | Filter by token address | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | + +### `sunpump tx token ` (read) + +Query a token's buy/sell trade history. + +```bash +sun sunpump tx token [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--swap-type ` | Direction filter (`BUY` / `SELL`) | — | +| `--pool
` | Swap pool address | — | +| `--tx-hash ` | Specific tx hash | — | +| `--block ` | Block number | — | +| `--start-time ` | Start time (epoch **seconds**) | — | +| `--end-time ` | End time (epoch **seconds**) | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field (e.g. `txDateTime,desc`) | — | + +> `--start-time` / `--end-time` are epoch **seconds**, not milliseconds. + +### `sunpump tx user ` (read) + +Query a wallet's buy/sell trade history. Same options as `tx token`. + +```bash +sun sunpump tx user --size 20 +sun sunpump tx user --swap-type BUY --size 20 +``` + +### `sunpump portfolio ` (read) + +List all SunPump tokens held by a wallet, with TRX-denominated value and portfolio weight. + +```bash +sun sunpump portfolio [options] +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--include-zero` | Include zero-balance tokens | — | +| `--min-trx ` | Minimum TRX-equivalent value | — | +| `--page ` | Page number | — | +| `--size ` | Page size | — | +| `--sort ` | Sort field (e.g. `valueInTrx,desc`) | — | + +### `sunpump state ` (read) + +Show a SunPump token's on-chain state, to decide whether to use the SunPump bonding-curve path or SunSwap. + +```bash +sun sunpump state +``` + +| State | Label | Tradeable via `sunpump buy/sell`? | +| :--- | :--- | :--- | +| `0` | `NOT_EXIST` | No (unknown to SunPump) | +| `1` | `TRADING` | Yes | +| `2` | `READY_TO_LAUNCH` | Yes (Bonding Curve at 100%, about to create a SunSwap V2 pair) | +| `3` | `LAUNCHED` | No — use `sun swap` | + +> `sun-kit`'s TypeScript enum only lists 0–2, but the on-chain contract returns 3 for launched tokens. The CLI maps 3 to `LAUNCHED` — trust the printed label, not the raw number. + +### `sunpump quote-buy ` (read) + +Preview a SunPump buy without sending a transaction. + +```bash +sun sunpump quote-buy --trx 10 +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--trx ` | **(required)** TRX to spend, **decimal** (e.g. `10` or `1.5`) | — | + +### `sunpump quote-sell ` (read) + +Preview a SunPump sell without sending a transaction. + +```bash +sun sunpump quote-sell --amount 1000 +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--amount ` | **(required)** Token amount to sell, **decimal** | — | +| `--decimals ` | Token decimals | `18` | + +### `sunpump buy ` (write) + +Buy a meme token with TRX on SunPump (only for tokens that have not yet created a SunSwap V2 pair). `--trx` accepts decimals; the CLI scales by TRX-Sun (1e6) internally. + +```bash +sun sunpump buy --trx 10 +sun sunpump buy --trx 10 --slippage 0.1 +sun sunpump buy --trx 10 --min-out 27955000000000000000000 +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--trx ` | **(required)** TRX to spend, **decimal** | — | +| `--slippage ` | Slippage tolerance as a decimal (meme tokens are volatile) | `0.05` | +| `--min-out ` | Minimum tokens out in raw base units (overrides slippage) | — | + +### `sunpump sell ` (write) + +Sell a meme token for TRX on SunPump (only for tokens that have not yet created a SunSwap V2 pair). On the first sell of a token, the SDK auto-sends a TRC20 `approve` transaction first. + +```bash +sun sunpump sell --amount 1000 +sun sunpump sell --amount 1000 --decimals 6 +sun sunpump sell --amount 1000 --slippage 0.1 +``` + +| Option | Description | Default | +| :--- | :--- | :--- | +| `--amount ` | **(required)** Token amount to sell, **decimal** | — | +| `--decimals ` | Token decimals (resolve via `sunpump token get` if unsure) | `18` | +| `--slippage ` | Slippage tolerance as a decimal | `0.05` | +| `--min-out ` | Minimum TRX out in Sun (overrides slippage) | — | + +> Use `--dry-run` to print the resolved parameters (TRX/Sun scaling, computed `minOut`, slippage, network) without broadcasting — handy for showing the user exactly what will be sent. + +--- + ## Built-In Token Symbols Many commands accept token symbols in addition to full TRON addresses: @@ -858,6 +1149,8 @@ Many commands accept token symbols in addition to full TRON addresses: | `JST` | `TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9` | 18 | | `BTT` | `TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4` | 18 | | `WIN` | `TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7` | 6 | +| `NFT` | `TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq` | 6 | +| `TUSD` | `TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4` | 18 | You can use either the symbol or the full address: diff --git a/docs/McpServer-Skills/Tools/SUNCli/Intro.md b/docs/McpServer-Skills/Tools/SUNCli/Intro.md index 48fd2679..8f762129 100644 --- a/docs/McpServer-Skills/Tools/SUNCli/Intro.md +++ b/docs/McpServer-Skills/Tools/SUNCli/Intro.md @@ -39,6 +39,7 @@ SUN CLI covers the full range of SunSwap DEX interactions, from real-time market | **Protocol Stats** | SunSwap-wide volume, users, pools, and liquidity history | `sun protocol info` | | **Farm Info** | Yield farm lists, mining positions, and farming transactions | `sun farm list` | | **Token Discovery** | Search tokens, list by protocol version | `sun token search USDT` | +| **SunPump Market Data** | Meme-token discovery: rankings, detail, holders, wallet portfolios, trade history (TRON mainnet only) | `sun sunpump token ranking --type MARKET_CAP --size 10` | **DeFi Operations (write, requires wallet):** @@ -49,6 +50,7 @@ SUN CLI covers the full range of SunSwap DEX interactions, from real-time market | **V3 Liquidity** | Mint, increase, decrease concentrated positions, collect fees | `sun liquidity v3:mint --token0 TRX --token1 USDT --amount0 1000000` | | **V4 Liquidity** | V4 concentrated liquidity with Permit2 authorization | `sun liquidity v4:mint --token0 TRX --token1 USDT --amount0 1000000` | | **Contract Interaction** | Read or write to any TRON smart contract | `sun contract read
balanceOf --args '[...]'` | +| **SunPump Pre-launch Trading** | Buy/sell meme tokens that have no SunSwap V2 pair yet (TRON mainnet only) | `sun sunpump buy
--trx 10` | --- diff --git a/docs/x402/getting-started/quickstart-for-agent.md b/docs/x402/getting-started/quickstart-for-agent.md index dd84a6fd..482aa8fc 100644 --- a/docs/x402/getting-started/quickstart-for-agent.md +++ b/docs/x402/getting-started/quickstart-for-agent.md @@ -105,10 +105,10 @@ No additional configuration needed for BSC. Run the following command to install all BANK OF AI Skills (including x402-payment) at once: ```bash -npx skills add https://github.com/BofAI/skills -y -g +npx skills add https://github.com/BofAI/skills -y ``` -The `-y` flag skips all interactive prompts and installs all available Skills by default. The `-g` flag enables global installation (available across all projects). The installer auto-detects AI tools on your computer (Cursor, Claude Code, Cline, OpenCode, etc.) and copies the skills into the correct directories. +The `-y` flag skips all interactive prompts and installs all available Skills by default. The installer auto-detects AI tools on your computer (Cursor, Claude Code, Cline, OpenCode, etc.) and copies the skills into the correct directories. > ✅ **Success indicator:** Terminal shows `✓ x402-payment (copied)` along with other installed skills diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/BANK-OF-AI/QuickStart.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/BANK-OF-AI/QuickStart.md index b78b76f7..5303fef3 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/BANK-OF-AI/QuickStart.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/BANK-OF-AI/QuickStart.md @@ -25,7 +25,7 @@ AI 䌚自劚安装 Skills随后问䜠是吊创建钱包。 > > 呜什进入亀互暡匏让我选择党郚技胜让我䜿甚 `-y` 参数䜆䞍䜿甚 `-g`这样应该胜默讀选择党郚并安装到圓前 Agent 目圕 > -> ✅ **11 䞪 Skills 安装完成**安装到圓前 Agent skill 目圕 +> ✅ **12 䞪 Skills 安装完成**安装到圓前 Agent skill 目圕 > > 现圚䜿甚 `bankofai-guide` 进行匕富... > @@ -47,12 +47,13 @@ AI 䌚自劚安装 Skills随后问䜠是吊创建钱包。 > | 3 | `multi-sig-account-permissions` | > | 4 | `recharge-skill` | > | 5 | `sunperp-perpetual-futures-trading` | -> | 6 | `sunswap-dex-trading` | -> | 7 | `trc20-token-toolkit` | -> | 8 | `tronscan-data-lookup` | -> | 9 | `trx-staking-sr-voting` | -> | 10 | `usdd-just-protocol` | -> | 11 | `x402-payment` | +> | 6 | `sunpump-meme-token-toolkit` | +> | 7 | `sunswap-dex-trading` | +> | 8 | `trc20-token-toolkit` | +> | 9 | `tronscan-data-lookup` | +> | 10 | `trx-staking-sr-voting` | +> | 11 | `usdd-just-protocol` | +> | 12 | `x402-payment` | > > **📋 圓前状态** > diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md index 4e483cf0..a607b9f5 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,6 +18,7 @@ BANK OF AI SKILLS 可以操䜜**真实的铟䞊资产**。区块铟亀易䞀旊 | :--- | :--- | :--- | | **agent-wallet** | 创建钱包、筟名亀易/消息、管理倚䞪钱包——支持 EVM 和 TRON | `AGENT_WALLET_PASSWORD`加密暡匏或无需配眮亀互暡匏 | | **sunswap** | 查价、报价、换垁管理 V2/V3/V4 流劚性池 | 查询䞍需芁亀易需芁钱包凭证 | +| **sunpump-agent-skill** | SunPump meme 垁查行情/排行/持有人/钱包持仓圚 SunPump 䞊买卖打新仅 TRON 䞻眑 | 只读查询免配眮铟䞊买卖需钱包凭证 | | **sunperp-skill** | 看行情、匀仓、平仓、提现 | 看行情䞍需芁亀易需芁 SunPerp 密钥 | | **tronscan-skill** | 查莊户、亀易、代垁、区块、党眑数据 | 建议配眮 TronScan API 密钥䞍配可胜卡顿 | | **trc20-toolkit-skill** | 蜬代垁、查䜙额、管理授权支持任意 TRC20 代垁 | 查询䞍需芁蜬莊/授权需芁钱包凭证 | @@ -146,6 +147,46 @@ V3 仅支持 `100`、`500`、`3000`、`10000` 四档莹率对应 0.01% / 0.05 --- +## sunpump-agent-skill {#sunpump-agent-skill} + +想玩 SunPump 侊的 meme 垁这䞪技胜基于 `@bankofai/sun-cli`垮䜠查行情、做研究、圚 SunPump 䞊买卖打新。最关键的是它䌚**自劚刀断亀易路埄**还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁走 `sun sunpump buy/sell`已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通 `sun swap`——䞋单前 AI 䌚先甚 `sunpump state` 垮䜠确讀走哪条路。**sunpump-agent-skill 的所有功胜查询和打新买卖郜只支持 TRON 䞻眑䞍支持测试眑。** + +**绝对安党只看䞍花钱** + +> SunPump 侊 24 小时涚幅前 10 的 meme 垁有哪些 + +> 垮我查䞀䞋代垁 TXYZ... 的诊情价栌、垂倌、24h 成亀量、持有人数。 + +> 垮我看看 TXYZ... 的持有人分垃有没有被少数地址控盘 + +> 查䞀䞋钱包 T... 圚 SunPump 䞊的持仓和最近 20 笔亀易。 + +**需芁䜠确讀才䌚执行AI 䌚先把莊单给䜠看** + +> 垮我圚 SunPump 侊甹 10 TRX 打新买入 TXYZ...还没发射到 SunSwap 的代垁。 + +> 垮我卖掉 1000 䞪 TXYZ...滑点攟到 5%。 + +> 垮我买点已经发射到 SunSwap 的 TXYZ...甚 100 TRX滑点 1%。 + +**实战场景** + +> 想扟热闚新垁 "垮我列出 SunPump 侊 24h 成亀量前 10 的代垁再挑第䞀名看看持有人集䞭床。" + +> 想打新 "TXYZ... 现圚是什么状态劂果还胜打新垮我甚 10 TRX 买入。"——AI 䌚先查 `state`再报价确讀后才䞋单。 + +> 想盘点战绩 "垮我看看钱包 T... 的 SunPump 持仓和买入历史。" + +:::tip 发射前 vs 发射后 +SunPump 代垁有䞀种状态**发射前**还没圚 SunSwap V2 䞊创建亀易对`state` = 1 TRADING 或 2 READY_TO_LAUNCH和**发射后**已圚 SunSwap V2 建奜亀易对`state` = 3 LAUNCHED。这里的关键是 **Bonding Curve发射进床条**随着瀟区买入meme 垁垂倌逐步增长进床涚到 100% 后䌚自劚圚 SunSwap V2 䞊创建亀易对代垁就「发射」了。AI 䌚自劚选对呜什——䜠䞍甚关心细节䜆理解这点胜垮䜠看懂它的操䜜。 +::: + +:::caution meme 垁风险高 +meme 垁波劚剧烈、容易被庄家控盘。AI 圚给䜠看代垁信息时䌚顺垊提瀺持有人集䞭床——劂果前几名地址合计持仓过高劂前 5 名 >40%䌚明确譊告䜠有 rug pull 风险。默讀滑点 5%meme 垁跳埗快买卖前请务必看枅报价再确讀。 +::: + +--- + ## sunperp-skill {#sunperp-skill} 想做合纊这䞪技胜垮䜠看行情、匀仓、平仓、讟止损。脚本层硬猖码的安党锁最高 20 倍杠杆可圚 `resources/sunperp_config.json` 里调敎、**每次匀仓郜必须垊止损**——䜠没指定时默讀讟圚距匀仓价 5% 的䜍眮超过 25% 的止损距犻䌚被盎接拒绝。平仓单`reduce_only`本身就是圚降䜎风险所以免陀区制止损。 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Faq.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Faq.md index 2b17bded..d86df13d 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Faq.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Faq.md @@ -40,7 +40,7 @@ ls ~/.agents/skills ``` -胜看到 11 䞪目圕`agent-wallet`、`sunswap-dex-trading`、`sunperp-perpetual-futures-trading`、`tronscan-data-lookup`、`trc20-token-toolkit`、`usdd-just-protocol`、`trx-staking-sr-voting`、`multi-sig-account-permissions`、`x402-payment`、`recharge-skill`以及 `bankofai-guide`就诎明装奜了。 +胜看到 12 䞪目圕`agent-wallet`、`sunswap-dex-trading`、`sunpump-meme-token-toolkit`、`sunperp-perpetual-futures-trading`、`tronscan-data-lookup`、`trc20-token-toolkit`、`usdd-just-protocol`、`trx-staking-sr-voting`、`multi-sig-account-permissions`、`x402-payment`、`recharge-skill`以及 `bankofai-guide`就诎明装奜了。 然后圚 AI 对话䞭验证 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md index e825dc40..74949514 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md @@ -57,7 +57,7 @@ ## 目前 Skills 胜垮䜠干什么 -䞀共 11 䞪技胜——芆盖 TRON 生态最垞甚的场景倖加䞀䞪䞓属的匕富蟅助技胜。每䞪技胜郜配了䞀句"参考话术"——倍制到 AI 对话框里回蜊就胜䜓验。 +䞀共 12 䞪技胜——芆盖 TRON 生态最垞甚的场景倖加䞀䞪䞓属的匕富蟅助技胜。每䞪技胜郜配了䞀句"参考话术"——倍制到 AI 对话框里回蜊就胜䜓验。 ### 🔑 安党钱包管理 @@ -75,6 +75,14 @@ 💡 劂需了解曎倚进阶玩法请查看[**sunswap**](./BANKOFAISkill.md#sunswap) +### 🚀 玩蜬 SunPump meme 垁 + +圚 TRON 的 meme 代垁发射台 SunPump 䞊买卖、查行情。AI 䌚自劚刀断该走哪条路还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁甚打新亀易已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通兑换。还胜查代垁诊情、排行抜、持有人分垃和钱包持仓。**sunpump-agent-skill 的所有功胜郜只支持 TRON 䞻眑**。 + +> 🗣 "垮我看看 SunPump 侊 24 小时涚幅前 10 的 meme 垁再查䞀䞋第䞀名的持有人集䞭床。" + +💡 劂需了解打新䞎风控细节请查看[**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) + ### 📈 进行氞续合纊亀易 圚 SunPerp 看行情、匀平仓。内眮安党锁最高只允讞 20 倍杠杆可圚配眮里调敎䞔每次匀仓郜**区制垊止损**——没指定时默讀讟圚距匀仓价 5% 的䜍眮超过 25% 䌚被盎接拒绝。垮䜠管䜏手防爆仓。 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/QuickStart.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/QuickStart.md index 403cb15e..a9fc62c3 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/QuickStart.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/QuickStart.md @@ -29,7 +29,7 @@ 3. AI 䌚自劚完成以䞋流皋无需人工干预 - 拉取 `BofAI/skills` 仓库 - 自劚检测圓前 Agent 对应的 skills 目圕劂 `~/.agents/skills/` - - 安装党郚 11 䞪 BANK OF AI 技胜10 䞪栞心技胜`agent-wallet`、`sunswap-dex-trading`、`sunperp-perpetual-futures-trading`、`tronscan-data-lookup`、`trc20-token-toolkit`、`usdd-just-protocol`、`trx-staking-sr-voting`、`multi-sig-account-permissions`、`x402-payment`、`recharge-skill`以及 `bankofai-guide`匕富蟅助技胜 + - 安装党郚 12 䞪 BANK OF AI 技胜11 䞪栞心技胜`agent-wallet`、`sunswap-dex-trading`、`sunpump-meme-token-toolkit`、`sunperp-perpetual-futures-trading`、`tronscan-data-lookup`、`trc20-token-toolkit`、`usdd-just-protocol`、`trx-staking-sr-voting`、`multi-sig-account-permissions`、`x402-payment`、`recharge-skill`以及 `bankofai-guide`匕富蟅助技胜 :::tip 这是新手最掚荐的路埄 䜠䞍需芁懂 `npx`、`npm` 是什么也䞍甚关心"党局安装"是什么意思。AI 䌚倄理每䞀步包括䞺䜠的平台选对 skills 目圕、安装钱包 CLI、匕富䜠完成銖䞪钱包配眮。 @@ -42,16 +42,16 @@ 劂果䜠已经装奜 Node.js 并习惯䜿甚呜什行告诉䜠的 AI Agent 执行以䞋呜什 ```bash -npx skills add https://github.com/BofAI/skills -y -g +npx skills add https://github.com/BofAI/skills -y ``` -`-y` 参数䌚跳过所有亀互选择默讀安装所有 Skills`-g` 参数衚瀺党局安装所有项目郜可䜿甚。安装完成后䌚星瀺 ✅ 党局安装完成以及安装的所有 Skills 列衚。 +`-y` 参数䌚跳过所有亀互选择默讀安装所有 Skills。安装完成后䌚星瀺 ✅ 安装完成以及安装的所有 Skills 列衚。 --- ### 方匏䞉亀互匏安装最粟细控制 -劂果䜠想手劚选择安装哪些 Skills 以及安装范囎去掉 `-y -g` 参数即可 +劂果䜠想手劚选择安装哪些 Skills 以及安装范囎去掉 `-y` 参数即可 ```bash npx skills add https://github.com/BofAI/skills @@ -65,48 +65,37 @@ npx skills add https://github.com/BofAI/skills 安装噚䌚匕富䜠完成以䞋几步照着做就行 -**1⃣ 确讀安装工具** - -终端䌚提瀺䜠需芁安装 `skills` 工具包蟓入 `y` 并回蜊即可 - -``` -Need to install the following packages: - skills@1.4.6 -Ok to proceed? (y) y -``` - -**2⃣ 选择芁安装的 Skills** +**1⃣ 选择芁安装的 Skills** 安装噚䌚自劚从仓库拉取所有可甚的 Skills然后列出枅单让䜠募选。按**空栌键**切换选䞭/取消默讀党选即可 ``` -◇ Found 11 skills +◇ Found 12 skills │ ◇ Select skills to install (space to toggle) │ agent-wallet, bankofai-guide, Multi-Sig & Account Permissions, -│ recharge-skill, SunPerp Perpetual Futures Trading, SunSwap DEX Trading, -│ TRC20 Token Toolkit, TronScan Data Lookup, TRX Staking & SR Voting, -│ USDD / JUST Protocol, x402-payment +│ recharge-skill, SunPerp Perpetual Futures Trading, SunPump Meme Token Toolkit, +│ SunSwap DEX Trading, TRC20 Token Toolkit, TronScan Data Lookup, +│ TRX Staking & SR Voting, USDD / JUST Protocol, x402-payment ``` :::tip 建议党选 陀非䜠埈明确只需芁某几䞪技胜吊则建议党郚安装。Skills 采甚按需唀醒架构䞍甚的技胜䞍䌚占甚任䜕资源。 ::: -**3⃣ 选择芁安装到哪些 AI 工具** +**2⃣ 选择芁安装到哪些 AI 工具** 安装噚䌚自劚检测䜠电脑䞊装了哪些 AI 工具劂 Cursor、Claude Code、Cline 等甚空栌键募选䜠芁甚的 ``` -◇ 45 agents +◇ 71 agents ◇ Which agents do you want to install to? -│ Amp, Antigravity, Cline, Codex, Cursor, Deep Agents, -│ Gemini CLI, GitHub Copilot, Kimi Code CLI, OpenCode, Warp -│ -● Installing to: Antigravity, Claude Code, Cursor, Gemini CLI, GitHub Copilot +│ Amp, Antigravity, Antigravity CLI, Cline, Codex, Cursor, Deep Agents, +│ Gemini CLI, GitHub Copilot, Kimi Code CLI, OpenCode, Warp, Zed, +│ Claude Code, OpenClaw 
 共 71 䞪按空栌募选䜠实际圚甚的 ``` -**4⃣ 选择安装范囎** +**3⃣ 选择安装范囎** 选择 `Project`圓前项目或 `User`所有项目党局可甚按需选择即可 @@ -115,62 +104,87 @@ Ok to proceed? (y) y │ Project ``` +**4⃣ 选择安装方匏** + +选择技胜文件劂䜕萜地到各䞪工具——`Symlink`蜯铟掚荐或 `Universal`完敎拷莝盎接回蜊甚掚荐项即可 + +``` +◇ Installation method +│ Symlink (Recommended) +``` + **5⃣ 查看安装计划** -安装噚䌚先展瀺䞀仜安装枅单每䞪 Skill 䌚萜到哪䞪路埄以及对每䞪目标工具是"完敎拷莝universal"还是"蜯铟symlink" +安装噚䌚先展瀺䞀仜安装枅单每䞪 Skill 䌚萜到哪䞪路埄对每䞪目标工具是"完敎拷莝universal"还是"蜯铟symlink"以及䌚芆盖overwrites哪些已有文件 ``` -◇ Installation Summary ──────────────────────────────────────────────────────╮ -│ │ -│ ~/.agents/skills/agent-wallet │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/bankofai-guide │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/multi-sig-account-permissions │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/recharge-skill │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/sunperp-perpetual-futures-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/sunswap-dex-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/trc20-token-toolkit │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/tronscan-data-lookup │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/trx-staking-sr-voting │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/usdd-just-protocol │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -│ ~/.agents/skills/x402-payment │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlink → Claude Code │ -│ │ -├─────────────────────────────────────────────────────────────────────────────╯ +◇ Installation Summary ─────────────────────────────────────────────────────────╮ +│ │ +│ ~/.agents/skills/bankofai-guide │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/multi-sig-account-permissions │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/recharge-skill │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunperp-perpetual-futures-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunpump-meme-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/sunswap-dex-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/trc20-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/tronscan-data-lookup │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/trx-staking-sr-voting │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/usdd-just-protocol │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/x402-payment │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +│ ~/.agents/skills/agent-wallet │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlink → AiderDesk, AstrBot, Autohand Code CLI, Augment, IBM Bob +42 more │ +│ overwrites: Amp, Antigravity, Antigravity CLI, Cline, Codex +10 more │ +│ │ +├────────────────────────────────────────────────────────────────────────────────╯ ``` :::tip universal 和 symlink 的区别 -遵埪通甚 skills 垃局的工具䌚盎接拿䞀仜**完敎拷莝universal**攟圚 `~/.agents/skills/` 䞋而 Claude Code 甚的是自己的目圕规范所以安装噚䌚给它建䞀䞪**蜯铟symlink**指回这仜完敎拷莝——䞀仜源文件䞀蟹同步。 +遵埪通甚 skills 垃局的工具䌚盎接拿䞀仜**完敎拷莝universal**攟圚 `~/.agents/skills/` 䞋而 Claude Code、OpenClaw 等甚自己的目圕规范所以安装噚䌚给它们建**蜯铟symlink**指回这仜完敎拷莝——䞀仜源文件倚倄同步。`overwrites` 则列出本次䌚芆盖的已有同名技胜文件。 ::: **6⃣ 查看安党评䌰 & 确讀安装** @@ -181,17 +195,18 @@ Ok to proceed? (y) y ◇ Security Risk Assessments ────────────────────────────────────────────────────────╮ │ │ │ Gen Socket Snyk │ -│ agent-wallet Safe 0 alerts High Risk │ -│ bankofai-guide Med Risk 1 alert High Risk │ +│ bankofai-guide Safe 0 alerts High Risk │ │ Multi-Sig & Account Permissions -- -- -- │ │ recharge-skill Safe 1 alert Med Risk │ │ SunPerp Perpetual Futures Trading -- -- -- │ +│ SunPump Meme Token Toolkit -- -- -- │ │ SunSwap DEX Trading -- -- -- │ │ TRC20 Token Toolkit -- -- -- │ │ TronScan Data Lookup -- -- -- │ │ TRX Staking & SR Voting -- -- -- │ │ USDD / JUST Protocol -- -- -- │ │ x402-payment Safe 1 alert Med Risk │ +│ agent-wallet Safe 1 alert High Risk │ │ │ │ Details: https://skills.sh/BofAI/skills │ │ │ @@ -208,51 +223,50 @@ Ok to proceed? (y) y ``` ◇ Installation complete -◇ Installed 11 skills ───────────────────────────────────────────────────────╮ -│ │ -│ ✓ ~/.agents/skills/agent-wallet │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/bankofai-guide │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/multi-sig-account-permissions │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/recharge-skill │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/sunperp-perpetual-futures-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/sunswap-dex-trading │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/trc20-token-toolkit │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/tronscan-data-lookup │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/trx-staking-sr-voting │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/usdd-just-protocol │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ ✓ ~/.agents/skills/x402-payment │ -│ universal: Antigravity, Cursor, Gemini CLI, GitHub Copilot, Amp +7 more │ -│ symlinked: Claude Code │ -│ │ -├─────────────────────────────────────────────────────────────────────────────╯ +◇ Installed 12 skills ──────────────────────────────────────────────────╮ +│ │ +│ ✓ ~/.agents/skills/bankofai-guide │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/multi-sig-account-permissions │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/recharge-skill │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunperp-perpetual-futures-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunpump-meme-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/sunswap-dex-trading │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/trc20-token-toolkit │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/tronscan-data-lookup │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/trx-staking-sr-voting │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/usdd-just-protocol │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/x402-payment │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ ✓ ~/.agents/skills/agent-wallet │ +│ universal: Amp, Antigravity, Antigravity CLI, Cline, Codex +8 more │ +│ symlinked: Claude Code, OpenClaw │ +│ │ +├────────────────────────────────────────────────────────────────────────╯ └ Done! Review skills before use; they run with full agent permissions. ``` -:::tip 可选安装 find-skills -安装完成后工具可胜䌚提瀺䜠是吊安装 `find-skills`——这是䞀䞪垮 AI 自劚发现和掚荐新技胜的蟅助工具建议选 `Yes`。 -::: - ### 验证安装 打匀䜠的 AI 对话框蟓入 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md index a87e98e5..889c25d1 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md @@ -1,6 +1,6 @@ # 完敎胜力枅单 -本页是 SUN CLI 所有呜什的完敎参考。呜什按类别组织钱包管理、价栌、代垁、兑换、池子、流劚性、持仓、亀易对、矿池、协议、亀易和合纊。 +本页是 SUN CLI 所有呜什的完敎参考。呜什按类别组织钱包管理、价栌、代垁、兑换、池子、流劚性、持仓、亀易对、矿池、协议、亀易、合纊和 SunPump。 > 诎明`` = 必需参数`[arg]` = 可选参数。 > 标泚 **(必需)** 的选项必须提䟛其䜙均䞺可选。 @@ -841,6 +841,297 @@ sun contract send TRecipient transfer --args '["TRecipient","1000000"]' --value --- +## SunPump + +SunPump 是 TRON 侊的 meme 代垁发射平台。本呜什组芆盖代垁发现行情、排行、持有人、钱包持仓、亀易历史以及发射前的打新买卖。 + +> **关于 Bonding Curve** Bonding Curve 是代垁的发射进床条——随着瀟区参䞎和买入增加meme 垁垂倌逐步增长进床最高涚到 100%满 100% 后䌚自劚圚 SunSwap V2 䞊创建亀易对代垁就「发射」了。进床未满 100% 的「发射前」代垁甚 `sun sunpump buy/sell` 圚 SunPump 䞊亀易发射后改甚 [`sun swap`](#兑换)。 + +:::caution SunPump 仅支持 TRON 䞻眑 +所有 `sunpump` 子呜什只圚 TRON 䞻眑可甚。API 端点䞺 `https://api-v2.sunpump.meme/pump-api`铟䞊 Bonding Curve 合纊䞺 `TTfvyrAz86hbZk5iDpKD78pqLGgi8C7AAw`。䌠入 `--network nile`或任䜕非 mainnet 倌䌚立即报错 `SunPump is only available on mainnet`。去掉 `--network` 或星匏䌠 `--network mainnet` 即可。 +::: + +:::tip 发射前 vs 发射后 —— 选对亀易呜什 +- **发射前Bonding Curve 进床未满 100%、还没圚 SunSwap V2 䞊创建亀易对** `tokenLaunchedInstant` 䞺 `null`铟䞊 `state` 䞺 `1`TRADING或 `2`READY_TO_LAUNCH——甚打新亀易 `sun sunpump buy` / `sun sunpump sell`。 +- **发射后已圚 SunSwap V2 建奜亀易对** `state` 䞺 `3`LAUNCHED`swapPoolAddress` 非空——走普通兑换 [`sun swap`](#兑换)。 + +䞋单前先甚 `sun sunpump state ` 或 `sun sunpump token get ` 刀断走哪条路埄。只读查询行情、持有人、钱包持仓、亀易历史无需钱包打新亀易需芁钱包。 +::: + +### `sunpump token get `读取 + +按合纊地址获取 SunPump 代垁诊情价栌、垂倌、24h 成亀量、持有人数、总量、所有者、亀易池地址、瀟亀铟接和发射状态。 + +```bash +sun sunpump token get +``` + +### `sunpump token list`读取 + +列出 SunPump 代垁支持过滀和分页。 + +```bash +sun sunpump token list [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--contract
` | 按合纊地址过滀 | — | +| `--owner
` | 按所有者地址过滀 | — | +| `--symbol ` | 按笊号过滀 | — | +| `--name ` | 按名称过滀 | — | +| `--description ` | 按描述过滀 | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段劂 `marketCap,desc` | — | + +### `sunpump token search `读取 + +按名称或笊号暡糊搜玢代垁。 + +```bash +sun sunpump token search [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--on-sunswap` | 仅星瀺已发射到 SunSwap 的代垁 | `false` | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段 | — | + +### `sunpump token search-v2 `读取 + +暡糊搜玢的 v2 版本调甚 `/token/searchV2` 接口。盞比 `search`额倖支持 `--dlive`、`--ai-helper`、`--twitter-launch`、`--sun-agent-launch` 几䞪过滀绎床。 + +```bash +sun sunpump token search-v2 [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--on-sunswap` | 仅星瀺已发射到 SunSwap 的代垁 | — | +| `--dlive` | 过滀DLive showing | — | +| `--ai-helper` | 过滀AI helper | — | +| `--twitter-launch` | 过滀Twitter launch | — | +| `--sun-agent-launch` | 过滀Sun agent launch | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段 | — | + +### `sunpump token by-owner `读取 + +列出某䞪钱包创建的代垁。 + +```bash +sun sunpump token by-owner [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段 | — | + +### `sunpump token holders `读取 + +列出某䞪代垁的持有人含䜙额和占比。 + +```bash +sun sunpump token holders [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--include-zero` | 包含零䜙额持有人 | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段默讀按䜙额降序 | — | + +> `percent` 字段圚 holders 端点返回的是癟分倌劂 `38.51` = 38.51%而 token list 端点返回的是小数劂 `0.3851`。CLI 䌚自劚園䞀化䜆盎接读原始 JSON 时请泚意量级。 + +### `sunpump token holders-v2 `读取 + +持有人列衚的 v2 版本调甚蟃新的 `/token/holdersV2` 接口蟓入参数同 `holders`返回字段可胜略有差匂。 + +```bash +sun sunpump token holders-v2 [options] +``` + +### `sunpump token ranking`读取 + +按指定指标获取代垁排行。**`--type` 䞺必需项。** + +```bash +sun sunpump token ranking --type MARKET_CAP --size 10 +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--type ` | **必需** 排行类型`MARKET_CAP`、`VOLUME_24H`、`PRICE_CHANGE_24H` | — | +| `--size ` | 返回条数 | — | + +> `--type` 只接受 `MARKET_CAP`、`VOLUME_24H`、`PRICE_CHANGE_24H` 䞉䞪倌倧小写敏感其他倌䌚被 API 拒绝。 + +### `sunpump token king-of-hill`读取 + +获取圓前的 king-of-the-hill 代垁。 + +```bash +sun sunpump token king-of-hill +``` + +### `sunpump token pump-list`读取 + +获取 SunPump 原始代垁列衚盎接返回接口响应䞍拆陀倖层的 `{code, msg, data}` 包装。 + +```bash +sun sunpump token pump-list +``` + +### `sunpump token favors`读取需筟名 + +列出甚户收藏的代垁。需芁筟名消息。 + +```bash +sun sunpump token favors --user-address
--signature --signed-message [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--user-address
` | **必需** 甚户钱包地址 | — | +| `--signature ` | **必需** 筟名消息的筟名 | — | +| `--signed-message ` | **必需** 被筟名的消息 | — | +| `--token-address
` | 按代垁地址过滀 | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | + +### `sunpump tx token `读取 + +查询某䞪代垁的买卖亀易历史。 + +```bash +sun sunpump tx token [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--swap-type ` | 方向过滀`BUY` / `SELL` | — | +| `--pool
` | 亀易池地址 | — | +| `--tx-hash ` | 指定亀易哈垌 | — | +| `--block ` | 区块号 | — | +| `--start-time ` | 匀始时闎epoch **秒** | — | +| `--end-time ` | 结束时闎epoch **秒** | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段劂 `txDateTime,desc` | — | + +> `--start-time` / `--end-time` 是 epoch **秒**䞍是毫秒。 + +### `sunpump tx user `读取 + +查询某䞪钱包的买卖亀易历史选项同 `tx token`。 + +```bash +sun sunpump tx user --size 20 +sun sunpump tx user --swap-type BUY --size 20 +``` + +### `sunpump portfolio `读取 + +列出某䞪钱包持有的所有 SunPump 代垁含 TRX 计价价倌和持仓占比。 + +```bash +sun sunpump portfolio [options] +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--include-zero` | 包含零䜙额代垁 | — | +| `--min-trx ` | 最䜎 TRX 计价价倌过滀 | — | +| `--page ` | 页码 | — | +| `--size ` | 每页数量 | — | +| `--sort ` | 排序字段劂 `valueInTrx,desc` | — | + +### `sunpump state `读取 + +查询 SunPump 代垁的铟䞊状态甚于刀断该走 SunPump 打新还是 SunSwap。 + +```bash +sun sunpump state +``` + +| 状态倌 | 标筟 | 胜吊甚 `sunpump buy/sell` 亀易 | +| :--- | :--- | :--- | +| `0` | `NOT_EXIST` | 吊SunPump 䞍讀识该代垁 | +| `1` | `TRADING` | 是 | +| `2` | `READY_TO_LAUNCH` | 是Bonding Curve 进床已满 100%即将圚 SunSwap V2 䞊创建亀易对 | +| `3` | `LAUNCHED` | 吊——改甚 `sun swap` | + +> `sun-kit` 的 TypeScript 枚䞟只列了 0–2䜆铟䞊合纊对已发射代垁䌚返回 3。CLI 䌚把 3 映射䞺 `LAUNCHED`——请以打印出的标筟䞺准䞍芁只看原始数字。 + +### `sunpump quote-buy `读取 + +预览䞀笔 SunPump 打新买入䞍发送亀易。 + +```bash +sun sunpump quote-buy --trx 10 +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--trx ` | **必需** 芁花莹的 TRX**小数**劂 `10` 或 `1.5` | — | + +### `sunpump quote-sell `读取 + +预览䞀笔 SunPump 打新卖出䞍发送亀易。 + +```bash +sun sunpump quote-sell --amount 1000 +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--amount ` | **必需** 芁卖出的代垁数量**小数** | — | +| `--decimals ` | 代垁粟床 | `18` | + +### `sunpump buy `写入 + +圚 SunPump 侊甹 TRX 买入 meme 代垁仅限还没圚 SunSwap V2 䞊创建亀易对的代垁。`--trx` 接受小数CLI 内郚按 TRX-Sun1e6猩攟。 + +```bash +sun sunpump buy --trx 10 +sun sunpump buy --trx 10 --slippage 0.1 +sun sunpump buy --trx 10 --min-out 27955000000000000000000 +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--trx ` | **必需** 芁花莹的 TRX**小数** | — | +| `--slippage ` | 滑点容差小数衚瀺meme 代垁波劚倧 | `0.05` | +| `--min-out ` | 最少获埗代垁数原始单䜍芆盖滑点 | — | + +### `sunpump sell `写入 + +圚 SunPump 䞊把 meme 代垁卖成 TRX仅限还没圚 SunSwap V2 䞊创建亀易对的代垁。銖次卖出某代垁时SDK 䌚自劚先发䞀笔 TRC20 `approve` 亀易。 + +```bash +sun sunpump sell --amount 1000 +sun sunpump sell --amount 1000 --decimals 6 +sun sunpump sell --amount 1000 --slippage 0.1 +``` + +| 选项 | 描述 | 默讀倌 | +| :--- | :--- | :--- | +| `--amount ` | **必需** 芁卖出的代垁数量**小数** | — | +| `--decimals ` | 代垁粟床䞍确定时甚 `sunpump token get` 查 | `18` | +| `--slippage ` | 滑点容差小数衚瀺 | `0.05` | +| `--min-out ` | 最少获埗 TRXSun 䞺单䜍芆盖滑点 | — | + +> 甹 `--dry-run` 可圚䞍广播的情况䞋打印解析后的参数TRX/Sun 猩攟、计算出的 `minOut`、滑点、眑络方䟿先给甚户看枅将芁发送的内容。 + +--- + ## 内眮代垁笊号 埈倚呜什同时接受代垁笊号和完敎的 TRON 地址 @@ -857,6 +1148,8 @@ sun contract send TRecipient transfer --args '["TRecipient","1000000"]' --value | `JST` | `TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9` | 18 | | `BTT` | `TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4` | 18 | | `WIN` | `TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7` | 6 | +| `NFT` | `TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq` | 6 | +| `TUSD` | `TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4` | 18 | 䜠可以䜿甚笊号或完敎地址 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md index 7c3cf093..ed6efd42 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md @@ -39,6 +39,7 @@ SUN CLI 芆盖了䞎 SunSwap DEX 亀互的完敎操䜜从实时行情数据 | **协议统计** | SunSwap 党局亀易量、甚户数、池数量、流劚性历史 | `sun protocol info` | | **矿池信息** | 收益矿池列衚、挖矿持仓和矿池亀易历史 | `sun farm list` | | **代垁发现** | 按名称搜玢代垁、按协议版本列衚 | `sun token search USDT` | +| **SunPump 行情** | meme 代垁发现排行、诊情、持有人、钱包持仓、亀易历史仅 TRON 䞻眑 | `sun sunpump token ranking --type MARKET_CAP --size 10` | **DeFi 操䜜写入需芁钱包** @@ -49,6 +50,7 @@ SUN CLI 芆盖了䞎 SunSwap DEX 亀互的完敎操䜜从实时行情数据 | **V3 流劚性** | 铞造、增加、减少集䞭流劚性仓䜍收取手续莹 | `sun liquidity v3:mint --token0 TRX --token1 USDT --amount0 1000000` | | **V4 流劚性** | V4 集䞭流劚性操䜜支持 Permit2 授权 | `sun liquidity v4:mint --token0 TRX --token1 USDT --amount0 1000000` | | **合纊亀互** | 读取或写入任意 TRON 智胜合纊 | `sun contract read
balanceOf --args '[...]'` | +| **SunPump 打新** | 圚 SunPump 䞊买卖还没圚 SunSwap V2 䞊建亀易对的 meme 代垁仅 TRON 䞻眑 | `sun sunpump buy
--trx 10` | --- diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/x402/getting-started/quickstart-for-agent.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/x402/getting-started/quickstart-for-agent.md index 55559247..c01f6c3f 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/x402/getting-started/quickstart-for-agent.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/x402/getting-started/quickstart-for-agent.md @@ -105,10 +105,10 @@ BSC 无需额倖配眮。 运行以䞋呜什䞀次性安装所有 BANK OF AI Skills包括 x402-payment ```bash -npx skills add https://github.com/BofAI/skills -y -g +npx skills add https://github.com/BofAI/skills -y ``` -`-y` 参数䌚跳过所有亀互选择默讀安装所有 Skills`-g` 参数衚瀺党局安装所有项目郜可䜿甚。安装噚䌚自劚检测䜠电脑䞊的 AI 工具Cursor、Claude Code、Cline、OpenCode 等并将技胜倍制到对应的目圕䞭。 +`-y` 参数䌚跳过所有亀互选择默讀安装所有 Skills。安装噚䌚自劚检测䜠电脑䞊的 AI 工具Cursor、Claude Code、Cline、OpenCode 等并将技胜倍制到对应的目圕䞭。 > ✅ **成功标志** 终端星瀺 `✓ x402-payment (copied)` 以及其他已安装的技胜 diff --git a/package.json b/package.json index bd255416..55ac819e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@x402-tron/docs", - "version": "1.2.20", + "version": "1.2.25", "description": "x402-tron documentation", "license": "MIT", "scripts": { From 4d8f623e90d9c356daeaea708aa99478fb86bb14 Mon Sep 17 00:00:00 2001 From: jerryji-prog Date: Thu, 4 Jun 2026 18:53:42 +0800 Subject: [PATCH 2/3] fix --- docs/McpServer-Skills/SKILLS/BANKOFAISkill.md | 6 +++--- docs/McpServer-Skills/SKILLS/Intro.md | 2 +- .../current/McpServer-Skills/SKILLS/BANKOFAISkill.md | 8 ++++---- .../current/McpServer-Skills/SKILLS/Intro.md | 4 ++-- .../McpServer-Skills/Tools/SUNCli/CommandGuide.md | 12 ++++++------ .../current/McpServer-Skills/Tools/SUNCli/Intro.md | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md index 07d293f7..f9397c09 100644 --- a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,7 +18,7 @@ BANK OF AI SKILLS can operate on **real on-chain assets**. Blockchain transactio | :--- | :--- | :--- | | **agent-wallet** | Create wallets, sign transactions/messages, manage multiple wallets — supports EVM and TRON | `AGENT_WALLET_PASSWORD` (encrypted mode) or none (interactive) | | **sunswap** | Check prices, get quotes, swap tokens, manage V2/V3/V4 liquidity pools | Read-only: none. Trading: wallet credentials | -| **sunpump-agent-skill** | SunPump meme coins: market data/rankings/holders/portfolios, plus buy/sell launch trading on SunPump (TRON mainnet only) | Read-only: none. On-chain buy/sell: wallet credentials | +| **sunpump-agent-skill** | SunPump meme coins: market data/rankings/holders/portfolios, plus buy/sell meme coins (auto-routes pre/post-launch, TRON mainnet only) | Read-only: none. On-chain buy/sell: wallet credentials | | **sunperp-skill** | Market data, open/close positions, withdrawals | Market data: none. Trading: SunPerp API keys | | **tronscan-skill** | Look up accounts, transactions, tokens, blocks, network stats | Recommended: TronScan API key (may throttle without one) | | **trc20-toolkit-skill** | Transfer tokens, check balances, manage approvals for any TRC20 token | Read-only: none. Transfers/approvals: wallet credentials | @@ -149,7 +149,7 @@ V3 only accepts fee tiers `100`, `500`, `3000`, or `10000` (0.01% / 0.05% / 0.3% ## sunpump-agent-skill {#sunpump-agent-skill} -Want to play with meme coins on SunPump? This skill is built on `@bankofai/sun-cli` and helps you check market data, do research, and buy/sell launch trades on SunPump. The key thing is that it **picks the trade path automatically**: tokens that haven't created a SunSwap V2 pair yet ("pre-launch") go through `sun sunpump buy/sell`, while tokens that already have a SunSwap V2 pair ("post-launch") use a regular `sun swap` — before placing an order the AI runs `sunpump state` to confirm which path applies. +Want to play with meme coins on SunPump? This skill is built on `@bankofai/sun-cli` and helps you check market data, do research, and buy/sell meme coins. The key thing is that it **picks the trade path automatically**: tokens that haven't created a SunSwap V2 pair yet ("pre-launch") go through `sun sunpump buy/sell`, while tokens that already have a SunSwap V2 pair ("post-launch") use a regular `sun swap` — before placing an order the AI runs `sunpump state` to confirm which path applies. **Absolutely safe, read-only:** @@ -185,7 +185,7 @@ A SunPump token has two states: **pre-launch** (no SunSwap V2 pair yet, `state` Meme coins are highly volatile and easily manipulated. When the AI shows you token info it also surfaces holder concentration — if the top few addresses hold too much combined (e.g. top 5 > 40%), it explicitly warns you of rug-pull risk. Default slippage is 5% (meme coins move fast); always review the quote before confirming a buy or sell. ::: -**sunpump-agent-skill's full functionality (queries and buy/sell launch trading) only works on TRON mainnet, not testnets.** +**sunpump-agent-skill's full functionality (queries and trading) only works on TRON mainnet, not testnets.** --- diff --git a/docs/McpServer-Skills/SKILLS/Intro.md b/docs/McpServer-Skills/SKILLS/Intro.md index 980b4db4..d4ad0cf9 100644 --- a/docs/McpServer-Skills/SKILLS/Intro.md +++ b/docs/McpServer-Skills/SKILLS/Intro.md @@ -81,7 +81,7 @@ Buy and sell on SunPump — TRON's meme-token launchpad — and check market dat > 🗣 "Show me the top 10 SunPump meme coins by 24h gain, then check the holder concentration of the top one." -💡 For launch-trading and risk details, see: [**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) +💡 For trading and risk details, see: [**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) ### 📈 Trade Perpetual Contracts diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md index a607b9f5..9aaf801f 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,7 +18,7 @@ BANK OF AI SKILLS 可以操䜜**真实的铟䞊资产**。区块铟亀易䞀旊 | :--- | :--- | :--- | | **agent-wallet** | 创建钱包、筟名亀易/消息、管理倚䞪钱包——支持 EVM 和 TRON | `AGENT_WALLET_PASSWORD`加密暡匏或无需配眮亀互暡匏 | | **sunswap** | 查价、报价、换垁管理 V2/V3/V4 流劚性池 | 查询䞍需芁亀易需芁钱包凭证 | -| **sunpump-agent-skill** | SunPump meme 垁查行情/排行/持有人/钱包持仓圚 SunPump 䞊买卖打新仅 TRON 䞻眑 | 只读查询免配眮铟䞊买卖需钱包凭证 | +| **sunpump-agent-skill** | SunPump meme 垁查行情/排行/持有人/钱包持仓买卖 meme 垁发射前后自劚选路仅 TRON 䞻眑 | 只读查询免配眮铟䞊买卖需钱包凭证 | | **sunperp-skill** | 看行情、匀仓、平仓、提现 | 看行情䞍需芁亀易需芁 SunPerp 密钥 | | **tronscan-skill** | 查莊户、亀易、代垁、区块、党眑数据 | 建议配眮 TronScan API 密钥䞍配可胜卡顿 | | **trc20-toolkit-skill** | 蜬代垁、查䜙额、管理授权支持任意 TRC20 代垁 | 查询䞍需芁蜬莊/授权需芁钱包凭证 | @@ -149,7 +149,7 @@ V3 仅支持 `100`、`500`、`3000`、`10000` 四档莹率对应 0.01% / 0.05 ## sunpump-agent-skill {#sunpump-agent-skill} -想玩 SunPump 侊的 meme 垁这䞪技胜基于 `@bankofai/sun-cli`垮䜠查行情、做研究、圚 SunPump 䞊买卖打新。最关键的是它䌚**自劚刀断亀易路埄**还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁走 `sun sunpump buy/sell`已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通 `sun swap`——䞋单前 AI 䌚先甚 `sunpump state` 垮䜠确讀走哪条路。**sunpump-agent-skill 的所有功胜查询和打新买卖郜只支持 TRON 䞻眑䞍支持测试眑。** +想玩 SunPump 侊的 meme 垁这䞪技胜基于 `@bankofai/sun-cli`垮䜠查行情、做研究、买卖 meme 垁。最关键的是它䌚**自劚刀断亀易路埄**还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁走 `sun sunpump buy/sell`已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通 `sun swap`——䞋单前 AI 䌚先甚 `sunpump state` 垮䜠确讀走哪条路。**sunpump-agent-skill 的所有功胜查询和亀易郜只支持 TRON 䞻眑䞍支持测试眑。** **绝对安党只看䞍花钱** @@ -163,7 +163,7 @@ V3 仅支持 `100`、`500`、`3000`、`10000` 四档莹率对应 0.01% / 0.05 **需芁䜠确讀才䌚执行AI 䌚先把莊单给䜠看** -> 垮我圚 SunPump 侊甹 10 TRX 打新买入 TXYZ...还没发射到 SunSwap 的代垁。 +> 垮我圚 SunPump 侊甹 10 TRX 买入 TXYZ...还没发射到 SunSwap 的代垁。 > 垮我卖掉 1000 䞪 TXYZ...滑点攟到 5%。 @@ -173,7 +173,7 @@ V3 仅支持 `100`、`500`、`3000`、`10000` 四档莹率对应 0.01% / 0.05 > 想扟热闚新垁 "垮我列出 SunPump 侊 24h 成亀量前 10 的代垁再挑第䞀名看看持有人集䞭床。" -> 想打新 "TXYZ... 现圚是什么状态劂果还胜打新垮我甚 10 TRX 买入。"——AI 䌚先查 `state`再报价确讀后才䞋单。 +> 想趁发射前买入 "TXYZ... 现圚是什么状态劂果还圚发射前垮我甚 10 TRX 买入。"——AI 䌚先查 `state`再报价确讀后才䞋单。 > 想盘点战绩 "垮我看看钱包 T... 的 SunPump 持仓和买入历史。" diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md index 74949514..26a2f2cb 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/Intro.md @@ -77,11 +77,11 @@ ### 🚀 玩蜬 SunPump meme 垁 -圚 TRON 的 meme 代垁发射台 SunPump 䞊买卖、查行情。AI 䌚自劚刀断该走哪条路还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁甚打新亀易已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通兑换。还胜查代垁诊情、排行抜、持有人分垃和钱包持仓。**sunpump-agent-skill 的所有功胜郜只支持 TRON 䞻眑**。 +圚 TRON 的 meme 代垁发射台 SunPump 䞊买卖、查行情。AI 䌚自劚刀断该走哪条路还没圚 SunSwap V2 䞊创建亀易对的「发射前」代垁圚 SunPump 䞊买卖已圚 SunSwap V2 建奜亀易对的「发射后」代垁走普通兑换。还胜查代垁诊情、排行抜、持有人分垃和钱包持仓。**sunpump-agent-skill 的所有功胜郜只支持 TRON 䞻眑**。 > 🗣 "垮我看看 SunPump 侊 24 小时涚幅前 10 的 meme 垁再查䞀䞋第䞀名的持有人集䞭床。" -💡 劂需了解打新䞎风控细节请查看[**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) +💡 劂需了解亀易䞎风控细节请查看[**sunpump-agent-skill**](./BANKOFAISkill.md#sunpump-agent-skill) ### 📈 进行氞续合纊亀易 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md index 889c25d1..29c8d6a4 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/CommandGuide.md @@ -843,7 +843,7 @@ sun contract send TRecipient transfer --args '["TRecipient","1000000"]' --value ## SunPump -SunPump 是 TRON 侊的 meme 代垁发射平台。本呜什组芆盖代垁发现行情、排行、持有人、钱包持仓、亀易历史以及发射前的打新买卖。 +SunPump 是 TRON 侊的 meme 代垁发射平台。本呜什组芆盖代垁发现行情、排行、持有人、钱包持仓、亀易历史以及发射前亀易。 > **关于 Bonding Curve** Bonding Curve 是代垁的发射进床条——随着瀟区参䞎和买入增加meme 垁垂倌逐步增长进床最高涚到 100%满 100% 后䌚自劚圚 SunSwap V2 䞊创建亀易对代垁就「发射」了。进床未满 100% 的「发射前」代垁甚 `sun sunpump buy/sell` 圚 SunPump 䞊亀易发射后改甚 [`sun swap`](#兑换)。 @@ -852,10 +852,10 @@ SunPump 是 TRON 侊的 meme 代垁发射平台。本呜什组芆盖代垁发现 ::: :::tip 发射前 vs 发射后 —— 选对亀易呜什 -- **发射前Bonding Curve 进床未满 100%、还没圚 SunSwap V2 䞊创建亀易对** `tokenLaunchedInstant` 䞺 `null`铟䞊 `state` 䞺 `1`TRADING或 `2`READY_TO_LAUNCH——甚打新亀易 `sun sunpump buy` / `sun sunpump sell`。 +- **发射前Bonding Curve 进床未满 100%、还没圚 SunSwap V2 䞊创建亀易对** `tokenLaunchedInstant` 䞺 `null`铟䞊 `state` 䞺 `1`TRADING或 `2`READY_TO_LAUNCH——甚 `sun sunpump buy` / `sun sunpump sell` 亀易。 - **发射后已圚 SunSwap V2 建奜亀易对** `state` 䞺 `3`LAUNCHED`swapPoolAddress` 非空——走普通兑换 [`sun swap`](#兑换)。 -䞋单前先甚 `sun sunpump state ` 或 `sun sunpump token get ` 刀断走哪条路埄。只读查询行情、持有人、钱包持仓、亀易历史无需钱包打新亀易需芁钱包。 +䞋单前先甚 `sun sunpump state ` 或 `sun sunpump token get ` 刀断走哪条路埄。只读查询行情、持有人、钱包持仓、亀易历史无需钱包发射前亀易需芁钱包。 ::: ### `sunpump token get `读取 @@ -1055,7 +1055,7 @@ sun sunpump portfolio [options] ### `sunpump state `读取 -查询 SunPump 代垁的铟䞊状态甚于刀断该走 SunPump 打新还是 SunSwap。 +查询 SunPump 代垁的铟䞊状态甚于刀断该走 SunPump 发射前亀易还是 SunSwap。 ```bash sun sunpump state @@ -1072,7 +1072,7 @@ sun sunpump state ### `sunpump quote-buy `读取 -预览䞀笔 SunPump 打新买入䞍发送亀易。 +预览䞀笔 SunPump 发射前买入䞍发送亀易。 ```bash sun sunpump quote-buy --trx 10 @@ -1084,7 +1084,7 @@ sun sunpump quote-buy --trx 10 ### `sunpump quote-sell `读取 -预览䞀笔 SunPump 打新卖出䞍发送亀易。 +预览䞀笔 SunPump 发射前卖出䞍发送亀易。 ```bash sun sunpump quote-sell --amount 1000 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md index ed6efd42..b3a9da68 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/Tools/SUNCli/Intro.md @@ -50,7 +50,7 @@ SUN CLI 芆盖了䞎 SunSwap DEX 亀互的完敎操䜜从实时行情数据 | **V3 流劚性** | 铞造、增加、减少集䞭流劚性仓䜍收取手续莹 | `sun liquidity v3:mint --token0 TRX --token1 USDT --amount0 1000000` | | **V4 流劚性** | V4 集䞭流劚性操䜜支持 Permit2 授权 | `sun liquidity v4:mint --token0 TRX --token1 USDT --amount0 1000000` | | **合纊亀互** | 读取或写入任意 TRON 智胜合纊 | `sun contract read
balanceOf --args '[...]'` | -| **SunPump 打新** | 圚 SunPump 䞊买卖还没圚 SunSwap V2 䞊建亀易对的 meme 代垁仅 TRON 䞻眑 | `sun sunpump buy
--trx 10` | +| **SunPump 发射前亀易** | 圚 SunPump 䞊买卖还没圚 SunSwap V2 䞊建亀易对的 meme 代垁仅 TRON 䞻眑 | `sun sunpump buy
--trx 10` | --- From 2973b635cad8fb7eec2fe94a6856894810d98cf5 Mon Sep 17 00:00:00 2001 From: jerryji-prog Date: Thu, 4 Jun 2026 19:11:33 +0800 Subject: [PATCH 3/3] fix --- docs/McpServer-Skills/SKILLS/BANKOFAISkill.md | 2 +- .../current/McpServer-Skills/SKILLS/BANKOFAISkill.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md index f9397c09..bd3a530e 100644 --- a/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/docs/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,7 +18,7 @@ BANK OF AI SKILLS can operate on **real on-chain assets**. Blockchain transactio | :--- | :--- | :--- | | **agent-wallet** | Create wallets, sign transactions/messages, manage multiple wallets — supports EVM and TRON | `AGENT_WALLET_PASSWORD` (encrypted mode) or none (interactive) | | **sunswap** | Check prices, get quotes, swap tokens, manage V2/V3/V4 liquidity pools | Read-only: none. Trading: wallet credentials | -| **sunpump-agent-skill** | SunPump meme coins: market data/rankings/holders/portfolios, plus buy/sell meme coins (auto-routes pre/post-launch, TRON mainnet only) | Read-only: none. On-chain buy/sell: wallet credentials | +| **sunpump-agent-skill** | SunPump meme coins: market data/rankings/holders/portfolios, plus buy/sell meme coins (automatically picks the swap route based on whether the token has launched, TRON mainnet only) | Read-only: none. On-chain buy/sell: wallet credentials | | **sunperp-skill** | Market data, open/close positions, withdrawals | Market data: none. Trading: SunPerp API keys | | **tronscan-skill** | Look up accounts, transactions, tokens, blocks, network stats | Recommended: TronScan API key (may throttle without one) | | **trc20-toolkit-skill** | Transfer tokens, check balances, manage approvals for any TRC20 token | Read-only: none. Transfers/approvals: wallet credentials | diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md index 9aaf801f..698f5447 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md @@ -18,7 +18,7 @@ BANK OF AI SKILLS 可以操䜜**真实的铟䞊资产**。区块铟亀易䞀旊 | :--- | :--- | :--- | | **agent-wallet** | 创建钱包、筟名亀易/消息、管理倚䞪钱包——支持 EVM 和 TRON | `AGENT_WALLET_PASSWORD`加密暡匏或无需配眮亀互暡匏 | | **sunswap** | 查价、报价、换垁管理 V2/V3/V4 流劚性池 | 查询䞍需芁亀易需芁钱包凭证 | -| **sunpump-agent-skill** | SunPump meme 垁查行情/排行/持有人/钱包持仓买卖 meme 垁发射前后自劚选路仅 TRON 䞻眑 | 只读查询免配眮铟䞊买卖需钱包凭证 | +| **sunpump-agent-skill** | SunPump meme 垁查行情/排行/持有人/钱包持仓买卖 meme 垁根据代垁是吊已发射自劚选择兑换路线仅 TRON 䞻眑 | 只读查询免配眮铟䞊买卖需钱包凭证 | | **sunperp-skill** | 看行情、匀仓、平仓、提现 | 看行情䞍需芁亀易需芁 SunPerp 密钥 | | **tronscan-skill** | 查莊户、亀易、代垁、区块、党眑数据 | 建议配眮 TronScan API 密钥䞍配可胜卡顿 | | **trc20-toolkit-skill** | 蜬代垁、查䜙额、管理授权支持任意 TRC20 代垁 | 查询䞍需芁蜬莊/授权需芁钱包凭证 |