Acquires visual assets from multiple sources: web image search, live website screenshots via Playwright, and user-provided files. Organizes assets in the squad's reference folder.
Use the Asset Fetcher when you need to acquire visual assets for content creation. It supports three acquisition modes: web image search, live website screenshots via Playwright, and organizing user-provided files. All assets are saved to the squad's reference or output folder with descriptive filenames and metadata.
Web Image Search -- Use the native web_search tool to find images by keyword. Evaluate results and download the best match.
Live Screenshot -- Use Playwright MCP to navigate to a URL, set viewport dimensions, and capture a screenshot.
Asset Organization -- Save all acquired assets with descriptive filenames in the squad's reference/ or output/ folder.
When taking a screenshot:
browser_navigatebrowser_resize with width/height for target format
browser_wait_for if needed)browser_take_screenshotAfter acquiring each asset, document in your output:
path: local file pathwidth/height: image dimensionssource_type: "web_search" | "screenshot" | "user_provided"original_url: source URL (if applicable)Before fetching an asset:
file:// protocol URLsgemini-benchmark-chart.png not image1.png