# Send Fairscale Solana Skill to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fairscale-solana-skill",
    "name": "Fairscale Solana Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/RisheeA/fairscale-solana-skill",
    "canonicalUrl": "https://clawhub.ai/RisheeA/fairscale-solana-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fairscale-solana-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fairscale-solana-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/fairscale-solana-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fairscale-solana-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/fairscale-solana-skill",
    "agentUrl": "https://openagent3.xyz/skills/fairscale-solana-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fairscale-solana-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fairscale-solana-skill/agent.md"
  }
}
```
## Documentation

### FairScale Reputation Skill

Check Solana wallet reputation scores. Free tier: 100 calls/day, no API key needed.

### What This Does

FairScale provides reputation scores (0-100) for any Solana wallet based on 50+ on-chain signals. Use it to:

Check a wallet's trustworthiness before transacting
Filter wallets for airdrops or whitelists
Build custom scoring models for your use case
Add reputation data to your agent's decision-making

### API Endpoint

https://x402.fairscale.xyz

No API key required for free tier.

### GET /score

Get a wallet's reputation score.

GET https://x402.fairscale.xyz/score?wallet=WALLET_ADDRESS

Response:

{
  "wallet": "7xK9...",
  "fairscore": 72,
  "tier": "gold",
  "_meta": {
    "remaining_today": 99
  }
}

### GET /check

Get a risk assessment for a specific transaction amount.

GET https://x402.fairscale.xyz/check?wallet=WALLET_ADDRESS&amount=500

Response:

{
  "wallet": "7xK9...",
  "fairscore": 72,
  "risk_level": "medium",
  "recommendation": "proceed_with_caution",
  "max_suggested_amount_usd": 1000
}

### POST /score/custom

Create custom scoring rules. Requires credits.

POST https://x402.fairscale.xyz/score/custom
Content-Type: application/json

{
  "wallet": "WALLET_ADDRESS",
  "rules": {
    "min_score": 60,
    "min_age_days": 90,
    "no_rug_history": true
  }
}

Response:

{
  "wallet": "7xK9...",
  "passes": true,
  "rule_results": {
    "min_score": { "pass": true, "required": 60, "actual": 72 },
    "min_age_days": { "pass": true, "required": 90, "actual": 340 },
    "no_rug_history": { "pass": true }
  }
}

### POST /batch

Score multiple wallets at once. Requires credits.

POST https://x402.fairscale.xyz/batch
Content-Type: application/json

{
  "wallets": ["wallet1", "wallet2", "wallet3"]
}

### Custom Rules

Use these with /score/custom:

RuleTypeExamplemin_scorenumber"min_score": 60min_age_daysnumber"min_age_days": 90no_rug_historyboolean"no_rug_history": truemin_transaction_countnumber"min_transaction_count": 100min_volume_usdnumber"min_volume_usd": 5000max_burst_rationumber"max_burst_ratio": 0.5min_tierstring"min_tier": "silver"

### Score Guide

ScoreTierMeaning80-100PlatinumHighly trusted60-79GoldGood reputation40-59SilverAverage0-39BronzeLow trust

### Pricing

TierLimitCostFree100 calls/day$0CreditsUnlimited$0.01/call

### Get Credits

Send USDC to: fairAUEuR1SCcHL254Vb3F3XpUWLruJ2a11f6QfANEN
Call POST /credits/deposit with your wallet and tx signature
Get a session token
Include x-session-token header on requests

### Examples

Check a wallet:

GET https://x402.fairscale.xyz/score?wallet=7xK9abc...

Check risk for $500 trade:

GET https://x402.fairscale.xyz/check?wallet=7xK9abc...&amount=500

Custom rules for lending:

POST https://x402.fairscale.xyz/score/custom
{
  "wallet": "7xK9abc...",
  "rules": {
    "min_score": 70,
    "min_age_days": 180,
    "no_rug_history": true
  }
}

### Monetise This Skill

Build products on top of FairScale:

Gated access: Charge users to verify their reputation
Airdrop filtering: Charge projects to filter sybils
Lending checks: Charge per credit decision
Premium verification: Offer "FairScale Verified" badges

Your agent can charge users while paying $0.01/call to FairScale.

### Links

Docs: https://docs.fairscale.xyz
API: https://x402.fairscale.xyz
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: RisheeA
- Version: 0.1.3
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/fairscale-solana-skill)
- [Send to Agent page](https://openagent3.xyz/skills/fairscale-solana-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/fairscale-solana-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fairscale-solana-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/fairscale-solana-skill)