agentsclimarketplace

Generate report

Skill ZeroNoise2026/Skills/generate_report

Install
npx -y skills add ZeroNoise2026/Skills --skill generate_report

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.2 KB, 308 tokens by cl100k_base, as published. Nobody here has run it

generate_report

Generate a comprehensive investment-analysis report for one or more tickers and save it as a Markdown file under Summarization/output/.

When to use

Trigger this skill when the user asks for any of:

  • "give me a report on AAPL"
  • "deep analysis of MSFT"
  • "show me NVDA's fundamentals"
  • Any request for a standalone, written analysis of a single ticker (multi-ticker comparisons go to compare_tickers, not this one).

Note: the router LLM handles both English and Chinese inputs naturally; non-English phrasings asking for a ticker report route here too.

Do not use when:

  • The user just wants a quick price/news lookup → answer from RAG instead.
  • The user wants to compare 2+ tickers → use compare_tickers.
  • The user asks about a specific SEC filing → use explain_filing (future).

Inputs

  • ticker (string, required): single ticker symbol, e.g. "AAPL".
  • dry_run (bool, optional, default false): fetch and assemble context but skip the LLM call. Useful for testing.

Output

  • content: the full Markdown report.
  • artifacts: [Path(Summarization/output/{TICKER}_{YYYY-MM-DD}.md)].
  • meta: {doc_counts, total_chars, cache_hit, input_hash}.

Keep looking

Skills are one crate of 326,506. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.