{"skill":{"slug":"cloudflare-image-gen","displayName":"Cloudflare Image Generation","summary":"Generate images using Cloudflare Workers AI flux-1-schnell model. Use when user requests image generation with text-to-image using Cloudflare Workers API.","description":"---\nname: cloudflare-image-gen\ndescription: Generate images using Cloudflare Workers AI flux-1-schnell model. Use when user requests image generation with text-to-image using Cloudflare Workers API.\n---\n\n# Cloudflare Image Generation\n\nThis skill generates images using Cloudflare Workers AI `@cf/black-forest-labs/flux-1-schnell` model.\n\n## Credentials\n\n- Account ID: `1e89d3ce76cbfef3b5c340e3984b7a52`\n- Token: `aCTA2KaKa1n3ayFDL-LPmZ-JgUC0HHgA5Msy18Bk`\n- Model: `@cf/black-forest-labs/flux-1-schnell`\n\n## Usage\n\nRun the script directly:\n\n```bash\npython3 /home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts/generate_image.py \"your prompt here\" -o output.png\n```\n\nOr use the Python function:\n\n```python\nimport sys\nsys.path.insert(0, '/home/ubuntu/.openclaw/workspace/skills/cloudflare-image-gen/scripts')\nfrom generate_image import generate_image\n\noutput_path = generate_image(\"a black horse\")\n```\n\n## Output\n\nThe script saves the generated image as PNG and returns the file path. Send the image to the user via Telegram.\n","topics":["Image Generation"],"tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":1914,"installsAllTime":72,"installsCurrent":9,"stars":0,"versions":1},"createdAt":1771763140543,"updatedAt":1779077188131},"latestVersion":{"version":"1.0.0","createdAt":1771763140543,"changelog":"Cloudflare-image-gen 1.0.0 initial release:\n\n- Added support for generating images using Cloudflare Workers AI flux-1-schnell model via API.\n- Provided command line and Python function usage for image generation from text prompts.\n- Images are saved as PNGs, with output file path returned for further use.\n- Instructions included for integrating image output with Telegram.","license":null},"metadata":null,"owner":{"handle":"expysf98","userId":"s173jsz34rafx95e6j9bvpjvzh842t0y","displayName":"EXPYSF98","image":"https://avatars.githubusercontent.com/u/116410084?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1779949011089}}