Fia Signals

v1.0.0

Real-time crypto market intelligence from Fía Signals. Use when asked about: crypto market regime, BTC regime, trending up or down, market direction, funding...

0· 319·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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.

latestvk975wgd533fpdnvjkjbg5cc84s81xn7z
319downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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

EndpointWhat it returnsCost
/regimeMarket regime (TRENDING UP/DOWN/RANGING), RSI, ADX, confidenceFree preview
/fear-greedFear & Greed index, 7-day trend, contrarian signalFree preview
/fundingTop 10 perpetual futures funding ratesFree preview
/signalsRSI-14, MACD, Bollinger Bands for any symbolFree preview
/pricesReal-time spot prices for up to 20 symbolsFree preview
/dominanceBTC and ETH market dominance %Free preview
/liquidationsRecent liquidation events, long/short volumesFree 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...