Menu
NEW AGENT
MY AGENTS
ASSISTANTS
POD Design Generator From URL
- Step 4
Summary - 14th Jan
Summary - 13th Jan
Summary - 12th Jan
Summary - 10th Jan
Summary - 7th Jan
Summary - 7th Jan
Summary - 4th Jan
Summary - 3rd Jan
Summary - 2nd Jan
SETTINGS
LOGOUT
POD Design Generator From URL - Confirm & Copy Final Agent Code
1
Describe
Describe your task
2
Refine
Refine the plan
3
SubAgents
Review all agents
4
Deploy
Deploy your agent
Review Final Agent Copy
Expand
[ { "taskID": 226, "semanticTitleOfTask": "Extract Structured Product Data from Amazon/Etsy URL", "taskDescription": "Uses the real-time Amazon data API to retrieve title, bullet points, description, and main image URL from the input product URL.", "inputDescription": "Requires the Amazon/Etsy product page URL as [VARIABLE1] and API credentials as [VARIABLE2] for the real-time Amazon data service. It then requests the relevant fields from the product listing (title, bullet points, description, main image URL).", "inputRequired": [ "VARIABLE1", "VARIABLE2" ], "outputDescription": "Structured data returned by the Amazon data API call, containing the necessary product fields in raw or semi-structured format.", "outputName": "raw_extracted_data", "promptInstruction": "no instruction" }, { "taskID": 223, "semanticTitleOfTask": "Transform Raw Data into Standardized JSON Format", "taskDescription": "Takes the raw extracted data from the prior task and converts it into a clean JSON object containing only the required keys (title, bullets, description, imageURL).", "inputDescription": "Accepts the raw extracted data output from task #226, parses or cleans it, and ensures only the specified fields remain, with consistent formatting.", "inputRequired": [ "raw_extracted_data" ], "outputDescription": "A final JSON object with four keys: title, bullets, description, and imageURL, each containing cleaned text or array data.", "outputName": "extracted_product_details", "promptInstruction": "Transform the provided raw product data into a standardized JSON format with the keys: title, bullets, description, and imageURL. Ensure that bullets is an array and remove any extraneous or repeated data. Return the final JSON object in a clean, minimal structure." }, { "taskID": 223, "semanticTitleOfTask": "LLM Policy Violation Scanner", "taskDescription": "Accurately identifies potential trademark or policy violations in the provided listing text (title, bullets, description) and outputs a structured list of suspicious terms with reasons for each instance.", "inputDescription": "Expects the product listing text that includes 'title', 'bullets', and 'description' fields from the preceding extraction step. This text is analyzed for potential policy or trademark concerns.", "inputRequired": [ "extracted_product_details" ], "outputDescription": "A structured list of potentially problematic terms, detailing each flagged term, its category, a brief explanation, and a risk level (high, medium, low).", "outputName": "suspicious_terms_list", "promptInstruction": "You are a trademark and policy compliance expert for Amazon Merch. Analyze the supplied 'title', 'bullets', and 'description' for any potentially problematic terms. For each term found, output: Term, Category, Explanation, Risk Level. Focus on brand names, trademarks, offensive content, or restricted phrases." }, { "taskID": 224, "semanticTitleOfTask": "Trademark Database Verification", "taskDescription": "Checks each suspicious term identified by the prior step against a trademark API to confirm if it is registered or high-risk, returning a finalized list of confirmed infringing or questionable terms.", "inputDescription": "Receives the 'suspicious_terms_list' from the prior step to query the USPTO trademark database, verifying the trademark status or risk level of each flagged term.", "inputRequired": [ "suspicious_terms_list" ], "outputDescription": "Delivers a validated subset of trademarked or problematic terms that must be rewritten or removed from the listing text.", "outputName": "verified_trademark_terms", "promptInstruction": "no instruction" }, { "taskID": 190, "semanticTitleOfTask": "Compliant Text Rewriter", "taskDescription": "Rewrites or removes verified trademark violations and other problematic content, ensuring the final text adheres to Amazon Merch guidelines and remains compelling.", "inputDescription": "Receives the original listing text fields ('title', 'bullets', 'description') and the list of verified trademark concerns from the previous task to produce a policy-compliant final version.", "inputRequired": [ "extracted_product_details", "verified_trademark_terms" ], "outputDescription": "Delivers a rewritten set of listing text, including title, bullet points, description, and a final set of safe keywords, ensuring no remaining trademark or policy conflicts.", "outputName": "compliant_text_and_keywords", "promptInstruction": "You are an Amazon Merch listing optimizer. Rewrite the listing to remove or replace trademark/policy-violating terms while keeping it compelling.\n\nOriginal Title: 'title'\nBullets: 'bullets'\nDescription: 'description'\nProblematic Terms: 'verified_trademark_terms'\n\n1. Remove flagged terms\n2. Keep meaning\n3. Ensure policy compliance\n4. Provide final text as: TITLE, BULLETS, DESCRIPTION, KEYWORDS" }, { "taskID": 190, "semanticTitleOfTask": "Craft Image Generation Prompt", "taskDescription": "This task uses the given safe text and keywords to craft a short, detailed image generation prompt for the Ideogram API, ensuring compliance with Amazon guidelines and avoiding trademarked terms.", "inputDescription": "Accepts one input: [compliant_text_and_keywords], representing text and keywords that have passed compliance checks. These form the basis of the image prompt.", "inputRequired": [ "compliant_text_and_keywords" ], "outputDescription": "A short text prompt describing the design concept, color palette, style, transparent background requirement, and any negative prompts (e.g., no text or mockups).", "outputName": "image_generation_prompt_text", "promptInstruction": "Use the provided [compliant_text_and_keywords] to create a concise prompt specifying main visual elements, color/style details, transparent background, no text or typography, and no trademark references. The final prompt must be under 100 words, focus solely on visual design, and end with negative prompts like no blur or low quality." }, { "taskID": 222, "semanticTitleOfTask": "Generate T-Shirt Design Image", "taskDescription": "Uses the Ideogram API to generate a raw PNG design from the crafted prompt, producing a visually appealing T-shirt artwork suitable for further processing.", "inputDescription": "Accepts a single input: [image_generation_prompt_text], containing the descriptive prompt to guide image generation.", "inputRequired": [ "image_generation_prompt_text" ], "outputDescription": "A raw PNG image of the generated T-shirt design from the Ideogram model.", "outputName": "raw_generated_png", "promptInstruction": "no instruction" }, { "taskID": 300, "semanticTitleOfTask": "Remove T-Shirt Design Background (Remove.bg API)", "taskDescription": "Removes the background from the raw T-shirt PNG using remove.bg, ensuring the design is isolated on a fully transparent layer.", "inputDescription": "Accepts one input: [raw_generated_png], the newly generated T-shirt image needing background removal.", "inputRequired": [ "raw_generated_png" ], "outputDescription": "A PNG file with the background completely removed, retaining only the essential design elements.", "outputName": "bg_removed_png", "promptInstruction": "no instruction" }, { "taskID": 191, "semanticTitleOfTask": "Resize Image to 4500×5400", "taskDescription": "Adjusts the PNG dimensions to exactly 4500×5400 pixels, aligning with Merch by Amazon requirements while maintaining the design's integrity.", "inputDescription": "Requires the transparent-background PNG [bg_removed_png] from the previous step, which must be resized to 4500×5400 pixels.", "inputRequired": [ "bg_removed_png" ], "outputDescription": "A correctly sized PNG measuring 4500×5400 pixels, preserving the visual design for print-on-demand.", "outputName": "resized_png", "promptInstruction": "no instruction" }, { "taskID": 310, "semanticTitleOfTask": "Upscale Image to 300 DPI (AI Upscaler)", "taskDescription": "Applies AI-driven upscaling on the resized PNG to ensure a 300 DPI resolution, preserving clarity and meeting print quality standards.", "inputDescription": "Receives the resized 4500×5400 PNG [resized_png], then uses the AI upscaler to adjust it to 300 DPI without compromising image quality.", "inputRequired": [ "resized_png" ], "outputDescription": "The final PNG with 300 DPI at 4500×5400 pixels, ready for Merch by Amazon print-on-demand use.", "outputName": "final_tshirt_design", "promptInstruction": "no instruction" }, { "taskID": 190, "semanticTitleOfTask": "Generate Amazon-Compliant Product Listing Text", "taskDescription": "This task takes validated, policy-safe keywords and produces a complete Amazon listing for a t-shirt, including title, bullet points, and description. It ensures all text complies with character limits and Amazon’s guidelines.", "inputDescription": "The task requires a clean set of approved keywords, free of trademark or policy issues, so that a final listing can be created without violating Amazon's rules.", "inputRequired": [ "compliant_text_and_keywords" ], "outputDescription": "A structured text block containing a title (under 200 characters), 5-7 bullet points (1000 characters max total), and a product description (under 2000 characters).", "outputName": "revised_listing_text", "promptInstruction": "You are an expert Amazon listing copywriter. Use the provided, policy-compliant keywords to create a t-shirt product listing. Write a concise title (max 200 characters), 5-7 bullet points emphasizing features and benefits (max 1000 characters total), and a thorough product description (max 2000 characters). Maintain a professional tone, follow Amazon guidelines (no promotional or time-sensitive language), and naturally integrate the provided keywords throughout." }, { "taskID": "#224", "semanticTitleOfTask": "Final Trademark and Content Policy Compliance Verification", "taskDescription": "This task uses the trademark search API and content policy checks to confirm that neither the new T-shirt design nor the updated listing text contains infringing or prohibited elements. It ensures final compliance with Amazon’s guidelines, checking for potential trademark and content policy violations.", "inputDescription": "Requires the newly generated T-shirt design file and the revised listing text to verify that both adhere to Amazon’s trademark and content policy requirements.", "inputRequired": [ "final_tshirt_design", "revised_listing_text" ], "outputDescription": "A clear indication (PASSED or FAILED), plus any specific issues or corrections needed, confirming whether the design and text are fully compliant with trademark and content policies.", "outputName": "compliance_verification_result", "promptInstruction": "Analyze the following design and listing text for any trademark or content policy violations. Use the provided trademark checker API and Amazon policy rules to identify issues. Respond with PASSED if no problems are found, or FAILED with a list of offending elements, violation types, and recommended corrections." }, { "taskID": "#223", "semanticTitleOfTask": "Final Package Assembly and Delivery Preparation", "taskDescription": "This task compiles the verified PNG file and the final listing text into a structured delivery. It clearly presents the image file path or reference, reaffirms its specifications, includes listing text fields (title, bullet points, and description), and provides any practical instructions or warnings for usage or uploading to Amazon.", "inputDescription": "Requires the compliance verification result as well as the newly generated design file and approved listing text. All must be combined into a single, user-friendly output package.", "inputRequired": [ "compliance_verification_result", "final_tshirt_design", "revised_listing_text" ], "outputDescription": "A finalized package containing the PNG file reference (or path) with specification details and the complete listing text, plus relevant instructions for implementing the design on Amazon’s platform.", "outputName": "final_package", "promptInstruction": "Create a clear final delivery package that includes: 1) design file details (size, DPI, transparency), 2) listing text (title, bullets, description), and 3) instructions for usage and upload to Amazon. Present them in a concise, well-labeled format and include any recommended notices or warnings if needed." }, { "taskID": 220, "semanticTitleOfTask": "Parse Amazon Merch Guidelines", "taskDescription": "This task reads and structures the Amazon Merch On Demand guidelines from the provided policy documentation.", "inputDescription": "Requires the raw text of the Amazon Merch On Demand policy guidelines or a link to them.", "inputRequired": [ "amazon_policy_docs" ], "outputDescription": "Produces a structured JSON breakdown of policies in categories such as intellectual property, content restrictions, technical requirements, quality standards, and listing rules.", "outputName": "structured_guidelines", "promptInstruction": "You are an expert in analyzing e-commerce platform policies. Please analyze the provided Amazon Merch on Demand policy guidelines and create a structured breakdown of requirements in the following categories: 1) Intellectual Property Rights, 2) Content Restrictions, 3) Technical Requirements, 4) Quality Standards, 5) Listing Rules. For each category, provide specific rules, examples of violations, and compliance requirements. Format your response as a JSON object that other automated systems can easily parse and reference." }, { "taskID": 221, "semanticTitleOfTask": "Technical Specifications Validator", "taskDescription": "This task checks an image’s parameters (dimensions, DPI, format) against required Merch specs: 4500x5400, 300DPI, PNG format.", "inputDescription": "Requires a reference to the image file’s metadata or direct parameters (width, height, DPI, format).", "inputRequired": [ "image_specs" ], "outputDescription": "A short report indicating pass/fail for each requirement, plus recommended fixes if needed.", "outputName": "tech_requirements_report", "promptInstruction": "no instruction" }, { "taskID": 224, "semanticTitleOfTask": "Trademark Check System", "taskDescription": "This task uses the USPTO Trademark Search API to check if listed keywords are trademarked or pose any conflict.", "inputDescription": "Requires the keywords to be tested and valid USPTO trademark search API credentials.", "inputRequired": [ "keywords", "trademark_api_credentials" ], "outputDescription": "A JSON object listing each tested keyword, any relevant trademark status (registered, pending, none), and recommended actions.", "outputName": "trademark_verification_report", "promptInstruction": "no instruction" } ]
Happy? Now Copy-Paste To Proceed...
BACK TO SUBAGENTS
COPY TO CLIPBOARD