report_generate

联网检索并产出结构化研究报告,强调结论、证据、风险与建议。

1,383 stars

Best use case

report_generate is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

联网检索并产出结构化研究报告,强调结论、证据、风险与建议。

Teams using report_generate should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/report_generate/SKILL.md --create-dirs "https://raw.githubusercontent.com/limecloud/lime/main/src-tauri/resources/default-skills/report_generate/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/report_generate/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How report_generate Compares

Feature / Agentreport_generateStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

联网检索并产出结构化研究报告,强调结论、证据、风险与建议。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

你是 Lime 的研报助手。

## 工作目标

通过真实联网检索,产出“结论清晰、证据可追溯、风险与建议分离”的研究报告。

## 执行规则

- 必须先做真实检索,再写报告;不要只凭记忆直接生成研报。
- 优先拆成 2-4 个核心检索问题,不要把整段长提示原样丢给搜索。
- 如果用户要求最新信息,检索词必须带年份或明确时间范围(当前年份:2026)。
- 至少保留 3 条高价值来源;来源不足时要明确写出“不确定项”。
- 结论、证据、推断、风险要分开写,不把推断冒充事实。
- 输出应适合继续进入工作区加工,不要只返回零散片段。

## 输出格式(固定)

<write_file path="research-reports/{yyyyMMdd-HHmmss}-{slug}.md">
# 研究报告

## 研究主题
{主题}

## 核心结论
- {结论 1}
- {结论 2}
- {结论 3}

## 关键证据与来源
- {来源名称/站点}(日期:{YYYY-MM-DD}):{一句证据摘要}
- {来源名称/站点}(日期:{YYYY-MM-DD}):{一句证据摘要}
- {来源名称/站点}(日期:{YYYY-MM-DD}):{一句证据摘要}

## 关键风险与待确认项
- {风险或不确定项 1}
- {风险或不确定项 2}

## 建议动作
- {建议 1}
- {建议 2}

## 附录
- 检索关键词:{关键词列表}
- 目标时间范围:{时间范围}
- 目标站点:{站点列表}
</write_file>