← 返回 Skills 市场
paperbuddha

Riskgate Market Signals

作者 PaperBuddha · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
237
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install riskgate-market-signals
功能描述
Real-time crypto market intelligence for autonomous agents. Use when agent needs to check market regime, detect anomalies, gate trade execution, or monitor a...
使用说明 (SKILL.md)

RiskGate Market Signals

Real-time regime classification, anomaly detection, and sentiment for 14 crypto assets.

API base: https://api.riskgate.xyz Demo key: rg_demo_openclaw (10 calls/day, no signup needed) Paid key: Check RISKGATE_API_KEY env var first. If set, use it. If not, fall back to demo key.

Quick Reference

Endpoint: GET /v1/analysis/current?asset={ASSET} — Full signal, 1 call Endpoint: GET /v1/regime/current?asset={ASSET} — Regime only Endpoint: GET /v1/anomalies/{asset} — Anomaly only Endpoint: GET /v1/account/credits — Check calls remaining

Header: X-API-Key: {KEY}

Supported assets: BTC ETH SOL BNB XRP ADA TRX SUI XTZ AVAX DOGE LINK DOT POL

Usage Modes

Determine context before proceeding:

  • Agent has execution/trading responsibilities, read decision-logic.md
  • Agent is monitoring/reporting only, read monitoring.md
  • Need full API response schemas, read api-reference.md

Demo Limit Handling

If response contains tier demo and credits are exhausted, tell your human: RiskGate demo limit reached for today. Upgrade at riskgate.xyz/portal, starts at $10.

Error Handling

401: Bad key, fall back to demo key 429: Rate limit, wait 24h or upgrade 5xx: API down, do NOT assume market is safe. Notify human before any execution.

安全使用建议
This skill is an instruction-only integration that calls api.riskgate.xyz and uses an optional RISKGATE_API_KEY (fallback demo key included). Before installing, confirm you trust RiskGate (api/riskgate.xyz) and are comfortable with an agent using those signals for trading decisions. If you plan to provide a paid API key or M2M credentials, treat them like any secret (only provide keys you control and revoke them if needed). Also be aware the demo key is rate-limited (10 calls/day) and the skill will tell the agent to halt or notify a human on critical anomalies — review the decision-logic.md to ensure its gating behavior matches your risk policy.
功能分析
Type: OpenClaw Skill Name: riskgate-market-signals Version: 1.0.1 The skill provides crypto market intelligence via the RiskGate API (api.riskgate.xyz). It contains well-documented instructions for an AI agent to monitor market regimes and gate trading decisions based on anomaly detection. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; it follows standard practices for API integration using environment variables (RISKGATE_API_KEY).
能力评估
Purpose & Capability
Name and description match the runtime instructions and included docs: the files describe querying RiskGate endpoints for regime, anomaly, and sentiment signals. Nothing requested (no binaries, no required env vars) is unrelated to a market‑signals integration.
Instruction Scope
SKILL.md and supporting docs instruct only to call the RiskGate API, check an optional RISKGATE_API_KEY env var, handle demo limits, and follow decision/monitoring rules. There are no instructions to read arbitrary host files, exfiltrate data, or contact unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only skill — so nothing is written to disk or installed. This is the lowest‑risk install profile.
Credentials
The skill optionally reads one service credential (RISKGATE_API_KEY) and otherwise uses a public demo key; no unrelated secrets or system config paths are requested. Requiring an API key for a third‑party API is proportionate to the purpose.
Persistence & Privilege
Skill is not forced always-on (always:false) and does not request persistent system privileges or modification of other skills. Autonomous invocation (default) is allowed but not combined with concerning permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install riskgate-market-signals
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /riskgate-market-signals 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add agent operating protocol and demo key warning prefix
v1.0.0
Initial release
元数据
Slug riskgate-market-signals
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Riskgate Market Signals 是什么?

Real-time crypto market intelligence for autonomous agents. Use when agent needs to check market regime, detect anomalies, gate trade execution, or monitor a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。

如何安装 Riskgate Market Signals?

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

Riskgate Market Signals 是免费的吗?

是的,Riskgate Market Signals 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Riskgate Market Signals 支持哪些平台?

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

谁开发了 Riskgate Market Signals?

由 PaperBuddha(@paperbuddha)开发并维护,当前版本 v1.0.1。

💬 留言讨论