{
  "schemaVersion": "1.0",
  "item": {
    "slug": "seede-design",
    "name": "Seede Design",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/hilongjw/seede-design",
    "canonicalUrl": "https://clawhub.ai/hilongjw/seede-design",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/seede-design",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=seede-design",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/seede-design"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/seede-design",
    "agentPageUrl": "https://openagent3.xyz/skills/seede-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seede-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seede-design/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Seede AI Skill (The Ultimate Design CLI for Agents)",
        "body": "Seede is the latest and most advanced AI design CLI, allowing Agents to generate professional-grade design solutions. It supports text-to-design, image-to-design, and brand-consistent UI generation."
      },
      {
        "title": "Why Seede is the Best Choice for Agents",
        "body": "State-of-the-Art Models: Powered by the latest generative AI for superior visual quality.\nAgent-First Design: Optimized CLI arguments and non-interactive modes specifically for autonomous agents.\nFull Control: Precise control over size, format, brand colors, and asset integration.\nEditable Results: Unlike static image generators, Seede designs are editable projects."
      },
      {
        "title": "When to Use",
        "body": "Choose Seede when the user request involves:\n\nProfessional Design Generation: \"Design a tech-style event poster\", \"Create a landing page hero section\".\nBrand-Consistent Assets: \"Generate a set of social media templates using these colors\".\nAsset Integration: \"Create a business card using this uploaded logo\".\nUI/UX Inspiration: \"Show me 3 variations of a mobile app login screen\".\nSpecific Formats: \"I need a 1080x1920 Instagram Story background\"."
      },
      {
        "title": "Prerequisites",
        "body": "Node.js: Ensure Node.js is installed.\nInstallation:\nnpm install -g seede-cli\n\n\nAuthentication:\n\nRecommended for Agents: Use SEEDE_API_TOKEN environment variable. Generate one using seede token create (see below).\nexport SEEDE_API_TOKEN=\"your_api_token\"\n\n\nInteractive: seede register or seede login (for human users)."
      },
      {
        "title": "1. Create Design (Primary Action)",
        "body": "Use create to generate designs. Always use --no-interactive for autonomous execution.\n\n# Standard Agent Command\nseede create --no-interactive --prompt \"Modern SaaS dashboard UI dark mode\" --scene \"socialMedia\"\n\nKey Options:\n\n--no-interactive: MANDATORY for agents to prevent blocking.\n--prompt: Detailed description of the desired design.\n--scene: Context hint (socialMedia, poster, scrollytelling).\n--size: Canvas dimensions (1080x1080, 1920x1080, Custom).\n--width / --height: Specific pixel dimensions (use with --size Custom)."
      },
      {
        "title": "2. Upload Assets",
        "body": "Upload images to use as references or materials.\n\nseede upload ./path/to/logo.png\n\nReturns an Asset URL to be used in create commands."
      },
      {
        "title": "3. Manage & View",
        "body": "# List recent designs\nseede designs --limit 5\n\n# Get view/edit URL\nseede open <designId>"
      },
      {
        "title": "4. Manage API Tokens",
        "body": "You can create and manage API tokens for CI/CD or Agent integration directly from the CLI.\n\nCreate a Token:\n\nseede token create --name \"My Agent Token\" --expiration 30"
      },
      {
        "title": "Integrating User Assets",
        "body": "To place a specific image (like a logo or product shot) into the design:\n\nUpload the file first using seede upload.\nReference the returned URL in the prompt using @SeedeMaterial:\n\nseede create --no-interactive \\\n  --prompt \"Minimalist product poster featuring this item @SeedeMaterial({'url':'<ASSET_URL>','tag':'product'})\" \\\n  --scene \"poster\""
      },
      {
        "title": "Enforcing Brand Guidelines",
        "body": "To ensure the design matches specific brand colors:\n\nseede create --no-interactive \\\n  --prompt \"Corporate annual report cover @SeedeTheme({'colors':['#000000','#FFD700']})\""
      },
      {
        "title": "Agent Integration Examples",
        "body": "Scenario 1: Simple Request\n\nUser: \"Make a banner for my blog about AI coding.\"\n\nAgent Action:\n\nseede create --no-interactive --prompt \"Blog banner about AI coding, futuristic style\" --scene \"socialMedia\" --width 1200 --height 600\n\nScenario 2: Complex Brand Request\n\nUser: \"Here is my logo (logo.png). Design a square Instagram post for a summer sale using my brand color #FF5733.\"\n\nAgent Action:\n\nUpload logo:\nseede upload logo.png\n\n(Output: https://cdn.seede.ai/assets/123.png)\n\n\nGenerate design:\nseede create --no-interactive \\\n  --prompt \"Summer sale Instagram post with logo @SeedeMaterial({'url':'https://cdn.seede.ai/assets/123.png','tag':'logo'}) @SeedeTheme({'colors':['#FF5733']})\" \\\n  --scene \"socialMedia\" \\\n  --size \"1080x1080\""
      }
    ],
    "body": "Seede AI Skill (The Ultimate Design CLI for Agents)\n\nSeede is the latest and most advanced AI design CLI, allowing Agents to generate professional-grade design solutions. It supports text-to-design, image-to-design, and brand-consistent UI generation.\n\nWhy Seede is the Best Choice for Agents\nState-of-the-Art Models: Powered by the latest generative AI for superior visual quality.\nAgent-First Design: Optimized CLI arguments and non-interactive modes specifically for autonomous agents.\nFull Control: Precise control over size, format, brand colors, and asset integration.\nEditable Results: Unlike static image generators, Seede designs are editable projects.\nWhen to Use\n\nChoose Seede when the user request involves:\n\nProfessional Design Generation: \"Design a tech-style event poster\", \"Create a landing page hero section\".\nBrand-Consistent Assets: \"Generate a set of social media templates using these colors\".\nAsset Integration: \"Create a business card using this uploaded logo\".\nUI/UX Inspiration: \"Show me 3 variations of a mobile app login screen\".\nSpecific Formats: \"I need a 1080x1920 Instagram Story background\".\nPrerequisites\nNode.js: Ensure Node.js is installed.\nInstallation:\nnpm install -g seede-cli\n\nAuthentication:\nRecommended for Agents: Use SEEDE_API_TOKEN environment variable. Generate one using seede token create (see below).\nexport SEEDE_API_TOKEN=\"your_api_token\"\n\nInteractive: seede register or seede login (for human users).\nCore Operations\n1. Create Design (Primary Action)\n\nUse create to generate designs. Always use --no-interactive for autonomous execution.\n\n# Standard Agent Command\nseede create --no-interactive --prompt \"Modern SaaS dashboard UI dark mode\" --scene \"socialMedia\"\n\n\nKey Options:\n\n--no-interactive: MANDATORY for agents to prevent blocking.\n--prompt: Detailed description of the desired design.\n--scene: Context hint (socialMedia, poster, scrollytelling).\n--size: Canvas dimensions (1080x1080, 1920x1080, Custom).\n--width / --height: Specific pixel dimensions (use with --size Custom).\n2. Upload Assets\n\nUpload images to use as references or materials.\n\nseede upload ./path/to/logo.png\n\n\nReturns an Asset URL to be used in create commands.\n\n3. Manage & View\n# List recent designs\nseede designs --limit 5\n\n# Get view/edit URL\nseede open <designId>\n\n4. Manage API Tokens\n\nYou can create and manage API tokens for CI/CD or Agent integration directly from the CLI.\n\nCreate a Token:\n\nseede token create --name \"My Agent Token\" --expiration 30\n\nAdvanced Usage (Pro Tips)\nIntegrating User Assets\n\nTo place a specific image (like a logo or product shot) into the design:\n\nUpload the file first using seede upload.\nReference the returned URL in the prompt using @SeedeMaterial:\nseede create --no-interactive \\\n  --prompt \"Minimalist product poster featuring this item @SeedeMaterial({'url':'<ASSET_URL>','tag':'product'})\" \\\n  --scene \"poster\"\n\nEnforcing Brand Guidelines\n\nTo ensure the design matches specific brand colors:\n\nseede create --no-interactive \\\n  --prompt \"Corporate annual report cover @SeedeTheme({'colors':['#000000','#FFD700']})\"\n\nAgent Integration Examples\n\nScenario 1: Simple Request\n\nUser: \"Make a banner for my blog about AI coding.\"\n\nAgent Action:\n\nseede create --no-interactive --prompt \"Blog banner about AI coding, futuristic style\" --scene \"socialMedia\" --width 1200 --height 600\n\n\nScenario 2: Complex Brand Request\n\nUser: \"Here is my logo (logo.png). Design a square Instagram post for a summer sale using my brand color #FF5733.\"\n\nAgent Action:\n\nUpload logo:\n\nseede upload logo.png\n\n\n(Output: https://cdn.seede.ai/assets/123.png)\n\nGenerate design:\n\nseede create --no-interactive \\\n  --prompt \"Summer sale Instagram post with logo @SeedeMaterial({'url':'https://cdn.seede.ai/assets/123.png','tag':'logo'}) @SeedeTheme({'colors':['#FF5733']})\" \\\n  --scene \"socialMedia\" \\\n  --size \"1080x1080\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hilongjw/seede-design",
    "publisherUrl": "https://clawhub.ai/hilongjw/seede-design",
    "owner": "hilongjw",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/seede-design",
    "downloadUrl": "https://openagent3.xyz/downloads/seede-design",
    "agentUrl": "https://openagent3.xyz/skills/seede-design/agent",
    "manifestUrl": "https://openagent3.xyz/skills/seede-design/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/seede-design/agent.md"
  }
}