Install
openclaw skills install @weifenghuang/crypto-engine-agent-signalBuy the latest machine-readable BTC directional signal from Crypto Engine through a Tempo MPP-enabled endpoint.
openclaw skills install @weifenghuang/crypto-engine-agent-signalUse this skill when you need the latest machine-readable BTC directional signal from Crypto Engine and you can satisfy a Tempo MPP payment challenge.
direction, brief_reason, and signal_timestamp.Tempo MPP.402 Payment Required, satisfy the challenge, and retry the same request with payment credentials.https://cryptoengine.club/apihttps://cryptoengine.club/api/agent-signalhttps://cryptoengine.club/llms.txt{
"direction": "LONG",
"brief_reason": "Momentum remains positive after the latest BTC trend confirmation.",
"signal_timestamp": "2026-03-29T00:00:00.000Z"
}
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.
GET https://cryptoengine.club/api to inspect the current product metadata and payment settings.POST https://cryptoengine.club/api/agent-signal with Content-Type: application/json.402 Payment Required, parse the Tempo MPP challenge and complete payment with your wallet or payment middleware.POST request with the payment credential required by the MPP flow.200 OK, parse the JSON payload and use signal_timestamp to verify freshness.POST https://cryptoengine.club/api/agent-signal request.direction exactly as returned.brief_reason concise when quoting or summarizing.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.