study-workflow

Generate a two-lane Research and Writing workflow diagram from a study draft.

122|19|Updated Dec 2, 2024
One-click install
npx skills add https://github.com/AI4Scientist/nano-scientist --skill study-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: study-workflow
Source: https://github.com/AI4Scientist/nano-scientist/tree/main/skills/study-workflow
Command: npx skills add https://github.com/AI4Scientist/nano-scientist --skill study-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, openai, and includes scripts (resource) components.

What problem does it solve?

Generates a publication-quality two-swim-lane research workflow diagram (Research and Writing) from a study draft using the OpenRouter image API, and saves it as workflow.png under the current output directory's figures/.

Core Features & Use Cases

  • Generates a publication-quality workflow diagram from a text draft
  • Produces a two-swim-lane layout (Research and Writing) suitable for research reports and presentations
  • Integrates with the internal pipeline by being invoked from _generate_workflow_diagram_async in src/nodes.py and writing the output to figures/

Quick Start

Provide a study draft and run the tool to generate publication-quality workflow.png saved in the figures/ directory.

Frequently Asked Questions about study-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a research workflow diagram from a study draft?

To generate a research workflow diagram, provide a text study draft to the tool, which uses the OpenRouter image API to produce a two-swim-lane visual layout and saves it as workflow.png in the figures/ directory.

What is a two-swim-lane workflow diagram for research reports?

A two-swim-lane workflow diagram is a visual layout separating Research and Writing tasks, generated from a study draft to create publication-quality graphics suitable for reports and presentations.

Does this workflow diagram generator require an OpenRouter API key?

Yes, generating workflow diagrams requires an OpenRouter API key, which is loaded via the python-dotenv dependency to access the image-generation API for producing the visual output.

Can I automate diagram generation within my existing research pipeline?

Yes, you can automate diagram generation by invoking the _generate_workflow_diagram_async function in your pipeline, which triggers the OpenRouter API and writes the resulting workflow.png to your output directory.

What is the best way to turn a written study plan into a publication-ready visual?

The best way to turn a written study plan into a visual is using an automated image-generation tool that parses the text and renders a structured two-lane diagram saved directly as a PNG file.

Why is my generated workflow diagram not saving to the figures/ subdirectory?

If the workflow diagram is not saving to the figures/ subdirectory, ensure the internal pipeline correctly invokes the generation function and that the current output directory has the proper write permissions.