Fia Signals
v1.0.0Real-time crypto market intelligence from Fía Signals. Use when asked about: crypto market regime, BTC regime, trending up or down, market direction, funding...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description, README, SKILL.md, and the included script all consistently target Fía Signals market data on x402.fiasignals.com. One minor metadata mismatch: the skill metadata declared no required binaries, but the script relies on curl and python3 being present at runtime.
Instruction Scope
Runtime instructions and the script only perform HTTP requests to the stated API endpoints and format responses locally. The script does not read local files, access environment variables, or transmit data to unexpected domains. It will surface a payment-required (HTTP 402) message for paid endpoints but does not implement any automated payment flow.
Install Mechanism
There is no install spec and the skill is instruction-only with a small shell script — nothing is downloaded or written during installation. This is a low-risk install model.
Credentials
The skill requests no environment variables or credentials. Its network access to a single external API (x402.fiasignals.com) is proportionate to the stated purpose of fetching market data. It does not attempt to access unrelated services or secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It can be invoked autonomously (platform default), which is expected for a data-providing skill.
Assessment
This skill will make outbound HTTPS requests to https://x402.fiasignals.com to retrieve real-time crypto data; it does not require or exfiltrate local credentials. Before installing: verify you trust the provider/domain (check TLS cert and the .well-known/x402.json discovery if needed), be aware some endpoints are paid (the script will show HTTP 402 and not auto-pay), ensure curl and python3 are available in your agent environment, and consider restricting autonomous network access or requiring explicit user invocation if you want to avoid accidental queries. If you need higher assurance, ask the publisher for an audit link or more provenance for the x402 endpoint.Like a lobster shell, security has layers — review code before you run it.
latest
Fía Signals — Crypto Market Intelligence Skill
Provides real-time crypto market data and technical analysis via the Fía Signals x402 API.
Available Endpoints
| Endpoint | What it returns | Cost |
|---|---|---|
| /regime | Market regime (TRENDING UP/DOWN/RANGING), RSI, ADX, confidence | Free preview |
| /fear-greed | Fear & Greed index, 7-day trend, contrarian signal | Free preview |
| /funding | Top 10 perpetual futures funding rates | Free preview |
| /signals | RSI-14, MACD, Bollinger Bands for any symbol | Free preview |
| /prices | Real-time spot prices for up to 20 symbols | Free preview |
| /dominance | BTC and ETH market dominance % | Free preview |
| /liquidations | Recent liquidation events, long/short volumes | Free preview |
Usage
Run the skill script with an action:
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh regime
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh fear-greed
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh signals BTCUSDT
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh prices BTC,ETH,SOL
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh funding
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh dominance
~/.openclaw/workspace/skills/fia-signals-skill/scripts/fia_signals.sh liquidations
Data Source
Live data from Fía Signals: https://x402.fiasignals.com Contact: fia-trading@agentmail.to
Comments
Loading comments...
