strategize

Composes macro, news, prediction-market, and asset data into one Hyperliquid-filtered market briefing.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/tribes-protocol/trading-harness --skill strategize-tribes-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: strategize
Source: https://github.com/tribes-protocol/trading-harness/tree/main/skills/strategize
Command: npx skills add https://github.com/tribes-protocol/trading-harness --skill strategize-tribes-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building a coherent market view requires pulling macro indicators, news narratives, prediction-market odds, and crypto, securities, and commodity ideas from many separate commands, then checking whether each idea is actually tradable. This Skill orchestrates that entire cycle into one repeatable briefing with an evidence gate and a daily journal. ## Core Features & Use Cases - Multi-source briefing cycle: Runs six independent data legs (macro numbers, news narrative, event odds, crypto ideas, securities ideas, commodity ideas) and composes them into a single dated market briefing. - Hyperliquid tradability filter: Validates every candidate against all-dex asset listings and live quality data (volume, open interest, impact prices) before presenting it as actionable, splitting output into tradable and watchlist sections. - Evidence gate and journal: Enforces a two-signal minimum plus explicit user approval before any trade idea advances, and appends every briefing to a daily journal file under .tribes/journal/. - Use Case: Ask "how are markets today" and receive a dated briefing covering crypto, securities, and commodities, with each actionable idea verified as tradable on Hyperliquid and logged for later review. ## Quick Start Ask the agent to run a full market briefing and trading-plan refresh for today across crypto, securities, and commodities.

Frequently Asked Questions about strategize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a full market briefing with tribes-cli?▼

Run the strategize playbook, which executes six data legs: macro numbers, news fetch, prediction-market search, crypto movers and smart-money flow, securities candles, and commodity research. Results are composed into one dated briefing with tradable and watchlist sections.

How do I check if an asset is tradable on Hyperliquid?▼

Run tribes-cli hyperliquid list-assets with the --all-dexes flag and write output to a file, then read every dex section including the xyz dex. Confirm live quality data such as dayNtlVlm, openInterest, and impactPxs before calling a candidate tradable.

Can this skill place trades automatically from a briefing?▼

No, it only produces briefings and never places trades. An evidence gate requires at least two independent supporting signals plus explicit user approval, and actual order placement is delegated to the trade-execution skill.

What happens when one data leg fails during a briefing?▼

The cycle continues with the remaining legs after a single retry, and the failed leg is listed under the Gaps section of the briefing. Auth errors trigger one tribes-cli login retry, and the cycle never aborts for a single failed leg.

Where are market briefing journal entries stored?▼

Each briefing is appended to a daily markdown file at .tribes/journal/YYYY-MM-DD.md containing the date, key macro readings, top ideas with rationale, cited odds, and quality gaps. These files are local persistence only and must never be committed.