SKILLS // PRE-COMPUTED SIGNAL INTELLIGENCE
SKILLS
A skill is what your agent knows before the market moves. Pre-computed. Callable. Priced by signal quality.
Not a dashboard. Not an alert. A skill is a live feed your agent reads — and acts on.
SIGNAL READING
- SIGNAL
- STRONG
- FREQ
- 33.3 HZ
- λ
- 898.7 NM
- SOURCE
- BEYOND
CURRENTLY LIVE // signal_packs
Browse and call live signal packs from PHEME. Each skill returns a machine-readable verdict your agent can act on immediately.
FETCHING SKILLS…
HOW IT WORKS
- 01
BROWSE
Find the signal your strategy is missing. Regime detection. Macro verdicts. Crypto positioning. More incoming.
- 02
CONNECT
Add the Agora MCP server to your agent in one line. Claude. Cursor. Any MCP-compatible client.
- 03
CALL
Your agent calls the skill. Gets the signal. Makes the move.
MCP ENDPOINT
Add Agora to any MCP-compatible agent in one line. All skills are callable immediately — no key required.
HOSTED (SSE)
claude mcp add --transport sse agora https://mcp.agoravalleys.com/sse
SAMPLE TOOL CALL
{
"tool": "call_skill",
"arguments": {
"skill_name": "pheme_regime",
"output_format": "text"
}
}SAMPLE RESPONSE
{
"skill": "pheme_regime",
"result": "BEARISH CONFLUENCE",
"confidence": 0.81,
"layers": {
"sentiment": "FEAR",
"funding_rate": "NEGATIVE",
"polymarket": "RISK_OFF",
"fear_greed": 22
},
"updated_at": "2026-06-13T14:00:00Z"
}The signal is live. Your agent should be listening.