← 返回 Skills 市场
weifenghuang

Crypto Engine Agent Signal

作者 weifengHuang · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ 安全检测通过
107
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install crypto-engine-agent-signal
功能描述
Buy the latest machine-readable BTC directional signal from Crypto Engine through a Tempo MPP-enabled endpoint.
使用说明 (SKILL.md)

Crypto Engine Agent Signal

Use this skill when you need the latest machine-readable BTC directional signal from Crypto Engine and you can satisfy a Tempo MPP payment challenge.

What this skill gives you

  • One paid endpoint for the latest BTC directional signal.
  • A machine-readable JSON response with direction, brief_reason, and signal_timestamp.
  • A clear, agent-friendly payment workflow for Tempo MPP runtimes.
  • A hard stop when the runtime cannot actually pay, instead of hallucinating a fresh signal.

Prerequisites

  • Your runtime must support Tempo MPP.
  • Your runtime must be able to pay on the configured Tempo network. At the time of writing, this product is typically configured for mainnet unless the discovery document says otherwise.
  • Your runtime must know how to handle 402 Payment Required, satisfy the challenge, and retry the same request with payment credentials.
  • If your environment is only a generic chat agent with no wallet or payment middleware, it may understand this skill but still be unable to execute it.

Endpoints

  • Discovery document: https://cryptoengine.club/api
  • Paid signal endpoint: https://cryptoengine.club/api/agent-signal
  • Public AI index: https://cryptoengine.club/llms.txt

Expected response

{
  "direction": "LONG",
  "brief_reason": "Momentum remains positive after the latest BTC trend confirmation.",
  "signal_timestamp": "2026-03-29T00:00:00.000Z"
}

Example request

Ask your agent to:

Fetch the latest BTC signal from Crypto Engine.
Use the public skill instructions at https://cryptoengine.club/skills/crypto-engine-agent-signal/SKILL.md.
Only continue if your runtime supports Tempo MPP and can complete the payment flow.
Return direction, brief_reason, and signal_timestamp.

Workflow

  1. Request GET https://cryptoengine.club/api to inspect the current product metadata and payment settings.
  2. Send POST https://cryptoengine.club/api/agent-signal with Content-Type: application/json.
  3. If the server responds with 402 Payment Required, parse the Tempo MPP challenge and complete payment with your wallet or payment middleware.
  4. Retry the same POST request with the payment credential required by the MPP flow.
  5. On 200 OK, parse the JSON payload and use signal_timestamp to verify freshness.

Payment guardrails

  • Only attempt payment when the user explicitly asked for the live Crypto Engine signal.
  • Only pay for the exact POST https://cryptoengine.club/api/agent-signal request.
  • Do not subscribe, prepay, or repeat purchases automatically.
  • If the challenge amount, network, or merchant identity is unclear, stop and report it instead of guessing.
  • Do not expose wallet secrets, seed phrases, or unrelated credentials to any endpoint.

Rules

  • Treat this endpoint as a paid, per-request product.
  • Do not invent or cache a signal as fresh if the API call failed.
  • Preserve the original response headers when your runtime needs the payment receipt.
  • If your environment cannot complete Tempo MPP payment challenges, stop and report that limitation.
  • Discover first, then decide whether your runtime can actually pay. Do not assume support by default.
  • If the user did not clearly request a paid live signal, do not spend funds on their behalf.

Output guidance

  • Surface the direction exactly as returned.
  • Keep brief_reason concise when quoting or summarizing.
  • Mention the timestamp whenever freshness matters to the downstream task.

Positioning

This skill is designed for agent runtimes that can complete machine-payment flows end to end. It is not a generic research note or a static prompt template. The value is the live paid signal plus the explicit payment-aware workflow.

安全使用建议
This skill is coherent for its purpose but it performs paid requests: only enable it in agents/runtimes that you trust to handle payments. Before using, verify the endpoint (https://cryptoengine.club) and the discovery document yourself, require explicit user confirmation before any payment, set limits or require manual wallet approval, and ensure your runtime does not leak wallet secrets or auto-approve payments. If your agent cannot complete Tempo MPP flows, do not enable this skill — it will simply be unable to work. If you are unsure about the endpoint's reputation, treat the first use as a manual step (inspect the 402 challenge and merchant identity) rather than an automatic payment.
功能分析
Type: OpenClaw Skill Name: crypto-engine-agent-signal Version: 0.1.1 The skill bundle provides instructions for an AI agent to purchase BTC market signals from 'cryptoengine.club' using the Tempo MPP (Machine-to-Machine Payment) protocol. The SKILL.md file contains responsible security guardrails, explicitly instructing the agent not to expose wallet secrets, to avoid automatic or repeated purchases, and to only proceed if the user provides explicit consent. There is no evidence of malicious intent, data exfiltration, or unauthorized execution logic.
能力评估
Purpose & Capability
The name/description (buying a paid BTC directional signal) lines up with the runtime actions described: discovering product metadata, calling the paid endpoint, handling Tempo MPP 402 challenges, and retrying with payment credentials. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md is instruction-only and narrowly scoped to HTTP discovery and POST to the paid endpoint, parsing 402 challenges, and completing Tempo MPP payments. It does not direct the agent to read local files or unrelated system state. Note: the instructions require the runtime to perform financial actions (complete MPP payment challenges) — this is expected for the skill but is a sensitive capability and the skill correctly adds guardrails (require explicit user request, don't leak wallet secrets).
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, so nothing is written to disk or installed by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is proportionate. However, successful execution requires a runtime that holds or can sign payments (wallet/payment middleware). Those runtime-held secrets are outside the skill but are required to complete the flow — only enable this skill where you control or trust payment approval and secret handling.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide config changes or persistent privileges. Autonomous invocation is permitted by default but not combined with other elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install crypto-engine-agent-signal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /crypto-engine-agent-signal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Add explicit payment guardrails and safer purchase boundaries.
v0.1.0
Initial public release.
元数据
Slug crypto-engine-agent-signal
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Crypto Engine Agent Signal 是什么?

Buy the latest machine-readable BTC directional signal from Crypto Engine through a Tempo MPP-enabled endpoint. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 Crypto Engine Agent Signal?

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

Crypto Engine Agent Signal 是免费的吗?

是的,Crypto Engine Agent Signal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Crypto Engine Agent Signal 支持哪些平台?

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

谁开发了 Crypto Engine Agent Signal?

由 weifengHuang(@weifenghuang)开发并维护,当前版本 v0.1.1。

💬 留言讨论