Installable research-agent skill for public-source hotspot discovery and professional long-form reports.
hotspot-research helps AI agents discover recent public hotspots, validate source strength, and produce structured market or technology research reports in editable Markdown and polished PDF-ready form.
codex skills install --repo AdvancingTitans/hotspot-research-skill --path skills/hotspot-researchAsk your agent:
Use hotspot-research to find a current AI infrastructure topic and write a source-backed report.
- Encodes a complete research workflow: topic discovery, source verification, sufficiency gates, and report drafting.
- Produces long-form Markdown that can be rendered with Kami-style document design.
- Useful for market researchers, deep writers, consultants, and AI-agent builders.
- Standalone package for users who want the skill without the full
hotspot-research-suite.
hotspot-research-suite: PyPI CLI plus public-signal collection workflow.pain-miner: community pain-point mining for product ideas.awesome-ai-agent-research-tools: the curated entrypoint for all related tools.
It supports:
- Autonomous Hotspot Mode: discover high-signal topics from recent public discussion and objective evidence.
- Domain-Specific Mode: identify current sub-hotspots inside a user-provided industry or field.
- Structured research reports with core definition, evolution path, competitive landscape, key insights, and source verification.
- Uses Kami as the primary output specification for long-form document and PDF styling, while preserving Markdown as the editable source.
- Topic-readiness self-checks, information-sufficiency gates, and source-strength rules before drafting.
- Long-form narrative emphasis on origin story, evolution logic, milestones, and fully developed competitor analysis.
- An unmodified mounted copy of the official Kami skill under
vendor/Kami/for original instructions, templates, references, scripts, and fonts.
Install with a Codex/Hermes skill installer from this GitHub repository:
codex skills install --repo AdvancingTitans/hotspot-research-skill --path skills/hotspot-researchIf your environment uses a local installer script instead of codex skills, pass this repository URL and the path skills/hotspot-research.
hotspot-research/
├── README.md
├── NOTICE.md
├── LICENSE
├── vendor/
│ └── Kami/
│ ├── README.md
│ ├── SKILL.md
│ ├── CHEATSHEET.md
│ ├── references/
│ ├── scripts/
│ └── assets/
└── skills/
└── hotspot-research/
├── SKILL.md
├── assets/
│ └── report-template.md
├── references/
│ └── market-research-frameworks.md
└── scripts/
├── render_pdf_weasy.py
└── simple_report_html.py
This standalone package was extracted from a local skill authored for hotspot research workflows. It references general public-source research practices and uses Kami as the output specification for high-quality long-form document and PDF generation. The mounted vendor/Kami/ directory keeps the original upstream instructions and assets untouched. See NOTICE.md.
MIT.