Solana wallet reputation. Ask anything in plain English — "is this a bot?", "whale?", "diamond hands?" — get instant answers.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install fairscale-solana或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install fairscale-solana⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/fairscale-solana/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Real-time wallet reputation scoring for Solana. Use this skill to check if a wallet is trustworthy before transacting.
Use FairScale when:
Get the FairScore (0-100) for any Solana wallet.
Free tier: 100 calls/day Pro tier: 10,000 calls/day
GET https://api.fairscale.xyz/score?wallet=ADDRESS
Response:
{
"wallet": "7xK9...",
"fairscore": 72,
"tier": "gold",
"vouch_boost": 1.5
}
Pre-transaction risk assessment. Returns risk level and recommended max transaction amount.
Free tier: 100 calls/day
GET https://api.fairscale.xyz/check?wallet=ADDRESS&amount=500
Response:
{
"wallet": "7xK9...",
"fairscore": 72,
"risk_level": "medium",
"recommendation": "proceed_with_caution",
"max_suggested_amount_usd": 1000,
"amount_check": {
"requested": 500,
"max_suggested": 1000,
"proceed": true
}
}
Apply custom scoring rules. Pro tier required.
POST https://api.fairscale.xyz/score/custom
Content-Type: application/json
{
"wallet": "7xK9...",
"rules": {
"min_score": 60,
"min_age_days": 180,
"no_rug_history": true,
"min_transaction_count": 100,
"min_volume_usd": 10000,
"max_burst_ratio": 0.5,
"min_tier": "silver"
}
}
Response:
{
"wallet": "7xK9...",
"passes": true,
"fairscore": 72,
"rule_results": {
"min_score": { "pass": true, "required": 60, "actual": 72 },
"min_age_days": { "pass": true, "required": 180, "actual": 340 },
"no_rug_history": { "pass": true, "actual": false },
"min_transaction_count": { "pass": true, "required": 100, "actual": 523 }
},
"recommendation": "proceed"
}
Score multiple wallets at once. Pro tier required.
POST https://api.fairscale.xyz/batch
Content-Type: application/json
{
"wallets": ["address1", "address2", "address3"]
}
Response:
{
"count": 3,
"results": [
{ "wallet": "address1", "fairscore": 72, "tier": "gold" },
{ "wallet": "address2", "fairscore": 45, "tier": "silver" },
{ "wallet": "address3", "fairscore": 23, "tier": "bronze" }
]
}
| Score | Tier | Risk Level | Recommendation | |-------|------|------------|----------------| | 80-100 | Platinum | Low | Proceed | | 60-79 | Gold | Medium | Proceed with caution | | 40-59 | Silver | High | Small amounts only | | 0-39 | Bronze | Very High | Avoid |
User: "Should I accept a 500 USDC trade from wallet 7xK9...?"
Agent steps:
1. Call GET /check?wallet=7xK9...&amount=500
2. Response: score 34, risk "very_high", recommendation "avoid"
3. Respond: "This wallet has a very low reputation score (34/100). I recommend not proceeding with this trade."
User: "Filter this list of wallets for my airdrop - only 60+ score"
Agent steps:
1. Call POST /batch with wallet list
2. Filter results where fairscore >= 60
3. Return qualifying wallets
Agent config: "Only trade with wallets that have score 70+, age 6+ months, no rug history"
Before each trade:
1. Call POST /score/custom with rules
2. Check if passes: true
3. Proceed only if passes
| Tier | Daily Limit | Rate Limit | |------|-------------|------------| | Free | 100 calls | 10/minute | | Pro | 10,000 calls | 100/minute | | Enterprise | Unlimited | 1000/minute |
Free tier: No authentication required. Rate limited by IP.
Pro/Enterprise: Include API key in header:
x-api-key: fs_your_api_key_here
Get an API key:
POST https://api.fairscale.xyz/register
{ "wallet": "your_solana_wallet" }
For higher limits and custom scoring:
POST https://api.fairscale.xyz/upgrade
{
"api_key": "fs_your_key",
"tier": "pro",
"signature": "payment_tx_signature"
}
Cost: $50 USDC/month
| Rule | Type | Description | |------|------|-------------| | min_score | number | Minimum FairScore (0-100) | | min_age_days | number | Minimum wallet age in days | | no_rug_history | boolean | Reject if wallet has rug history | | min_transaction_count | number | Minimum number of transactions | | min_volume_usd | number | Minimum total volume in USD | | max_burst_ratio | number | Maximum burst ratio (0-1) | | min_tier | string | Minimum tier (bronze/silver/gold/platinum) |
安装 FairScale Solana 后,可以对 AI 说这些话来触发它
Help me get started with FairScale Solana
Explains what FairScale Solana does, walks through the setup, and runs a quick demo based on your current project
Use FairScale Solana to solana wallet reputation
Invokes FairScale Solana with the right parameters and returns the result directly in the conversation
What can I do with FairScale Solana in my general tools workflow?
Lists the top use cases for FairScale Solana, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/fairscale-solana/ 目录(个人级,所有项目可用),或 .claude/skills/fairscale-solana/(项目级)。重启 AI 客户端后,用 /fairscale-solana 主动调用,或让 AI 根据上下文自动发现并使用。
FairScale Solana 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
FairScale Solana 可免费安装使用。请查阅仓库了解许可证信息。
Solana wallet reputation. Ask anything in plain English — "is this a bot?", "whale?", "diamond hands?" — get instant answers.
FairScale Solana 属于「General Tools」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my general tools tasks using FairScale Solana
Identifies repetitive steps in your workflow and sets up FairScale Solana to handle them automatically