slop-image

Generate images from text prompts via fal.ai and Replicate APIs.

4|Updated Jan 12, 2017
One-click install
npx skills add https://github.com/brandon-fryslie/dotfiles --skill slop-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slop-image
Source: https://github.com/brandon-fryslie/dotfiles/tree/main/config/claude/skills/slop-image
Command: npx skills add https://github.com/brandon-fryslie/dotfiles --skill slop-image

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, uv, and includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for generating images locally, on-demand, directly from text prompts using various image generation API providers.

Core Features & Use Cases

  • Text-to-Image Generation: Converts descriptive text into images programmatically.
  • Multiple Providers: Supports different image generation APIs for diverse output styles.
  • Aspect Ratio Customization: Allows specifying the aspect ratio for the generated images.
  • Multiple Images: Generate multiple images from a single prompt.
  • Output Control: Save images locally and retrieve their absolute paths.

Quick Start

Generate an image from the text "a futuristic cityscape at sunset" using the default provider and save it to your home directory by running: slop-image "a futuristic cityscape at sunset" --out ~/Pictures/

Frequently Asked Questions about slop-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate images from text prompts locally using Python?

You can generate images from text prompts locally using Python by interfacing with image generation APIs like fal.ai and Replicate. This Skill handles the text input, API interaction, and local file saving automatically, returning the absolute paths of the saved images.

Can I use multiple AI art providers to generate text-to-image outputs?

Yes, you can use multiple AI art providers to generate text-to-image outputs. The Skill supports interfacing with different image generation APIs, such as fal.ai and Replicate, allowing you to choose between diverse output styles from a single script.

Do I need API keys to generate images on-demand from text?

Yes, you need specific API keys to generate images on-demand from text. Because the Skill interfaces with external image generation APIs like fal.ai and Replicate, valid API keys and Python are required for accessing the external services and saving files locally.

How do I customize aspect ratio and generate multiple images with one prompt?

To customize aspect ratio and generate multiple images, you can use the built-in output control features. The Skill allows specifying the aspect ratio for the generated images and can produce multiple image variations from a single text prompt, saving them directly to your local directory.

What is the best way to save AI generated images to a local directory?

The best way to save AI generated images to a local directory is by using the output control parameter, such as the `--out` flag. This directs the Skill to save the generated image files locally and retrieves their absolute paths for immediate access.