higgsfield-generate
The higgsfield-generate skill provides an interface to the Higgsfield AI CLI for generating images, videos, 3D assets, and audio, as well as performing video virality analysis. It supports model selection, workflow execution, and media input handling for various creative tasks.
Is higgsfield-generate safe to install?
Review the source first: our audit of higgsfield-generate's source files found 19 shell commands, 1 external URL, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands, including downloading and running installation scripts from the internet, and performs file system operations for media uploads and local file processing.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to generate media assets or analyze video performance using Higgsfield AI models via a command-line interface.
What can you do with it?
- Generate images, videos, 3D assets, and audio
- Analyze video virality, hook performance, and retention
- Create branded ads and presenter videos via Marketing Studio
- Perform image-to-video and text-to-audio generation
- Import product data from URLs for marketing assets
How good is this skill?
Quality score: 5/10. The skill documentation is comprehensive, providing clear instructions for model selection, command usage, and workflow management.
What does the skill file contain?
# Higgsfield Generate Submit jobs to any Higgsfield model. Wraps the `higgsfield` CLI. Covers generic image/video/3D/audio generation, Marketing Studio (branded ads, avatars, products, hooks, settings), and, secondarily, Virality Predictor video scoring. ## Step 0 — Bootstrap Before any other command: 1. If `higgsfield` is not on `$PATH`, install it: ```bash curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh ``` 2. If `higgsfield account status` fails with `Session expired` / `Not authenticated`, ask the user to run `higgsfield auth login` (interac...
Frequently asked questions
How do I install the Higgsfield CLI?
Run the command: curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh
Which model should I use for general image generation?
GPT Image 2 is the default model for high-fidelity general generation, graphic design, UI, and banners.
How do I analyze a video for virality?
Use the Virality Predictor model by running 'higgsfield generate create brain_activity --video <path-or-id> --wait'.
Can I generate 3D models?
Yes, use the 'multi_image_to_3d' model with one or more reference images.
How do I ensure the generation process finishes before the agent continues?
Pass the --wait flag to the 'higgsfield generate create' command to block execution until the job completes.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.