← 返回 Skills 市场
odds7

Fia Signals

作者 Odds7 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
343
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install fia-signals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /fia-signals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Live crypto market regime detection, Fear & Greed, funding rates, signals (RSI/MACD/Bollinger), prices, and more via x402 micropayments.
元数据
Slug fia-signals
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 343 次。

如何安装 Fia Signals?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install fia-signals」即可一键安装,无需额外配置。

Fia Signals 是免费的吗?

是的,Fia Signals 完全免费(开源免费),可自由下载、安装和使用。

Fia Signals 支持哪些平台?

Fia Signals 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Fia Signals?

由 Odds7(@odds7)开发并维护,当前版本 v1.0.0。

💬 留言讨论