futures-deepview-analyst

Analyzes futures broker positions, basis, term structure, and inventory via Pandadata DeepView APIs.

24|3|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/quantskills/skill-futures-deepview-analyst --skill futures-deepview-analyst-quantskills
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: futures-deepview-analyst
Source: https://github.com/quantskills/skill-futures-deepview-analyst
Command: npx skills add https://github.com/quantskills/skill-futures-deepview-analyst --skill futures-deepview-analyst-quantskills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Futures DeepView data spans 35+ interfaces with mixed conventions and large single-day snapshots, so agents calling them raw tend to invent parameters, stitch cross-day data into fake signals, and present inference as fact. This Skill turns natural-language requests like "analyze broker-seat battles in rebar" into disciplined Pandadata call plans and produces Chinese research reports with facts and inference strictly separated. ## Core Features & Use Cases - Four analysis modes: seat battle (net position margin, build process, P&L ranks), structure analysis (basis percentile, term structure, calendar spreads), inventory & spot (warehouse receipts, virtual ratio, spot profit), and all-variety arbitrage scanning. - Built-in guardrails: request triage, contract verification via the pandadata-api skill, small-sample trial calls, same trade_date alignment across modules, and evidence-chain annotation on every conclusion. - Structured reporting: a fixed 9-section Chinese report skeleton (summary, data scope, quotes, seat battle, basis & term structure, inventory, cross-validation, risks, appendix) or a compressed 4-part quick answer. - Use Case: Ask "分析一下螺纹钢最近20个交易日的席位博弈" and receive a report combining price trend, broker net position margin, build process, and profit rankings with method names, parameters, and data cutoff dates cited. ## Quick Start Ask the agent to analyze the broker position battle, basis, and warehouse receipts for the rebar dominant contract over the last 20 trading days.

Frequently Asked Questions about futures-deepview-analyst

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

FAQPage Schema
How do I analyze futures broker seat positions with Pandadata?▼

Ask in natural language, for example to analyze the seat battle in rebar over the last 20 trading days. The skill triages the request, verifies contract codes via get_future_detail and get_future_dominant, then combines net position margin, build process, and profit/loss ranking methods into a report.

What futures data does the DeepView analyst skill cover?▼

It covers 35+ Pandadata DeepView methods in 8 groups: quotes and contracts, broker positions and building, seat P&L and money flow, long-short ratios, basis and term structure, warehouse receipts and inventory, calendar arbitrage, and position size and market cap.

Does futures-deepview-analyst work without the pandadata-api skill?▼

No. It depends on the pandadata-api skill for interface contracts and real data calls, so both skills must be installed together. This skill defines how to analyze, while pandadata-api defines what the interfaces look like.

Can the skill generate trading signals or place orders?▼

No. It never outputs trading instructions and its reports are research reference only, not investment advice. For strategy execution it hands off to the ssquant-ai-trader or ssquant-trader-generator skills after data conclusions are clear.

Why does a DeepView method return empty data?▼

Empty results are not automatically service failures. The skill checks whether the date is a trading day, whether the method expects a variety code, symbol, or exchange suffix, tries a known dominant contract, and reduces optional filters before reporting no data for the tested parameters.