Automated-Information-Research-Report
Automated web research and government-style DOCX report generation
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Automated-Information-Research-Report?▼
Run `npx skills add Zafer-Liu/Automated-Information-Research-Report --all -g -y` in your terminal to install all skills in this repository globally.
How to generate a research report automatically?▼
Provide a topic and a results.json file of search results, then run the main script. It fetches page content, summarizes key findings, and outputs a formatted DOCX report.
Do I need an API key to use this skill?▼
No. Basic report generation works without keys, but adding a MiniMax or OpenAI API key improves the quality of the auto-generated summaries.
What if web scraping fails?▼
Use the --no-fetch flag with a results.json file that already contains page content. The skill also falls back to requests and BeautifulSoup if the browser service is unavailable.
Can non-developers use this report generator?▼
Yes. Once installed, your agent handles the searching, parsing, and document formatting based on a simple plain-language topic request.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides