← Back to Skills Marketplace
odds7

Fia Signals

by Odds7 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
343
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fia-signals
Description
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...
README (SKILL.md)

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: [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: fia-signals Version: 1.0.0 The OpenClaw skill 'fia-signals' is designed to fetch crypto market data from 'https://x402.fiasignals.com'. The `scripts/fia_signals.sh` script uses `curl` for network requests and `python3 -c` to format JSON responses. User-controlled inputs (like `SYMBOL`) are properly quoted when constructing `curl` URLs, preventing shell injection. API responses are piped to `python3`'s stdin, which safely parses JSON without embedding potentially malicious data directly into the Python script, thus avoiding Python code injection. There is no evidence of data exfiltration, persistence mechanisms, or prompt injection attempts against the AI agent. The script's behavior is entirely aligned with its stated purpose.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fia-signals
  3. After installation, invoke the skill by name or use /fia-signals
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Live crypto market regime detection, Fear & Greed, funding rates, signals (RSI/MACD/Bollinger), prices, and more via x402 micropayments.
Metadata
Slug fia-signals
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Fia Signals?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 343 downloads so far.

How do I install Fia Signals?

Run "/install fia-signals" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Fia Signals free?

Yes, Fia Signals is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Fia Signals support?

Fia Signals is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Fia Signals?

It is built and maintained by Odds7 (@odds7); the current version is v1.0.0.

💬 Comments