{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stability-ai",
    "name": "Stability Ai",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1999AZZAR/stability-ai",
    "canonicalUrl": "https://clawhub.ai/1999AZZAR/stability-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stability-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stability-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/models.md",
      "requirements.txt",
      "scripts/core/generate.py"
    ],
    "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. 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. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/stability-ai"
    },
    "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/stability-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/stability-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stability-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stability-ai/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Setup",
        "body": "Copy .env.example to .env.\nSet STABILITY_API_KEY in .env.\nOptional: Set API_HOST if using a custom endpoint."
      },
      {
        "title": "Usage",
        "body": "Role: Digital Artist.\nTrigger: \"Draw a cat\", \"Generate cyberpunk city\", \"Create an image\".\nOutput: Local file path to the generated image and JSON metadata."
      },
      {
        "title": "Commands",
        "body": "(The script automatically handles dependencies on first run)\n\n# Basic generation\nscripts/generate \"A futuristic city with neon lights\"\n\n# Aspect ratio (1:1, 16:9, 9:16, 21:9, 4:3, 3:4)\nscripts/generate \"Landscape painting\" --ratio 16:9\n\n# Style preset\nscripts/generate \"Portrait of a warrior\" --style photographic\n\n# Seed for reproducibility\nscripts/generate \"Abstract art\" --seed 42\n\n# Negative prompt\nscripts/generate \"Beautiful sunset\" --negative \"blurry, low quality\"\n\n# Output format (png, jpg, webp)\nscripts/generate \"Nature scene\" --format webp\n\n# Advanced: Custom model, steps, CFG scale\nscripts/generate \"Fantasy landscape\" \\\n  --model stable-diffusion-3-medium \\\n  --steps 50 \\\n  --cfg 7.0 \\\n  --ratio 21:9\n\n# V2 API (experimental)\nscripts/generate \"Modern architecture\" --v2\n\n# Combined options\nscripts/generate \"Cyberpunk street at night\" \\\n  --ratio 16:9 \\\n  --style neon-punk \\\n  --seed 123 \\\n  --format jpg \\\n  --steps 45 \\\n  --cfg 6.5"
      },
      {
        "title": "Style Presets",
        "body": "Available styles: enhance, anime, photographic, digital-art, comic-book, fantasy-art, line-art, analog-film, neon-punk, isometric, low-poly, origami, modeling-compound, cinematic, 3d-model, pixel-art, tile-texture"
      },
      {
        "title": "Aspect Ratios",
        "body": "Supported: 1:1 (default), 16:9, 9:16, 21:9, 4:3, 3:4"
      },
      {
        "title": "Output Formats",
        "body": "PNG (default, lossless)\nJPEG/JPG (lossy, smaller size)\nWebP (modern, efficient)"
      },
      {
        "title": "Metadata",
        "body": "Each generated image includes a JSON metadata file with:\n\nPrompt and negative prompt\nModel, parameters, and settings\nGeneration timestamp\nAPI version used"
      },
      {
        "title": "Models",
        "body": "Default: SDXL 1.0 (stable-diffusion-xl-1024-v1-0)\nSee references/models.md for complete model list, API versions, and credit costs."
      },
      {
        "title": "Auto-Cleanup",
        "body": "Automatically keeps the last 20 generated images. Older files and their metadata are removed to save disk space."
      }
    ],
    "body": "Stability AI Skill\nSetup\nCopy .env.example to .env.\nSet STABILITY_API_KEY in .env.\nOptional: Set API_HOST if using a custom endpoint.\nUsage\nRole: Digital Artist.\nTrigger: \"Draw a cat\", \"Generate cyberpunk city\", \"Create an image\".\nOutput: Local file path to the generated image and JSON metadata.\nCommands\n\n(The script automatically handles dependencies on first run)\n\n# Basic generation\nscripts/generate \"A futuristic city with neon lights\"\n\n# Aspect ratio (1:1, 16:9, 9:16, 21:9, 4:3, 3:4)\nscripts/generate \"Landscape painting\" --ratio 16:9\n\n# Style preset\nscripts/generate \"Portrait of a warrior\" --style photographic\n\n# Seed for reproducibility\nscripts/generate \"Abstract art\" --seed 42\n\n# Negative prompt\nscripts/generate \"Beautiful sunset\" --negative \"blurry, low quality\"\n\n# Output format (png, jpg, webp)\nscripts/generate \"Nature scene\" --format webp\n\n# Advanced: Custom model, steps, CFG scale\nscripts/generate \"Fantasy landscape\" \\\n  --model stable-diffusion-3-medium \\\n  --steps 50 \\\n  --cfg 7.0 \\\n  --ratio 21:9\n\n# V2 API (experimental)\nscripts/generate \"Modern architecture\" --v2\n\n# Combined options\nscripts/generate \"Cyberpunk street at night\" \\\n  --ratio 16:9 \\\n  --style neon-punk \\\n  --seed 123 \\\n  --format jpg \\\n  --steps 45 \\\n  --cfg 6.5\n\nFeatures\nStyle Presets\n\nAvailable styles: enhance, anime, photographic, digital-art, comic-book, fantasy-art, line-art, analog-film, neon-punk, isometric, low-poly, origami, modeling-compound, cinematic, 3d-model, pixel-art, tile-texture\n\nAspect Ratios\n\nSupported: 1:1 (default), 16:9, 9:16, 21:9, 4:3, 3:4\n\nOutput Formats\nPNG (default, lossless)\nJPEG/JPG (lossy, smaller size)\nWebP (modern, efficient)\nMetadata\n\nEach generated image includes a JSON metadata file with:\n\nPrompt and negative prompt\nModel, parameters, and settings\nGeneration timestamp\nAPI version used\nModels\nDefault: SDXL 1.0 (stable-diffusion-xl-1024-v1-0)\nSee references/models.md for complete model list, API versions, and credit costs.\nAuto-Cleanup\n\nAutomatically keeps the last 20 generated images. Older files and their metadata are removed to save disk space."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1999AZZAR/stability-ai",
    "publisherUrl": "https://clawhub.ai/1999AZZAR/stability-ai",
    "owner": "1999AZZAR",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stability-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/stability-ai",
    "agentUrl": "https://openagent3.xyz/skills/stability-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stability-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stability-ai/agent.md"
  }
}