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 agentmods add skills/minihellboy/factorminer/factor-reportnpx skills add minihellboy/factorminer --skill factor-reportgit clone --depth 1 https://github.com/minihellboy/factorminerWhat 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 | $0.00080 | $0.00565 |
| Opus 5 | $0.00040 | $0.00282 |
| Sonnet 5 | $0.00016 | $0.00113 |
| Haiku 4.5 | $0.00008 | $0.00056 |
Grade A, and why
factor-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 2d 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.
What it actually says
Factor Report
This skill turns a finished run into reviewable artifacts: a static report, plots, and portable exports.
Workflow
1. Static report
factorminer report output/run1/factor_library.json \
--session-log output/run1/session_log.json \
--format markdown --output output/run1/report.md
--format—markdownorhtml. HTML is self-contained (no JavaScript).--session-log— includes run metadata (iterations, yield rate).--benchmark path.json— fold in benchmark results; repeatable.
The report defines every admission metric inline, lists each factor with its formula and IC/ICIR/correlation, and warns on stale artifacts.
2. Plots
factorminer -o output/run1 visualize output/run1/factor_library.json \
--data market_data.csv --period test \
--correlation --ic-timeseries --quintile --format png
3. Export the library
factorminer export output/run1/factor_library.json --format formulas --output output/run1/formulas.txt
--format options: json (full library), csv (tabular metrics), formulas (plain formula list for handoff).
Assembling the research note
A complete note pairs the generated report with narrative the analyst can sign off on:
- Objective & data — universe, horizon, split boundaries, validation status.
- Method — loop used (Ralph/Helix), features enabled, iteration budget.
- Library — admitted factors with formulas and out-of-sample IC/ICIR.
- Composite — backtest result net of costs, with the decay caveat.
- Benchmark — comparison vs. baselines, if run.
- Limitations — overfit risk, capacity, what was not tested.
Guardrails
- The report presents results; it does not certify them. Frame it as research staged for human review.
- Quote out-of-sample metrics as the headline; never the in-sample number.
- Cite the run directory so every figure is reproducible via
factorminer session inspect.
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.
- 2d ago First seen · 58 lines · 80 tokens per session scan A 51d13aa01412
factor-report is a skill published in the GitHub repository minihellboy/factorminer (105 stars, last pushed 16d ago), licensed MIT. It adds 80 tokens to every session and 565 once invoked, about $0.0004 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
agent-payments
Agent skill for payments - invoke with $agent-payments.
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…
yfinance-data
Fetch financial and market data using the yfinance Python library. Use this skill whenever the user asks for stock prices, historical data, financial statements, options chains, dividends, earnings, analyst recommendations, or any market data. Triggers include: any mention of stock price, ticker symbol (AAPL, MSFT…
chenhao-limit-up
Use when evaluating A-share limit-up (涨停板) setups through Chen Hao's sentiment and momentum lens: market emotion cycles, board strength, follow-through, and short-term aggressive momentum trading.
copy-trading-solana
Copy trade Solana wallets - mirror trades automatically.
southwest
Search Southwest Airlines fares and points pricing via Patchright browser automation. SW is not in any GDS or API. Covers all fare classes, Companion Pass value, and fare drop monitoring.