Transform research papers into interactive web applications using Qwen Code Agent Skills.
Save the research-webapp skill to one of these locations:
Personal (all projects):
cp -r research-webapp ~/.qwen/skills/Project-level (shared with team):
mkdir -p .qwen/skills
cp -r research-webapp .qwen/skills/-
Explicit invocation:
/skills research-webapp -
Provide a research paper (PDF, URL, or text) and ask to create an interactive web app.
-
The skill generates a complete React Vite application with:
- Interactive narrative sections
- Custom visualizations and 3D scenes
- Performance charts and comparisons
- Author cards and citations
Generated apps in examples/ folder:
paper0throughpaper9- Sample outputs from the skill
Each example is a runnable React application created by the research-webapp skill.
