← Back to Skills Marketplace
odds7

Fía Signals

by Odds7 · GitHub ↗ · v2.1.0
cross-platform ⚠ suspicious
503
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install fia-signals-skill
Description
AI crypto market intelligence from Fía Signals. 65+ endpoints covering price predictions, technical analysis (RSI MACD EMA Bollinger), market sentiment, smar...
README (SKILL.md)

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)

Endpoint Description
/v1/gas/prices Multi-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/trending Top 20 trending Solana tokens with price, liquidity, volume
/v1/solana/staking Solana staking rates and validator info
/v1/solana/top-wallets Most active Solana wallets
/v1/mev/bots Known MEV bot addresses and activity
/v1/dd/quick/{symbol} Quick due diligence report for any crypto asset
/v1/research/topics Current crypto research topics and papers
/v1/yield/rates Best DeFi yield rates across protocols
/v1/health API health check

Premium Endpoints (x402 USDC payment)

Endpoint Price Description
/v1/solana/new-launches $0.005 Newly launched Solana tokens
/v1/solana/new-pools $0.005 New liquidity pools
/v1/solana/smart-money $0.01 Smart money wallet tracking
/v1/solana/whales $0.01 Whale movement alerts
/v1/solana/yields $0.005 Solana-specific yield opportunities
/v1/mev/scan $0.01 Full MEV risk scan for a transaction
/v1/audit/quick/{address} $0.05 Quick smart contract risk assessment
/v1/audit/report $0.50 Full smart contract audit report
/v1/wallet/risk $0.02 Wallet risk scoring
/v1/wallet/profile/{address} $0.02 Complete 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: [email protected]

Usage Guidance
This skill appears to do exactly what it says: make HTTP requests to a Fía Signals API and print results. Before installing, verify the API hostname and origin (api.fiasignals.com / x402.fiasignals.com) and that you trust that service. Test free endpoints manually (curl the /preview or /health endpoints) to confirm behavior. Note documentation inconsistencies (endpoint counts, minor version mismatches) — these are likely harmless but worth checking. The skill does not request or store secrets, and premium endpoints indicate payment required (the script only prints a payment URL and does not automatically charge), but be cautious about an agent making repeated automated calls to premium endpoints if you enable autonomous invocation. If you need stronger assurance, ask the publisher for a canonical repository or TLS certificate details and confirm the contact address ([email protected]).
Capability Analysis
Type: OpenClaw Skill Name: fia-signals-skill Version: 2.1.0 The `scripts/fia_signals.sh` file contains a critical shell injection vulnerability. User-supplied arguments (e.g., `CHAIN`, `SYM`, `ADDR`) are directly interpolated into the `curl` command string without proper sanitization or quoting. This allows an attacker to inject arbitrary shell commands by crafting specific input, leading to potential Remote Code Execution (RCE) on the agent's system. For example, `fia_signals.sh dd 'BTC; malicious_command'` would execute `malicious_command`. While this is a severe flaw, there is no clear evidence of intentional malicious behavior (e.g., data exfiltration, persistence, or unauthorized remote control) designed by the skill's author, thus classifying it as suspicious rather than malicious.
Capability Assessment
Purpose & Capability
Name/description promise (crypto market intelligence, many endpoints) matches the contained artifacts: SKILL.md, README, package.json and the shell script all call a Fía Signals API and expose free vs premium endpoints. There are minor copy inconsistencies (SKILL.md mentions '65+ endpoints' while README/package mention '56' and version strings vary), but these are documentation issues, not functional mismatches.
Instruction Scope
The runtime instructions and the shell script only perform HTTP GETs to the documented API base (api.fiasignals.com or x402.fiasignals.com) and print results. The script does not read local config files, environment variables, credentials, or hidden system paths; it does not exfiltrate data. Help/discovery output is limited to the API URLs and usage examples.
Install Mechanism
No install spec is present (instruction-only plus a small helper script). No downloads, no archive extraction, and no package manager installs. The README mentions curl/python3 as common prerequisites; the script relies only on curl which is typical and low risk.
Credentials
The skill declares no required environment variables, no primary credential, and the script does not access environment secrets. All network calls go to the API hosts documented in the SKILL.md/README. There are no requests for unrelated credentials or config paths.
Persistence & Privilege
The skill is not always-enabled, does not request elevated agent privileges, and does not modify other skills or global agent settings. It is a passive client that issues API requests when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fia-signals-skill
  3. After installation, invoke the skill by name or use /fia-signals-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.1.0
Keyword-optimised descriptions. 65+ endpoints. Price prediction, technical analysis, smart money, DeFi, gas, Solana, MEV, regime detection.
v2.0.0
Major update: Expanded from market analysis to 56 endpoints covering broad crypto intelligence, including Solana, gas, DeFi, MEV, audit, and wallet risk. - Added new API base URL and standardized all endpoints under `/v1/`. - Introduced 50+ new endpoints for gas prices, Solana tracking, DeFi yields, MEV bot detection, wallet profiling, smart contract auditing, and research. - Free tier endpoints are available instantly; premium endpoints/services listed with pricing in x402 USDC. - Updated usage examples and command-line interface to support new actions and endpoints. - Revised documentation to reflect expanded capabilities and new data sources.
v1.1.0
- Added detailed SKILL.md documentation describing available endpoints and usage. - Clarified supported real-time crypto data and technical analysis features. - Included usage examples for each endpoint. - Listed contact information and data source link.
Metadata
Slug fia-signals-skill
Version 2.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Fía Signals?

AI crypto market intelligence from Fía Signals. 65+ endpoints covering price predictions, technical analysis (RSI MACD EMA Bollinger), market sentiment, smar... It is an AI Agent Skill for Claude Code / OpenClaw, with 503 downloads so far.

How do I install Fía Signals?

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

Is Fía Signals free?

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

Which platforms does Fía Signals support?

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

Who created Fía Signals?

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

💬 Comments