Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add cimomo/intrinsic/plugin install intrinsicWrote 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/cimomo/intrinsic/report)<a href="https://agentmods.dev/skills/cimomo/intrinsic/report"><img src="https://agentmods.dev/badge/skills/cimomo/intrinsic/report.svg" alt="Measured on agentmods" height="20"></a>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.00012 | $0.01857 |
| Opus 5 | $0.00006 | $0.00928 |
| Sonnet 5 | $0.00002 | $0.00371 |
| Haiku 4.5 | $0.00001 | $0.00186 |
Grade A, and why
report 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 7d 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 — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Generate a comprehensive investment report for ticker symbol $ARGUMENTS by synthesizing qualitative research, quantitative valuation, and assumption metadata into an opinionated verdict.
This skill does NOT perform web searches or API calls — it synthesizes existing files only.
Python Environment
When running Python code, set PYTHONPATH so stock_analyzer is importable:
PYTHONPATH="${CLAUDE_PLUGIN_ROOT:-.}" python3 -c "from stock_analyzer import ..."
Output Template
The report MUST follow this structure:
# {Company} ({TICKER}) — Investment Report
**Date:** YYYY-MM-DD
## Verdict
**ASSESSMENT** | Fair value: $XXX (range: $XXX-$XXX) | Current: $XXX | Upside: X.X%
Confidence: High/Medium/Low | Signals: Growth X (Y), Moat X/Y, Margin X, Capital X
## The Investment Case
[one paragraph]
## Alignment Check
[signal vs assumption, key risks vs valuation structure, key debate vs assumptions]
## What You're Paying For
[reverse DCF context + manual overrides as specific bets]
## Key Assumption Vulnerability
[the one or two assumptions that flip the assessment]
## What Would Change This
[specific triggers with timeframes]
## Prior Analysis (if available)
[omit if no prior analysis exists]
Steps:
1. Load and Validate Inputs
- Load the most recent
research_*.mdfromdata/$ARGUMENTS/ - Load the most recent
valuation_*.mdfromdata/$ARGUMENTS/ - Load
assumptions.jsonfromdata/$ARGUMENTS/including_manual_overridesviaStockManager.load_manual_overrides(). If assumptions.json doesn't exist or has no_manual_overrides: note "No calibration metadata available" and base the "What You're Paying For" section on valuation output only. - If research is missing: Tell the user to run
/research $ARGUMENTSfirst, then stop - If valuation is missing: Tell the user to run
/value $ARGUMENTSfirst, then stop - Freshness validation: Compare dates of research and valuation files. If they differ by more than 1 day, warn: "Research is from {date1}, valuation from {date2} — they may reflect different data. Consider re-running the older one." Do not stop.
- Check for prior
analysis_*.mdfiles for the Prior Analysis section - Display: "Based on research_{date}.md, valuation_{date}.md, assumptions.json"
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.
- 7d ago First seen · 137 lines · 12 tokens per session scan A 560bae498743
report is a skill published in the GitHub repository cimomo/intrinsic (4 stars, last pushed 4mo ago), licensed MIT. It adds 12 tokens to every session and 1,857 once invoked, about $0.0001 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-31.
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.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.