Discover and explore top open-source AI tools and projects—updated daily.
QuZhan51496AI agent for academic paper content generation
Top 91.0% on SourcePulse
Summary
This repository offers a suite of agent skills designed to automate the transformation of academic papers (PDFs) into various dissemination formats. It targets researchers and academics seeking to efficiently generate presentation slides, conference posters, project webpages, Xiaohongshu posts, and WeChat articles, thereby broadening the reach of their work.
How It Works
The project comprises five distinct, auto-triggerable skills: paper2slides, paper2poster, paper2html, paper2xhs, and paper2wechat. Each skill processes an input PDF, leveraging a pipeline that includes PDF parsing (via MinerU) and specific rendering scripts for each output type. This modular approach allows for independent use and development of each content generation capability.
Quick Start & Requirements
Installation is streamlined via provided shell scripts (tools/install-linux.sh, tools/install-macos.sh) which handle environment setup and dependency linking. Key requirements include:
MINERU_API_TOKEN (obtained separately and configured in .env).poppler-utils, libreoffice, Node.js (>=20.9.0), pptxgenjs, react-icons, react, react-dom, sharp.environment.yml.Highlighted Details
Maintenance & Community
The project is developed by the AI4GC Lab at Zhejiang University. Contributors are listed as skill design leads within the lab. No specific community channels (like Discord/Slack) or public roadmaps are detailed in the README.
Licensing & Compatibility
The project is licensed under the Apache 2.0 license. This license is permissive and generally suitable for commercial use and integration into closed-source projects.
Limitations & Caveats
A significant dependency is the MINERU_API_TOKEN, indicating reliance on an external service for core PDF parsing functionality. The installation process requires careful management of several system-level dependencies and specific Node.js versions, which may pose challenges for users unfamiliar with these prerequisites.
1 week ago
Inactive