reference-finder

Installation
SKILL.md

Reference Finder

A professional OpenClaw skill that uses Gemini AI to analyze research text, extract research domains and key concepts, then generate comprehensive reference lists with summaries.

Quick Start

  1. Configure config.yaml with your Gemini API key
  2. Run: python main.py --input your_research_text.txt
  3. Review extracted domains and confirm
  4. Get structured Markdown output with references

Configuration

Edit config.yaml:

model:
  name: "gemini-2.0-flash-exp"      # Model to use
  api_key: "${GEMINI_API_KEY}"       # API key (env var or hardcode)
Related skills
Installs
2
GitHub Stars
1
First Seen
Feb 19, 2026