qveris

GitHub

QVeris是付费金融数据市场,用于获取深度、广度的全球多资产数据。当免费源覆盖不足或需专业数据时启用。流程包括搜索、检查参数后执行调用,强调按成功率与成本优选工具。

agent/src/skills/qveris/SKILL.md HKUDS/Vibe-Trading

Trigger Scenarios

用户需要免费源未覆盖的金融数据 用户明确要求使用QVeris 需要期权希腊字母等深度数据

Install

npx skills add HKUDS/Vibe-Trading --skill qveris -g -y
More Options

Non-standard path

npx skills add https://github.com/HKUDS/Vibe-Trading/tree/main/agent/src/skills/qveris -g -y

Use without installing

npx skills use HKUDS/Vibe-Trading@qveris

指定 Agent (Claude Code)

npx skills add HKUDS/Vibe-Trading --skill qveris -a claude-code -g -y

安装 repo 全部 skill

npx skills add HKUDS/Vibe-Trading --all -g -y

预览 repo 内 skill

npx skills add HKUDS/Vibe-Trading --list

SKILL.md

Frontmatter
{
    "name": "qveris",
    "category": "data-source",
    "description": "Paid capability marketplace for global multi-asset data; use it when free Vibe-Trading sources lack coverage, depth, or provider quality, and keep free sources as the default for routine OHLCV."
}

QVeris

QVeris is a paid capability marketplace for global market, fundamental, macro, derivatives, crypto, China/HK, news, filings, and alternative-data calls. Use it when the built-in free sources cannot cover the requested dataset, when the user explicitly asks for QVeris, or when a premium provider is needed for depth such as options Greeks, analyst/calendar feeds, broad provider comparison, or paid China/HK/global coverage. For ordinary OHLCV, keep source: "auto" on the free loader chain unless the user explicitly selects source: "qveris".

Signup link: QVeris via Vibe-Trading. Invite code fallback: Vyjjo5G_1cAHJA.

Workflow

1. Discover with qveris_search

Call qveris_search first. Search is free and returns candidate capabilities with tool_id, provider, parameters, examples, expected_cost, billing rule, categories, and stats such as success_rate and average execution time.

Good queries are concrete:

  • US listed options chain implied volatility Greeks AAPL
  • Hong Kong market daily OHLCV financial statements
  • FRED CPI Treasury yield curve macro series
  • China A share northbound fund flow daily

2. Inspect with qveris_inspect

Call qveris_inspect on one or more tool_id values before any paid call. Inspect is free and returns the fuller parameter schema and sample parameters. Use it to verify required parameters, enum values, date formats, and output shape before execution.

3. Call with qveris_execute

Call qveris_execute only after the user has enabled QVeris and the tool has been inspected. Pass the inspected tool_id, the exact parameters, and a reasonable max_response_size. Use session_id and search_id when available so usage can be reconciled later.

Choosing a Capability

Prefer the candidate with the best combination of:

  1. High stats.success_rate.
  2. Low expected_cost for equivalent data.
  3. Provider fit for the task: official or specialist sources before generic mirrors when the figure matters.
  4. Parameter clarity: required fields and examples should match the user's requested asset, date range, and granularity.

Do not assume tools with similar names are interchangeable. The measured catalog has very large quality variance inside the same category; design notes recorded FMP tools ranging from near-zero to 100% success and some tradefeeds tools at 0%. Surface success_rate and expected_cost in the answer whenever the user is choosing among paid options.

Billing and Modes

  • The default free route is Vibe-Trading's built-in public data stack; QVeris tools are unavailable in mode="free".
  • Discover (qveris_search) and inspect (qveris_inspect) are free only after the user explicitly enables the paid QVeris route.
  • Execute (qveris_execute) is paid only when the provider call is billable.
  • Failed calls, empty results, and parameter errors are not charged by the QVeris contract; observed missing-parameter calls returned success=false, cost=0.0, status=not_charged, and unchanged balance.
  • mode="free" means the original free public-data path stays active and QVeris is hidden from agent/tool/backtest routing.
  • mode="paid" permits QVeris discovery, inspect, and execute calls, bounded by budget_credits_per_session.
  • Never hide cost: every successful execute result should preserve cost and remaining_credits for the user.

Configuration can come from QVERIS_API_KEY / QVERIS_BASE_URL, or from Settings -> QVeris / vibe-trading data mode paid. If QVeris is disabled, in free mode, or no API key is configured, the tools should be treated as unavailable.

Truncation

qveris_execute accepts max_response_size (20480 default, -1 means do not ask QVeris to truncate). When a response is too large, QVeris returns a result object containing a message, truncated_content, and full_content_file_url. If the full JSON is required, fetch that signed URL and use the full payload. If a summary is enough, cite that the response was truncated and work only from truncated_content.

Balance and Usage

Check balance and recent usage through:

  • Web: Settings -> QVeris.
  • CLI: vibe-trading data status or vibe-trading data usage.
  • Agent/API tools: status is derived from free search/ledger/usage endpoints.

For reconciliation, prefer execution_id, tool_id, charge_outcome, cost, and remaining_credits over text summaries.

References

Version History

  • 0aa45a9 Current 2026-07-24 17:47

Same Skill Collection

agent/src/skills/adr-hshare/SKILL.md
agent/src/skills/akshare/SKILL.md
agent/src/skills/alpha-zoo/SKILL.md
agent/src/skills/ashare-pre-st-filter/SKILL.md
agent/src/skills/asset-allocation/SKILL.md
agent/src/skills/backtest-diagnose/SKILL.md
agent/src/skills/behavioral-finance/SKILL.md
agent/src/skills/candlestick/SKILL.md
agent/src/skills/ccxt/SKILL.md
agent/src/skills/chanlun/SKILL.md
agent/src/skills/commodity-analysis/SKILL.md
agent/src/skills/corporate-events/SKILL.md
agent/src/skills/correlation-analysis/SKILL.md
agent/src/skills/correlation-regime/SKILL.md
agent/src/skills/cross-market-strategy/SKILL.md
agent/src/skills/crypto-derivatives/SKILL.md
agent/src/skills/data-routing/SKILL.md
agent/src/skills/defi-yield/SKILL.md
agent/src/skills/dividend-analysis/SKILL.md
agent/src/skills/doc-reader/SKILL.md
agent/src/skills/earnings-forecast/SKILL.md
agent/src/skills/earnings-revision/SKILL.md
agent/src/skills/eastmoney/SKILL.md
agent/src/skills/edgar-sec-filings/SKILL.md
agent/src/skills/elliott-wave/SKILL.md
agent/src/skills/event-driven/SKILL.md
agent/src/skills/execution-model/SKILL.md
agent/src/skills/factor-research/SKILL.md
agent/src/skills/fund-analysis/SKILL.md
agent/src/skills/fundamental-filter/SKILL.md
agent/src/skills/geopolitical-risk/SKILL.md
agent/src/skills/global-macro/SKILL.md
agent/src/skills/harmonic/SKILL.md
agent/src/skills/hedging-strategy/SKILL.md
agent/src/skills/hk-connect-flow/SKILL.md
agent/src/skills/ichimoku/SKILL.md
agent/src/skills/investor-lenses/SKILL.md
agent/src/skills/liquidation-heatmap/SKILL.md
agent/src/skills/macro-analysis/SKILL.md
agent/src/skills/market-microstructure/SKILL.md
agent/src/skills/minute-analysis/SKILL.md
agent/src/skills/ml-strategy/SKILL.md
agent/src/skills/mootdx/SKILL.md
agent/src/skills/multi-factor/SKILL.md
agent/src/skills/okx-market/SKILL.md
agent/src/skills/onchain-analysis/SKILL.md
agent/src/skills/options-advanced/SKILL.md
agent/src/skills/options-payoff/SKILL.md
agent/src/skills/options-strategy/SKILL.md
agent/src/skills/pair-trading/SKILL.md

Metadata

Files
0
Version
80ffdda
Hash
a963eb85
Indexed
2026-07-24 17:47

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-27 21:55
浙ICP备14020137号-1 $Carte des visiteurs$