← 返回
未分类

Liberfi Token

Research and analyze tokens on supported blockchains: search tokens by keyword, get token details (price, market cap, volume, supply), run security audits (h...
Research and analyze tokens on supported blockchains: search tokens by keyword, get token details (price, market cap, volume, supply), run security audits (h...
bombmod
未分类 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 361
下载
💾 1
安装
1
版本
#latest

概述

LiberFi Token Research

Search, analyze, and audit tokens across supported blockchains using the LiberFi CLI.

Pre-flight Checks

See bootstrap.md for CLI installation and connectivity verification.

This skill's auth requirements:

  • All commands: No authentication required (public API)

Skill Routing

If user asks about...Route to
---------------------------------
Trending tokens, top gainers, hot tokensliberfi-market
Newly listed tokens, new launchesliberfi-market
Wallet holdings, balance, portfolioliberfi-portfolio
Wallet PnL, trading statsliberfi-portfolio
Swap, trade, buy, sell tokensliberfi-swap
Transaction fees, gas estimationliberfi-swap
Send / broadcast a transactionliberfi-swap

CLI Command Index

Query Commands

CommandDescriptionAuth
----------------------------
lfi token search --q [--chains ] [--limit ]Search tokens by keywordNo
lfi token info
Get token details (price, MC, volume, supply)No
lfi token security
Run security audit (honeypot, mint, tax, proxy)No
lfi token pools
[--limit ]
List DEX liquidity poolsNo
lfi token holders
[--limit ]
List top token holdersNo
lfi token traders
[--tag ]
List top traders (default: smart money)No
lfi token candles
--resolution
Get K-line candlestick dataNo

Parameter Reference

Common pagination options (apply to search, pools, holders, traders):

  • --cursor — Pagination cursor from previous response
  • --limit — Max results per page
  • --direction — Cursor direction: next or prev

Candle-specific options:

  • --resolution Required. Values: 1m, 5m, 15m, 1h, 4h, 1d
  • --price-type — Price type
  • --from — Start timestamp
  • --to — End timestamp
  • --limit — Max candles to return

Traders tag options: smart (default), kol, whale, insider

Operation Flow

Search for a Token

  1. Search: lfi token search --q "bitcoin" --json
  2. Present results: Show token name, symbol, chain, address, and price in a table
  3. Suggest next step: "Would you like to see details for any of these tokens?"

Get Token Details

  1. Fetch info: lfi token info
    --json
  2. Present: Display name, symbol, price, market cap, volume, supply, FDV
  3. Suggest next step: "Want to check the security audit or see the liquidity pools?"

Run Security Audit

  1. Fetch security: lfi token security
    --json
  2. Analyze result: Check for honeypot, mint risk, proxy contract, buy/sell tax
  3. Present risk summary: If any flags are raised, clearly warn the user with risk level
  4. Suggest next step: If safe — "Want to check the liquidity pools or get a swap quote?" / If risky — "This token has risk flags. Proceed with caution."

Analyze Token Holders

  1. Fetch holders: lfi token holders
    --json
  2. Present: Show top holders with address (truncated), holding amount, percentage
  3. Highlight: Flag if top 10 holders control >50% supply (concentration risk)
  4. Suggest next step: "Want to see smart money traders for this token?"

View Smart Money Traders

  1. Fetch traders: lfi token traders
    --tag smart --json
  2. Present: Show trader addresses, trade direction, amounts
  3. Suggest next step: "Want to check the K-line chart for entry timing?"

Get K-line / Price Chart Data

  1. Determine resolution: Ask user or infer from context (e.g. "last hour" → 1m, "last week" → 1h, "last month" → 1d)
  2. Fetch candles: lfi token candles
    --resolution --json
  3. Present: Summarize price trend — open, close, high, low, volume
  4. Suggest next step: "Want to get a swap quote for this token?"

Cross-Skill Workflows

"Help me research this token before buying"

> Full flow: token → token → token → swap

  1. tokenlfi token info
    --json — Get price, market cap
  2. tokenlfi token security
    --json — Security audit
  3. tokenlfi token holders
    --json — Check holder concentration
  4. tokenlfi token traders
    --tag smart --json — Smart money activity
  5. Present consolidated research report to user
  6. If user wants to buy → swaplfi swap quote ...

"What tokens are trending, and tell me about the top one"

> Full flow: market → token → token

  1. marketlfi ranking trending --json — Get trending list
  2. tokenlfi token info
    --json — Details on #1 token
  3. tokenlfi token security
    --json — Security audit
  4. Present findings to user

"Check if this token in my wallet is safe"

> Full flow: portfolio → token

  1. portfoliolfi wallet holdings --json — Get holdings
  2. User selects a token from holdings
  3. tokenlfi token security --json — Security check
  4. Present security results

Suggest Next Steps

Just completedSuggest to user
---------------------------------
Token search"Want to see details for any of these tokens?" / "需要查看哪个代币的详情?"
Token info"Want to check the security audit or liquidity pools?" / "需要查看安全审计或流动性池?"
Token security"Want to see holders or smart money traders?" / "需要查看持有者或聪明钱交易者?"
Token pools"Want to check the holder distribution?" / "需要查看持有者分布?"
Token holders"Want to see smart money traders?" / "需要查看聪明钱交易者?"
Token traders"Want to check the K-line chart?" / "需要查看K线走势?"
Token candles"Want to get a swap quote?" / "需要获取兑换报价?"

Edge Cases

  • Token not found: If token search returns empty, inform the user: "No tokens found for this keyword. Try a different name, symbol, or contract address."
  • Invalid chain or address: If the API returns a 400/404 error, ask the user to verify the chain name (e.g. sol, eth, bsc) and the contract address format
  • Network timeout: Retry once after 3 seconds; if still fails, inform the user to check connectivity via lfi ping --json
  • Empty holders / traders / pools: Clearly state "No data available" — do not leave the response blank
  • Security audit unavailable: Some tokens may not have security data; inform the user that the audit is not available and recommend manual due diligence
  • Rate limiting: If the API returns 429, wait the duration indicated and retry; inform the user of the delay

Security Notes

See security-policy.md for global security rules.

Skill-specific rules:

  • Token security audits are informational only — they do not guarantee safety; always advise users to do their own research (DYOR)
  • Never claim a token is "safe" based solely on the security audit passing — state findings factually
  • If a token shows honeypot or high tax flags, proactively warn the user before they attempt any swap

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-07 13:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Liberfi Perpetuals

bombmod
通过 LiberFi 的统一永续 API(openapi‑server → perpetuals‑server,Hyperliquid 在 MVP 中)查询并交易永续期货:列出币种和市场,...
★ 0 📥 406

Liberfi Market

bombmod
发现热门代币和支持的区块链上新上线的代币:按链和时间窗口查看热门代币排名,寻找新上线的代币
★ 0 📥 401

Liberfi Predict

bombmod
浏览和交易预测市场:筛选和搜索活动列表,查看活动详情和嵌入市场,查看Kalshi和Polyma上的USDC余额...
★ 0 📥 416