Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add QVerisAI/open-qveris-skills --skill stock-copilot-progit clone --depth 1 https://github.com/QVerisAI/open-qveris-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/qverisai/open-qveris-skills/stock-copilot-pro)<a href="https://agentmods.dev/skills/qverisai/open-qveris-skills/stock-copilot-pro"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/stock-copilot-pro/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/qverisai/open-qveris-skills/stock-copilot-pro"><img src="https://agentmods.dev/badge/skills/qverisai/open-qveris-skills/stock-copilot-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 162 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
- medium Rogue Agent · line 219 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.03567 |
| Opus 5 | $0.00034 | $0.01784 |
| Sonnet 5 | $0.00013 | $0.00713 |
| Haiku 4.5 | $0.00007 | $0.00357 |
Grade A, and why
stock-copilot-pro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 336 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stock Copilot Pro
Global Multi-Source Stock Analysis with QVeris.
SEO Keywords
OpenClaw, stock analysis skill, AI stock copilot, China A-shares, Hong Kong stocks, US stocks, quantitative analysis, fundamental analysis, technical analysis, sentiment analysis, industry radar, morning evening brief, watchlist, portfolio monitoring, QVeris API, THS iFinD, Caidazi, Alpha Vantage, Finnhub, X sentiment, investment research assistant
Supported Capabilities
- Single-stock analysis (
analyze): valuation, quality, technicals, sentiment, risk/timing - Multi-stock comparison (
compare): cross-symbol ranking and portfolio-level view - Watchlist/holdings management (
watch): list/add/remove for holdings and watchlist - Morning/Evening brief (
brief): holdings-focused daily actionable briefing - Industry hot-topic radar (
radar): multi-source topic aggregation for investable themes - Multi-format output:
markdown,json,chat - OpenClaw LLM-ready flow: structured data in code + guided narrative in
SKILL.md
Data Sources
- Core MCP/API gateway:
qveris.ai(QVERIS_API_KEY) - CN/HK quote and fundamentals:
ths_ifind.real_time_quotationths_ifind.financial_statementsths_ifind.company_basicsths_ifind.history_quotation
- CN/HK news and research:
caidazi.news.querycaidazi.report.querycaidazi.search.hybrid.listcaidazi.search.hybrid_v2.query
- Global news sentiment:
alpha_news_sentimentfinnhub.news
- X/Twitter sentiment and hot topics:
qveris_social.x_domain_hot_topicsqveris_social.x_domain_hot_eventsqveris_social.x_domain_new_postsx_developer.2.tweets.search.recent
What This Skill Does
Stock Copilot Pro performs end-to-end stock analysis with five data domains:
- Market quote / trading context
- Fundamental metrics
- Technical signals (RSI/MACD/MA)
- News and sentiment
- X sentiment
It then generates a data-rich analyst report with:
- value-investing scorecard
- event-timing anti-chasing classification
- safety-margin estimate
- thesis-driven investment framework (drivers/risks/scenarios/KPIs)
- multi-style playbooks (value/balanced/growth/trading)
- event radar with candidate ideas from news and X
- scenario-based recommendations
- standard readable output (default) + optional full evidence trace (
--evidence)
What ships with it
47 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .evolution/README.md 979 B
- .evolution/tool-evolution.json 23 KB
- .gitignore 81 B
- config/openclaw-cron.example.json 1.6 KB
- config/watchlist.example.json 387 B
- config/watchlist.json 82 B
- README.md 12 KB
- references/metrics-and-signals.md 1.0 KB
- references/report-template.md 928 B
- references/sector-benchmarks.json 785 B
- references/tool-chains.json 2.1 KB
- references/tool-selection.md 2.2 KB
- scripts/lib/analysis.mjs 8.9 KB runs code
- scripts/lib/config/defaults.mjs 165 B runs code
- scripts/lib/config/loader.mjs 760 B runs code
- scripts/lib/config/watchlist.mjs 2.3 KB runs code
- scripts/lib/core/commands/brief.mjs 5.8 KB runs code
- scripts/lib/core/commands/radar.mjs 10 KB runs code
- scripts/lib/core/commands/watch.mjs 1.0 KB runs code
- scripts/lib/core/router.mjs 773 B runs code
- scripts/lib/data.mjs 1.3 KB runs code
- scripts/lib/data/fallback.mjs 1.0 KB runs code
- scripts/lib/data/fetcher.mjs 2.0 KB runs code
- scripts/lib/data/parser.mjs 9.4 KB runs code
- scripts/lib/data/providers/base.mjs 442 B runs code
- scripts/lib/data/providers/ths-ifind.mjs 2.6 KB runs code
- scripts/lib/events.mjs 4.5 KB runs code
- scripts/lib/infra/qveris-client.mjs 5.7 KB runs code
- scripts/lib/market/resolver.mjs 8.0 KB runs code
- scripts/lib/output.mjs 6.9 KB runs code
- scripts/lib/output/chat/emoji.mjs 491 B runs code
- scripts/lib/output/chat/formatter.mjs 821 B runs code
- scripts/lib/output/chat/segments.mjs 1.2 KB runs code
- scripts/lib/output/decision-card.mjs 938 B runs code
- scripts/lib/playbooks.mjs 3.9 KB runs code
- scripts/lib/questionnaire.mjs 1.7 KB runs code
- scripts/lib/utils.mjs 2.9 KB runs code
- scripts/stock_copilot_pro.mjs 89 KB runs code
- scripts/stock_copilot_pro.test.mjs 1.8 KB runs code
- tests/analyze.e2e.test.mjs 6.0 KB runs code
- tests/architecture-modules.test.mjs 3.5 KB runs code
- tests/brief.e2e.test.mjs 3.9 KB runs code
- tests/compare.e2e.test.mjs 4.1 KB runs code
- tests/radar.e2e.test.mjs 3.3 KB runs code
- tests/regression-dataset.json 2.8 KB
- tests/regression.test.mjs 11 KB runs code
- tests/watch.e2e.test.mjs 5.4 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 336 lines · 67 tokens per session scan A 16007440fb78
stock-copilot-pro is a skill published in the GitHub repository QVerisAI/open-qveris-skills (21 stars, last pushed 8d ago), licensed MIT. It adds 67 tokens to every session and 3,567 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
furusato
A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.
reading-receipt
An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.