Crypto Engine Agent Signal
by @weifenghuang
Buy the latest machine-readable BTC directional signal from Crypto Engine through a Tempo MPP-enabled endpoint.
clawhub install crypto-engine-agent-signalπ About This Skill
name: crypto-engine-agent-signal description: Buy the latest machine-readable BTC directional signal from Crypto Engine through a Tempo MPP-enabled endpoint.
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
direction, brief_reason, and signal_timestamp.Prerequisites
Tempo MPP.402 Payment Required, satisfy the challenge, and retry the same request with payment credentials.Endpoints
https://cryptoengine.club/apihttps://cryptoengine.club/api/agent-signalhttps://cryptoengine.club/llms.txtExpected 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
POST https://cryptoengine.club/api/agent-signal request.Rules
Output guidance
direction exactly as returned.brief_reason concise when quoting or summarizing.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.
βοΈ Configuration
Tempo MPP.402 Payment Required, satisfy the challenge, and retry the same request with payment credentials.