Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Hostinger VPS
Spin up a VPS in one click, 20% off
Launch on Hostinger →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
CodeRabbit
AI code reviews for every PR
Try CodeRabbit free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
Jotform
Forms, workflows, and AI Agents for your team
Try Jotform free →
Gojiberry AI
AI agents that find and contact high-intent leads for you
Try Gojiberry free →
OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Sponsor here
9/10 sponsor slots taken — 1 left
Claim it →
Claude Market
Menu
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsMarketplacesNewsletterSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/skills-101/superpowers/p-image
p-image logo

p-image

skills-101/superpowers
860 installs4 stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/skills-101/superpowers --skill p-image

Summary

Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-Edit-LoRA. Capabilities: text-to-image, image editing, LoRA styles, multi-image compositing, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna, p-image, pruna image, fast image generation, optimized flux, pruna ai, p image, fast ai image, economic image generation, cheap image generation

SKILL.md

Install the belt CLI skill: npx skills add belt-sh/cli

Pruna P-Image Generation

Generate images with Pruna's optimized P-Image models via inference.sh CLI.

!P-Image Generation

Quick Start

Requires inference.sh CLI (belt). Install instructions

belt login

belt app run pruna/p-image --input '{"prompt": "a futuristic cityscape at sunset"}'

P-Image Models

Pruna optimizes AI models for speed without sacrificing quality.

ModelApp IDBest For
P-Imagepruna/p-imageFast text-to-image, multiple aspect ratios
P-Image-LoRApruna/p-image-loraCustom styles with preset LoRAs
P-Image-Editpruna/p-image-editImage editing with multi-image support
P-Image-Edit-LoRApruna/p-image-edit-loraStylized image editing

Examples

Text-to-Image

belt app run pruna/p-image --input '{
  "prompt": "professional product photo of sneakers, studio lighting",
  "aspect_ratio": "1:1"
}'

With LoRA Presets

P-Image-LoRA includes built-in style presets:

belt app run pruna/p-image-lora --input '{
  "prompt": "portrait of a woman in golden hour light",
  "lora_preset": "photos-realism"
}'

Available presets: photos-realism, pixel-art, japanese-modern-look, cinematic-movie-style, graffiti-splash, neon-punk, anime-2-5d, ethereal-portrait, retro-90s-style, ink-sketchbook, paper-cut

Image Editing

belt app run pruna/p-image-edit --input '{
  "prompt": "change the background to a beach",
  "images": ["https://your-image.jpg"]
}'

Multi-Image Compositing

belt app run pruna/p-image-edit --input '{
  "prompt": "combine these images into a collage",
  "images": ["https://img1.jpg", "https://img2.jpg", "https://img3.jpg"]
}'

Custom Aspect Ratios

belt app run pruna/p-image --input '{
  "prompt": "landscape mountain scene",
  "aspect_ratio": "16:9"
}'

Supported ratios: 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, or custom with width/height

Other Pruna Models

Pruna offers optimized versions of popular models:

# FLUX Dev (optimized)
belt app run pruna/flux-dev --input '{"prompt": "..."}'

# FLUX Klein 4B (extremely fast, $0.0001/image)
belt app run pruna/flux-klein-4b --input '{"prompt": "..."}'

# Qwen Image
belt app run pruna/qwen-image --input '{"prompt": "..."}'

# Z-Image Turbo (ultra-fast)
belt app run pruna/z-image-turbo --input '{"prompt": "..."}'

# WAN Image Small (batch generation)
belt app run pruna/wan-image-small --input '{"prompt": "..."}'

Browse All Pruna Apps

belt app list --namespace pruna

Related Skills

# Full platform skill (all apps)
npx skills add inference-sh/skills@infsh-cli

# All image generation models
npx skills add inference-sh/skills@ai-image-generation

# Pruna video generation
npx skills add inference-sh/skills@p-video

# FLUX models
npx skills add inference-sh/skills@flux-image

Browse all apps: belt app list

Documentation

  • Running Apps - How to run apps via CLI
  • Image Generation Example - Complete image generation guide
  • Streaming Results - Real-time progress updates

Score

0–100
63/ 100

Grade

C

Popularity15/30

860 installs — growing adoption.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

P Image skill score badge previewScore badge

Markdown

[![P Image skill](https://www.claudemarket.ai/skills/skills-101/superpowers/p-image/badges/score.svg)](https://www.claudemarket.ai/skills/skills-101/superpowers/p-image)

HTML

<a href="https://www.claudemarket.ai/skills/skills-101/superpowers/p-image"><img src="https://www.claudemarket.ai/skills/skills-101/superpowers/p-image/badges/score.svg" alt="P Image skill"/></a>

P Image FAQ

How do I install the P Image skill?

Run “npx skills add https://github.com/skills-101/superpowers --skill p-image” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the P Image skill do?

Generate images with Pruna P-Image models via inference.sh CLI. Models: P-Image, P-Image-LoRA, P-Image-Edit, P-Image-Edit-LoRA. Capabilities: text-to-image, image editing, LoRA styles, multi-image compositing, fast inference. Pruna optimizes models for speed without quality loss. Triggers: pruna, p-image, pruna image, fast image generation, optimized flux, pruna ai, p image, fast ai image, economic image generation, cheap image generation The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the P Image skill free?

Yes. P Image is a free, open-source skill published from skills-101/superpowers. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does P Image work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so P Image works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
image-to-video logo

image-to-video

prime-skills/runcomfy-agent-skills

400K installsInstall
image-edit logo

image-edit

prime-skills/runcomfy-agent-skills

399K installsInstall
gpt-image-edit logo

gpt-image-edit

prime-skills/runcomfy-agent-skills

399K installsInstall
ai-image-generation logo

ai-image-generation

prime-skills/runcomfy-agent-skills

344K installsInstall
image-inpainting logo

image-inpainting

prime-skills/runcomfy-agent-skills

340K installsInstall
image-outpainting logo

image-outpainting

prime-skills/runcomfy-agent-skills

339K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+27 more

MCP servers by category

MCP & ToolingBackend & APIsData & AnalysisDevOps & CI/CDAutomationSecurityDocsTesting & QA+24 more

Plugins by category

AutomationDevOps & CI/CDData & AnalysisDesign & CreativeSecurityBackend & APIsFrontendTesting & QA+16 more

Marketplaces by category

AutomationData & AnalysisDevOps & CI/CDDesign & CreativeFrontendBackend & APIsTesting & QASecurity+21 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins
  • Browse Marketplaces
  • Newsletter

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed