# Send Fía Signals 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": "fia-signals-skill",
    "name": "Fía Signals",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Odds7/fia-signals-skill",
    "canonicalUrl": "https://clawhub.ai/Odds7/fia-signals-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/fia-signals-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fia-signals-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "scripts/fia_signals.sh"
    ],
    "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/fia-signals-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/fia-signals-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/fia-signals-skill",
    "agentUrl": "https://openagent3.xyz/skills/fia-signals-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fia-signals-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fia-signals-skill/agent.md"
  }
}
```
## Documentation

### Fía Signals — Crypto Market Intelligence

Real-time crypto data for AI agents. 56 endpoints. Free tier works instantly — no keys, no signup.

### API Base URL

https://api.fiasignals.com

### Free Endpoints (no auth, no payment)

EndpointDescription/v1/gas/pricesMulti-chain gas prices (Ethereum, Base, Arbitrum, Polygon, Optimism)/v1/gas/prices/{chain}Gas prices for a specific chain/v1/gas/history/{chain}Gas price history/v1/solana/trendingTop 20 trending Solana tokens with price, liquidity, volume/v1/solana/stakingSolana staking rates and validator info/v1/solana/top-walletsMost active Solana wallets/v1/mev/botsKnown MEV bot addresses and activity/v1/dd/quick/{symbol}Quick due diligence report for any crypto asset/v1/research/topicsCurrent crypto research topics and papers/v1/yield/ratesBest DeFi yield rates across protocols/v1/healthAPI health check

### Premium Endpoints (x402 USDC payment)

EndpointPriceDescription/v1/solana/new-launches$0.005Newly launched Solana tokens/v1/solana/new-pools$0.005New liquidity pools/v1/solana/smart-money$0.01Smart money wallet tracking/v1/solana/whales$0.01Whale movement alerts/v1/solana/yields$0.005Solana-specific yield opportunities/v1/mev/scan$0.01Full MEV risk scan for a transaction/v1/audit/quick/{address}$0.05Quick smart contract risk assessment/v1/audit/report$0.50Full smart contract audit report/v1/wallet/risk$0.02Wallet risk scoring/v1/wallet/profile/{address}$0.02Complete wallet profile and PnL

### Usage

# Free — works immediately
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh gas
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh trending
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh yields
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh dd BTC
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh mev-bots
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh research
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh staking

# Premium — requires x402 USDC payment
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh whales
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh smart-money
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh new-launches
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh audit 0xContractAddress

### Data Source

Live data from Fía Signals API: https://api.fiasignals.com
Discovery doc: https://x402.fiasignals.com/.well-known/x402.json
Contact: fia-trading@agentmail.to
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Odds7
- Version: 2.1.0
## 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/fia-signals-skill)
- [Send to Agent page](https://openagent3.xyz/skills/fia-signals-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/fia-signals-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/fia-signals-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/fia-signals-skill)