{
  "schemaVersion": "1.0",
  "item": {
    "slug": "fal-ai",
    "name": "Fal.ai API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/agmmnn/fal-ai",
    "canonicalUrl": "https://clawhub.ai/agmmnn/fal-ai",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/fal-ai",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=fal-ai",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "_meta.json",
      "fal_api.py",
      "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/fal-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/fal-ai",
    "agentPageUrl": "https://openagent3.xyz/skills/fal-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fal-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fal-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. 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": "fal.ai API Skill",
        "body": "Generate images, videos, and transcripts using fal.ai's API with support for FLUX, Stable Diffusion, Whisper, and more."
      },
      {
        "title": "Features",
        "body": "Queue-based async generation (submit → poll → result)\nSupport for 600+ AI models\nImage generation (FLUX, SDXL, Recraft)\nVideo generation (MiniMax, WAN)\nSpeech-to-text (Whisper)\nStdlib-only dependencies (no fal_client required)"
      },
      {
        "title": "Setup",
        "body": "Get your API key from https://fal.ai/dashboard/keys\nConfigure with:\n\nexport FAL_KEY=\"your-api-key\"\n\nOr via clawdbot config:\n\nclawdbot config set skill.fal_api.key YOUR_API_KEY"
      },
      {
        "title": "Interactive Mode",
        "body": "You: Generate a cyberpunk cityscape with FLUX\nKlawf: Creates the image and returns the URL"
      },
      {
        "title": "Python Script",
        "body": "from fal_api import FalAPI\n\napi = FalAPI()\n\n# Generate and wait\nurls = api.generate_and_wait(\n    prompt=\"A serene Japanese garden\",\n    model=\"flux-dev\"\n)\nprint(urls)"
      },
      {
        "title": "Available Models",
        "body": "ModelEndpointTypeflux-schnellfal-ai/flux/schnellImage (fast)flux-devfal-ai/flux/devImageflux-profal-ai/flux-pro/v1.1-ultraImage (2K)fast-sdxlfal-ai/fast-sdxlImagerecraft-v3fal-ai/recraft-v3Imagesd35-largefal-ai/stable-diffusion-v35-largeImageminimax-videofal-ai/minimax-video/image-to-videoVideowan-videofal-ai/wan/v2.1/1.3b/text-to-videoVideowhisperfal-ai/whisperAudio\n\nFor the full list, run:\n\npython3 fal_api.py --list-models"
      },
      {
        "title": "Parameters",
        "body": "ParameterTypeDefaultDescriptionpromptstrrequiredImage/video descriptionmodelstr\"flux-dev\"Model name from table aboveimage_sizestr\"landscape_16_9\"Preset: square, portrait_4_3, landscape_16_9, etc.num_imagesint1Number of images to generateseedintNoneRandom seed for reproducibility"
      },
      {
        "title": "Credits",
        "body": "Built following the krea-api skill pattern. Uses fal.ai's queue-based API for reliable async generation."
      }
    ],
    "body": "fal.ai API Skill\n\nGenerate images, videos, and transcripts using fal.ai's API with support for FLUX, Stable Diffusion, Whisper, and more.\n\nFeatures\nQueue-based async generation (submit → poll → result)\nSupport for 600+ AI models\nImage generation (FLUX, SDXL, Recraft)\nVideo generation (MiniMax, WAN)\nSpeech-to-text (Whisper)\nStdlib-only dependencies (no fal_client required)\nSetup\nGet your API key from https://fal.ai/dashboard/keys\nConfigure with:\nexport FAL_KEY=\"your-api-key\"\n\n\nOr via clawdbot config:\n\nclawdbot config set skill.fal_api.key YOUR_API_KEY\n\nUsage\nInteractive Mode\nYou: Generate a cyberpunk cityscape with FLUX\nKlawf: Creates the image and returns the URL\n\nPython Script\nfrom fal_api import FalAPI\n\napi = FalAPI()\n\n# Generate and wait\nurls = api.generate_and_wait(\n    prompt=\"A serene Japanese garden\",\n    model=\"flux-dev\"\n)\nprint(urls)\n\nAvailable Models\nModel\tEndpoint\tType\nflux-schnell\tfal-ai/flux/schnell\tImage (fast)\nflux-dev\tfal-ai/flux/dev\tImage\nflux-pro\tfal-ai/flux-pro/v1.1-ultra\tImage (2K)\nfast-sdxl\tfal-ai/fast-sdxl\tImage\nrecraft-v3\tfal-ai/recraft-v3\tImage\nsd35-large\tfal-ai/stable-diffusion-v35-large\tImage\nminimax-video\tfal-ai/minimax-video/image-to-video\tVideo\nwan-video\tfal-ai/wan/v2.1/1.3b/text-to-video\tVideo\nwhisper\tfal-ai/whisper\tAudio\n\nFor the full list, run:\n\npython3 fal_api.py --list-models\n\nParameters\nParameter\tType\tDefault\tDescription\nprompt\tstr\trequired\tImage/video description\nmodel\tstr\t\"flux-dev\"\tModel name from table above\nimage_size\tstr\t\"landscape_16_9\"\tPreset: square, portrait_4_3, landscape_16_9, etc.\nnum_images\tint\t1\tNumber of images to generate\nseed\tint\tNone\tRandom seed for reproducibility\nCredits\n\nBuilt following the krea-api skill pattern. Uses fal.ai's queue-based API for reliable async generation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/agmmnn/fal-ai",
    "publisherUrl": "https://clawhub.ai/agmmnn/fal-ai",
    "owner": "agmmnn",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/fal-ai",
    "downloadUrl": "https://openagent3.xyz/downloads/fal-ai",
    "agentUrl": "https://openagent3.xyz/skills/fal-ai/agent",
    "manifestUrl": "https://openagent3.xyz/skills/fal-ai/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/fal-ai/agent.md"
  }
}