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 byteseek/Mira --skill research-report-interpretationgit clone --depth 1 https://github.com/byteseek/MiraWrote 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/byteseek/mira/research-report-interpretation)<a href="https://agentmods.dev/skills/byteseek/mira/research-report-interpretation"><img src="https://agentmods.dev/badge/skills/byteseek/mira/research-report-interpretation/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/byteseek/mira/research-report-interpretation"><img src="https://agentmods.dev/badge/skills/byteseek/mira/research-report-interpretation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, 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 Agent Snooping · line 127 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00033 | $0.02767 |
| Opus 5 | $0.00016 | $0.01384 |
| Sonnet 5 | $0.00007 | $0.00553 |
| Haiku 4.5 | $0.00003 | $0.00277 |
Grade A, and why
research-report-interpretation 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 — 262 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Report Interpretation Skill
这个 skill 用于解读券商、卖方、机构、专家或投资者研究报告。它的目标不是复述研报,而是把一份报告拆成可验证 claim、隐含假设、预期变量、估值驱动和对 Mira thesis 的增量影响。
研报在 Mira 中默认是 sellside_and_expert_research,通常是 L3 secondary / signal。它可以帮助识别框架、预期差、变量优先级、估值方法和叙事变化,但不能替代公司披露、监管文件、官方数据、市场数据或可复算模型。
Use When
- 用户提供或指定一份券商研报、机构研报、rating change、target price update、initiation note、industry note、专家研究、投资者信或研究 PDF。
- 用户问“这篇研报怎么看 / 靠谱吗 / 有什么新东西 / 对 thesis 有什么影响”。
- 需要从研报中提取可复用方法、变量框架或预期差线索,但当前任务仍围绕某个研究对象,而不是纯方法论研究。
- 需要把研报结论与已有 Mira thesis、company filing、earnings package、consensus proxy 或市场定价做差异检查。
如果用户问的是“这个研究方法本身是否值得纳入 Mira”,优先进入 loops/methodology-research-loop.md。如果研报解读触发 thesis 状态变化,再 handoff 到 loops/thesis-update-loop.md 或 loops/event-delta-loop.md。
Required Inputs
research_object: ticker、company、industry、macro asset 或 methodology object。market_scopetime_boundaryreport_titleprovider_or_submitterauthor_or_team,如可得report_date或明确的source_gapreport_type: initiation、update、rating_change、target_price_update、industry_note、thematic_note、expert_research、investor_letter、otheraccess_route: public_on_demand、user_material、authorized_provider 或 transient_onlylicense_scopestorage_scoperedistribution_alloweduser_goal: summarize、challenge、extract_claims、compare_to_thesis、update_thesis、reverse_engineer_methodcompleteness_status: full_report、excerpt、screenshot、summary_only、metadata_only
Required Source Types
- Report source or user material intake record.
restricted_source_notewhen the report is paid, confidential, licensed, user-provided, expert-network, or otherwise restricted.- At least one independent
L1/L2/L5source when a report claim is used for a durable conclusion. - Existing Mira thesis package, evidence log or expectation map when the user asks for thesis impact.
- Consensus or estimate source, or explicit
source_gap, when the interpretation depends on market expectation baseline.
Ingestion And Permission Gate
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 · 262 lines · 33 tokens per session scan A 4303ad11b818
research-report-interpretation is a skill published in the GitHub repository byteseek/Mira (268 stars, last pushed 3d ago), licensed Apache-2.0. It adds 33 tokens to every session and 2,767 once invoked, about $0.0002 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
cost
Deep cost exploration and transparency. Shows real token usage, session costs, campaign spend, burn rates, and model breakdown. Reads Claude Code's native session data for exact numbers. Complements /dashboard with focused cost views.
creating-financial-models
A financial analysis toolkit for valuing companies, projects, or acquisitions and testing how assumptions affect the results.
aml_screening
Screen transactions for money laundering patterns and risk indicators.
get_financial_statements
Get financial statements (income, balance, cash flow) for a company.
analyze_risk_metrics
Calculate risk metrics (VaR, Sharpe, volatility) given a set of returns.
fetch_economic_indicators
Fetch economic indicators like GDP, CPI, Unemployment.