PluginBench
Skill
Review
Audit score 70

venice-image-edit

nexu-io/open-design

Image edits, upscaling, and background removal via Venice.ai API

What is venice-image-edit?

Integrates Venice.ai's image processing capabilities into your agent. Use this skill to edit images, upscale resolution, or remove backgrounds programmatically.

  • Edit images using Venice.ai API
  • Upscale images to higher resolution
  • Remove backgrounds from images
  • Trigger via agent commands or natural language

How to install venice-image-edit

npx skills add https://github.com/nexu-io/open-design --skill venice-image-edit
Prerequisites
  • Venice.ai API credentials
  • Active agent with skills directory support
Claude Code
Cursor
Windsurf
Cline

How to use venice-image-edit

  1. 1.Install the upstream bundle from https://github.com/veniceai/skills into your agent's skills directory
  2. 2.Configure Venice.ai API credentials in your environment
  3. 3.Ask the agent to invoke the skill using 'venice image edit', 'venice upscale', or 'venice background removal'
  4. 4.Provide the image and desired operation to the agent

Use cases

Good for
  • Enhance low-resolution product photos for e-commerce
  • Remove backgrounds from portraits for professional headshots
  • Upscale artwork or design assets before printing
  • Batch process images for content creation workflows
  • Clean up images by removing unwanted backgrounds
Who it's for
  • Content creators
  • E-commerce managers
  • Designers
  • Image processing automation users
  • Developers building image workflows

venice-image-edit FAQ

What image formats are supported?

Refer to Venice.ai API documentation at https://github.com/veniceai/skills for supported formats and specifications.

How do I get Venice.ai API credentials?

Visit Venice.ai and sign up for an account to obtain API credentials for authentication.

Can I batch process multiple images?

The skill processes images via the Venice.ai API; batch capabilities depend on the upstream implementation in the Venice.ai skills repository.

What are the upscaling quality limits?

Upscaling capabilities and output resolution limits are determined by Venice.ai's API; check their documentation for specific details.

Full instructions (SKILL.md)

Source of truth, from nexu-io/open-design.


name: venice-image-edit description: | Image edits, upscaling, and background removal via the Venice.ai API. triggers:


venice-image-edit

Curated from the Venice.ai team.

What it does

Image edits, upscaling, and background removal via the Venice.ai API.

Source

How to use

This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent's skills directory:

# Inspect the upstream README for exact paths
open https://github.com/veniceai/skills

Then ask the agent to invoke this skill by name (venice-image-edit) or with one of the trigger phrases listed in this skill's frontmatter.