What You’ll Create
Generate story ideas quickly using AI. This simple workflow demonstrates core NodeTool concepts: inputs, templates, and AI generation. Good for writers, game designers, and content creators who need creative inspiration.
Time to complete: 5 minutes
Difficulty: Beginner
Overview
A beginner-friendly template showing how to combine inputs with an AI agent to generate creative story ideas.
How it works:
- Set inputs - Define genre, character type, and setting
- Format template - Combine inputs into a prompt
- Generate ideas - AI produces multiple story concepts
- View results - Preview and use the generated ideas
Key concepts:
- Connect nodes to create workflows
- Use templates with for dynamic prompts
- AI agents process inputs and generate results
- Preview nodes show outputs at each stage
Tags
start, beginner, tutorial, template, creative, writing
Workflow Diagram
graph TD
genre_input_["Genre"]
character_type_input_["Character Type"]
setting_input_["Setting"]
string_templa["String"]
formattext_format["FormatText"]
listgenerator_list_g["ListGenerator"]
genre_input_ --> formattext_format
character_type_input_ --> formattext_format
setting_input_ --> formattext_format
string_templa --> formattext_format
formattext_format --> listgenerator_list_g
How to Use
- Open NodeTool and find “Creative Story Ideas” in Templates
- Click each input node to set your preferences:
- Genre: “Sci-fi”, “Fantasy”, “Mystery”, etc.
- Character Type: “Hero”, “Villain”, “Detective”, etc.
- Setting: “Space station”, “Medieval castle”, “Future city”, etc.
- Press Ctrl/⌘ + Enter or click Run
- View the generated ideas in the Preview node
- Copy ideas you like to use in your writing
Tips:
- Run multiple times to get different ideas
- Try unusual combinations for unique results
- Adjust inputs to refine the style of ideas you get
Next Steps
Try these related workflows:
- Movie Posters - Generate images from ideas
- Image Enhance - Chain image transformations
- Story to Video - Create video from stories
Browse all workflows for more examples.