Menu
NEW AGENT
MY AGENTS
ASSISTANTS
Step 1:
Speaker Bio from Book Research
1️⃣
Perfect output
- scan ALL
2️⃣ Add
output numbers
, then...
3️⃣ Add
Subagent Numbers
(work backwards
from output number!
)
4️⃣ Add
ACTUAL Skills
to subagent
✅ DONE..Copy x4 to Step 3...
SETTINGS
LOGOUT
Speaker Bio from Book Research - Refine SubAgent & Output
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
SubAgents & Components
Questions & Research Ideas
Suggested Templates
OVERVIEW OF SUBAGENTS 1. BookScraper – grabs all needed book data from Amazon → component 1 2. PaletteMiner – extracts a branded 5-colour palette → component 2 3. CopyBuilder – crafts headline, bullets, CTA → component 3 4. SnippetAssembler – merges components 1–3 into the final HTML → component 4 SUBAGENT 1 – BookScraper • Name: BookScraper • Final output file: book_raw.txt (JSON-formatted plain text) • Primary skill(s): – Skill #225: "Crawl 1 Amazon URL" • Procedure: 1. Fetch HTML from {book-url} 2. Parse for: title, author, description, "About the author," and the largest cover-image URL 3. Save the extracted fields as JSON ⇒ book_raw.txt 4. Return book_raw.txt SUBAGENT REQUIRED INPUT: {book-url} SUBAGENT FINAL OUTPUT: [book-raw-json] SUBAGENT 2 – PaletteMiner • Name: PaletteMiner • Final output file: palette.txt (key:value HEX list) • Primary skill(s): – Skill #176: "Analyse Image & Return Text" • Procedure: 1. Read cover_img_url from [book-raw-json] 2. Download the image 3. Detect 5 dominant colours; label: primary, secondary, accent, light_bg, text (ensure WCAG contrast) 4. Save as palette.txt 5. Return palette.txt SUBAGENT REQUIRED INPUT: [book-raw-json] SUBAGENT FINAL OUTPUT: [color-palette] SUBAGENT 3 – CopyBuilder • Name: CopyBuilder • Final output file: marketing_copy.txt (structured text block) • Primary skill(s): – Skill #190: "Write/Re-write Text" • Procedure: 1. Read [book-raw-json] for milestones, credibility hooks, transformation story 2. Distil 5 compelling milestones/events 3. Generate: • Headline ≤ 12 words • 4 punchy bullets ≤ 12 words each • CTA text ≤ 3 words 4. Output structured text: headline: … bullets: - … CTA: … ⇒ marketing_copy.txt 5. Return marketing_copy.txt SUBAGENT REQUIRED INPUT: [book-raw-json] SUBAGENT FINAL OUTPUT: [marketing-copy] SUBAGENT 4 – SnippetAssembler • Name: SnippetAssembler • Final output file: hero_section.html (self-contained snippet) • Primary skill(s): – Skill #223: "Prompt → Text" (LLM code generation) • Procedure: 1. Read [color-palette], [marketing-copy], and cover_img_url inside [book-raw-json] 2. Generate responsive HTML/CSS per spec: •
wrapper • Inline