Use this skill when the user wants an agent that can research listed companies with live market data and source-backed context instead of relying on static model memory.
Task value
A finance workflow for quotes, fundamentals, filings, earnings context, and analyst-style summaries.
Best for
Investor research agents, portfolio monitors, and analyst workflows
Expected output
A source-backed research brief with evidence, risk notes, QVeris calls used, and estimated credits.
Each article or tutorial is treated as a reusable workflow source: content, copied prompt, QVeris API recipe, and expected output.
Content source
Product article
Use FMP with QVeris
Turn structured financial data into callable agent capabilities.
Copied prompt
Analyze AAPL using live market data, recent fundamentals, valuation context, and the latest relevant filings or news. Separate facts from interpretation and cite which QVeris capabilities were called.
A practical workflow for always-on market monitoring.
Copied prompt
Compare NVDA and AMD across price action, revenue growth, margins, valuation, recent news, and key risks. Use QVeris to discover and call the required finance capabilities.
Add market data coverage for agent research tasks.
Copied prompt
Create a daily watchlist brief for AAPL, NVDA, MSFT, and TSLA. For each ticker, identify what changed, the strongest data point, and what to watch next.
Starter prompts that turn the skill into executable agent work.
Single stock memo
Generate a source-backed research snapshot for one ticker.
Analyze AAPL using live market data, recent fundamentals, valuation context, and the latest relevant filings or news. Separate facts from interpretation and cite which QVeris capabilities were called.
Compare two tickers
Compare market data and company fundamentals in one agent workflow.
Compare NVDA and AMD across price action, revenue growth, margins, valuation, recent news, and key risks. Use QVeris to discover and call the required finance capabilities.
Daily watchlist brief
Turn a watchlist into a repeatable daily report.
Create a daily watchlist brief for AAPL, NVDA, MSFT, and TSLA. For each ticker, identify what changed, the strongest data point, and what to watch next.
Expected Outputs
The formats an agent should return after the workflow runs, with enough structure for reuse and auditing.
Markdown memo
Analyst memo
A concise research memo with conclusion, evidence, dissent, and caveats.
Sections
Scope
Key findings
Evidence table
Risks and dissent
QVeris calls and credits
Table
Signal table
A scan-friendly table for tickers, sources, events, or watchlist items.
Sections
Subject
Signal
Evidence strength
Market relevance
Next verification
JSON / appendix
Audit appendix
A provenance record of capabilities, sources, windows, and estimated cost.
Sections
capabilities_used
sources
paid_calls
estimated_credits
QVeris API Recipe
The concrete Discover, Inspect, and Call sequence this skill expects the agent to run.
Recipe step 01DiscoverPOST /search
Find finance data capabilities
Search for quote, filings, financial statement, market data, or analyst data capabilities.
Sample query: real-time stock quote and financial statements API
FMPTwelve Datafinancial data providers
Recipe step 02InspectPOST /tools/by-ids
Check parameters and quality
Confirm ticker parameters, coverage, latency, success rate, and billing rule before the agent calls a provider.
Capability schemasProvider metrics
Recipe step 03CallPOST /tools/execute
Execute market data calls
Call selected finance capabilities and compose results into an analyst-style memo.
FMPTwelve Data
QVeris Usage & Cost
A planning estimate before execution. Discover and Inspect are free; successful Call execution follows the selected provider billing rule.
Typical paid calls3-8
Estimated credits3-80 credits
Free actions
DiscoverInspect
Paid action
Call
Finance research workflow
A typical stock memo calls several market, fundamentals, filings, or news capabilities after free discovery and inspection.
The range depends on provider billing rules and how many tickers, filings, or news sources the agent calls.
Installation
Install the skill in the target agent environment. Agents must ask before running commands or changing local configuration.
Official GitHub source
This is the source of record for QVeris skills. Inspect or fork the skill folder before installing it in an agent environment.
git clone https://github.com/QVerisAI/open-qveris-skills.git && cd open-qveris-skills/stock-copilot-pro
Install skillOpenClaw
openclaw skills install stock-copilot-pro
Agent Execution Flow
The visible chain the agent should expose after the user copies a prompt.
01
Describe the job
The agent turns a user request into capability-oriented search intent.
02
Discover candidates
QVeris returns ranked capabilities with quality, latency, and pricing signals.
03
Inspect and choose
The agent checks parameters, examples, and provider signals before calling.
04
Call and compose
The selected capability is executed and the agent turns results into the final workflow output.
Install policy
Read manifest and agent.md first. Explain the install command, API actions, and possible credit usage. Wait for explicit approval before making local changes.