commodity-analyst

Researches Hyperliquid commodity perps by composing macro data, news, technicals, and venue-quality checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Researching commodity perpetual futures on Hyperliquid requires stitching together venue discovery, macro context, supply/demand research, headlines, technical analysis, and liquidity checks across many separate tools. This Skill provides a single playbook that composes those steps into one repeatable decision pack, so a commodity thesis is grounded in listed, tradable markets rather than assumptions. ## Core Features & Use Cases - All-dex commodity discovery: Scans the full Hyperliquid asset inventory across HIP-3 dexes to find listed metal, energy, and agricultural markets, preserving exact dex and coin symbols. - Source-backed fundamentals and news fallback: Combines macro readings (dollar, rates, gold, Brent) with targeted web search and primary-source extraction for supply/demand drivers and dated catalysts. - Technicals plus venue-quality gate: Derives trend, entry, target, and invalidation from ETF-proxy candles and indicators, then validates live reference price, volume, open interest, and impact data before calling a market actionable. - Use Case: Ask whether gold perps are tradable on Hyperliquid right now; the Skill discovers the listed market, builds the macro and supply/demand picture, checks technical structure via GLD candles, and returns a decision pack stating whether the venue quality supports a trade. ## Quick Start Ask the agent to research the current outlook and tradability of gold perpetual futures on Hyperliquid using the commodity analyst playbook.

Frequently Asked Questions about commodity-analyst

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

FAQPage Schema
How do I research commodity perps on Hyperliquid?▼

Run the commodity-analyst playbook: list all assets across dexes to find listed commodity markets, pull macro context, research supply and demand via web search, compute technicals from an ETF proxy like GLD or USO, then verify live venue quality before treating the market as actionable.

How do I find which commodities are listed on Hyperliquid HIP-3 dexes?▼

Run tribes-cli hyperliquid list-assets --all-dexes and filter the complete inventory for metals, energy, or agricultural references, recording each market's exact dex and coin. Never assume a specific HIP-3 dex hosts a commodity without checking the inventory.

Does Hyperliquid have a commodity news feed?▼

No, there is no commodity-specific news fetch kind. The fallback is targeted web search for supply, demand, policy, and geopolitical headlines, retaining dated sources and cross-checking the strongest claim against a primary or industry source.

When is a listed Hyperliquid commodity market considered tradable?▼

A market is actionable only when live data supports the intended order: a valid referencePx, coherent midPx and oraclePx, current dayNtlVlm, dayBaseVlm, and openInterest, plus acceptable impactPxs. Missing, stale, or inconsistent data, or isDelisted, makes it watchlist-only.

When should I use macros or stock-analyst instead of commodity-analyst?▼

Use macros for a single numeric reading such as gold or Brent, and stock-analyst for equity or company fundamentals. Commodity-analyst is for full commodity perp theses on Hyperliquid; it never places orders, which is handled by trade-execution.