← Back to Skills Marketplace
whitejohnk-26

Ai Photo Editor Free

by whitejohnk-26 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-photo-editor-free
Description
Tell me what you need and I'll help you edit, enhance, and transform your photos using AI-powered tools — completely free. This ai-photo-editor-free skill ha...
README (SKILL.md)

Getting Started

Welcome to your free AI photo editing assistant — whether you want to retouch a portrait, fix lighting, or completely transform an image's mood, I'm ready to help. Share your photo or describe what you want to change, and let's get started!

Try saying:

  • "Remove background from product photo"
  • "Fix overexposed sunset image"
  • "Make portrait look more professional"

Quick Start Setup

This skill connects to a cloud processing backend. On first use, set up the connection automatically and let the user know ("Connecting...").

Token check: Look for NEMO_TOKEN in the environment. If found, skip to session creation. Otherwise:

  • Generate a UUID as client identifier
  • POST https://mega-api-prod.nemovideo.ai/api/auth/anonymous-token with X-Client-Id header
  • Extract data.token from the response — this is your NEMO_TOKEN (100 free credits, 7-day expiry)

Session: POST https://mega-api-prod.nemovideo.ai/api/tasks/me/with-session/nemo_agent with Bearer auth and body {"task_name":"project"}. Keep the returned session_id for all operations.

Let the user know with a brief "Ready!" when setup is complete. Don't expose tokens or raw API output.

Edit Photos Like a Pro, Zero Cost Involved

Getting great-looking photos used to mean expensive software, steep learning curves, or paying a professional. This skill changes that equation entirely. With the AI Photo Editor Free skill, you describe what you want done to your image — and the AI figures out how to make it happen. Brighten a dark photo, swap out a cluttered background, smooth skin tones, sharpen blurry details, or apply a cinematic color grade. It's all on the table.

This skill is built for people who want results fast. You don't need to know what a histogram is or how layer masks work. Just tell the skill what the photo needs — 'make the sky more dramatic,' 'remove the person in the background,' 'make this look like a film photo from the 80s' — and it walks you through exactly what to do or does it directly.

From social media content creators to real estate photographers touching up listing images, this skill serves a wide range of everyday editing needs. It's the free photo editing assistant that actually understands what you're asking for.

Routing Your Edit Requests

When you submit a photo editing prompt—whether it's background removal, AI upscaling, or smart retouching—ClawHub parses the intent and routes it to the matching AI Photo Editor Free endpoint best suited for that specific transformation.

User says... Action Skip SSE?
"export" / "导出" / "download" / "send me the video" → §3.5 Export
"credits" / "积分" / "balance" / "余额" → §3.3 Credits
"status" / "状态" / "show tracks" → §3.4 State
"upload" / "上传" / user sends file → §3.2 Upload
Everything else (generate, edit, add BGM…) → §3.1 SSE

Cloud Processing API Reference

AI Photo Editor Free runs on a distributed cloud inference backend that handles non-destructive edits, layer-aware adjustments, and generative fill operations without local GPU requirements. All image data is processed ephemerally through secured API calls, meaning your originals are never stored beyond the active editing session.

Skill attribution — read from this file's YAML frontmatter at runtime:

  • X-Skill-Source: ai-photo-editor-free
  • X-Skill-Version: from frontmatter version
  • X-Skill-Platform: detect from install path (~/.clawhub/clawhub, ~/.cursor/skills/cursor, else unknown)

All requests must include: Authorization: Bearer \x3CNEMO_TOKEN>, X-Skill-Source, X-Skill-Version, X-Skill-Platform. Missing attribution headers will cause export to fail with 402.

API base: https://mega-api-prod.nemovideo.ai

Create session: POST /api/tasks/me/with-session/nemo_agent — body {"task_name":"project","language":"\x3Clang>"} — returns task_id, session_id.

Send message (SSE): POST /run_sse — body {"app_name":"nemo_agent","user_id":"me","session_id":"\x3Csid>","new_message":{"parts":[{"text":"\x3Cmsg>"}]}} with Accept: text/event-stream. Max timeout: 15 minutes.

Upload: POST /api/upload-video/nemo_agent/me/\x3Csid> — file: multipart -F "files=@/path", or URL: {"urls":["\x3Curl>"],"source_type":"url"}

Credits: GET /api/credits/balance/simple — returns available, frozen, total

Session state: GET /api/state/nemo_agent/me/\x3Csid>/latest — key fields: data.state.draft, data.state.video_infos, data.state.generated_media

Export (free, no credits): POST /api/render/proxy/lambda — body {"id":"render_\x3Cts>","sessionId":"\x3Csid>","draft":\x3Cjson>,"output":{"format":"mp4","quality":"high"}}. Poll GET /api/render/proxy/lambda/\x3Cid> every 30s until status = completed. Download URL at output.url.

Supported formats: mp4, mov, avi, webm, mkv, jpg, png, gif, webp, mp3, wav, m4a, aac.

SSE Event Handling

Event Action
Text response Apply GUI translation (§4), present to user
Tool call/result Process internally, don't forward
heartbeat / empty data: Keep waiting. Every 2 min: "⏳ Still working..."
Stream closes Process final response

~30% of editing operations return no text in the SSE stream. When this happens: poll session state to verify the edit was applied, then summarize changes to the user.

Backend Response Translation

The backend assumes a GUI exists. Translate these into API actions:

Backend says You do
"click [button]" / "点击" Execute via API
"open [panel]" / "打开" Query session state
"drag/drop" / "拖拽" Send edit via SSE
"preview in timeline" Show track summary
"Export button" / "导出" Execute export workflow

Draft field mapping: t=tracks, tt=track type (0=video, 1=audio, 7=text), sg=segments, d=duration(ms), m=metadata.

Timeline (3 tracks): 1. Video: city timelapse (0-10s) 2. BGM: Lo-fi (0-10s, 35%) 3. Title: "Urban Dreams" (0-3s)

Error Handling

Code Meaning Action
0 Success Continue
1001 Bad/expired token Re-auth via anonymous-token (tokens expire after 7 days)
1002 Session not found New session §3.0
2001 No credits Anonymous: show registration URL with ?bind=\x3Cid> (get \x3Cid> from create-session or state response when needed). Registered: "Top up credits in your account"
4001 Unsupported file Show supported formats
4002 File too large Suggest compress/trim
400 Missing X-Client-Id Generate Client-Id and retry (see §1)
402 Free plan export blocked Subscription tier issue, NOT credits. "Register or upgrade your plan to unlock export."
429 Rate limit (1 token/client/7 days) Retry in 30s once

Performance Notes

The AI Photo Editor Free skill performs best when you give it specific, descriptive instructions rather than vague requests. Instead of saying 'make it look better,' try 'increase contrast, warm up the shadows, and sharpen the subject.' The more detail you provide about the current problem and your desired outcome, the more precise and useful the editing guidance will be.

For background removal tasks, results are significantly stronger on images where the subject has clear edges and is well-separated from the background — think product shots on a table or portraits against a single-color wall. Heavily cluttered scenes with overlapping objects may require a few rounds of refinement.

Color correction requests work best when you describe both what looks wrong and what you're comparing it to. Mentioning a reference style ('like a bright Instagram food photo' or 'like a matte film negative') helps the skill calibrate suggestions to your actual creative vision rather than a technical default.

Common Workflows

One of the most popular workflows with the AI Photo Editor Free skill is the product photo cleanup pipeline: start by removing the background, replace it with white or a brand-matching color, then adjust brightness and sharpness so the product pops cleanly. This workflow is used constantly by Etsy sellers, Amazon merchants, and small business owners who can't afford a studio shoot.

Portrait retouching is another high-traffic workflow. Users typically start with exposure and white balance correction, move into skin smoothing and blemish reduction, then finish with subtle sharpening on the eyes and lips. The skill can walk you through each of these stages or handle them as a single bundled request.

For content creators, the color grading workflow is a go-to: take a flat, neutral RAW-style image and apply a consistent mood across a batch of photos — whether that's a warm golden-hour aesthetic, a cool desaturated editorial look, or a punchy high-contrast style. Describe your brand's visual identity and the skill will translate that into actionable editing steps you can replicate across every image.

Usage Guidance
This skill will upload your images and interact with an external service at mega-api-prod.nemovideo.ai and will create or use a NEMO_TOKEN for session operations. If you care about privacy: avoid uploading sensitive images, review Nemovideo's privacy/terms before using, and consider setting NEMO_TOKEN yourself (rather than relying on the anonymous token flow) if you want explicit account control. Be aware the agent may read install-path info to populate X-Skill-Platform headers — this is not a credential access but it does inspect local path context. If you have concerns about sending data off-device, do not use this skill.
Capability Analysis
Type: OpenClaw Skill Name: ai-photo-editor-free Version: 1.0.0 The skill is a functional wrapper for a cloud-based AI photo editing service hosted at mega-api-prod.nemovideo.ai. It provides detailed instructions for the agent to manage API sessions, automate anonymous token acquisition, and handle file uploads/exports. While it communicates with a remote backend and requires environment variables (NEMO_TOKEN), all behaviors are transparently documented and strictly aligned with the stated purpose of image processing, with no evidence of data exfiltration or malicious intent.
Capability Assessment
Purpose & Capability
Name and description (AI photo editing) align with the declared requirement (NEMO_TOKEN) and the SKILL.md's API endpoints for uploads, sessions, credits, and exports. The config path (~/.config/nemovideo/) and NEMO_TOKEN are reasonable for a cloud-backed image editor.
Instruction Scope
The instructions direct the agent to look for NEMO_TOKEN, and if absent to POST to an external API to obtain an anonymous token, then create a session and upload images for remote processing. This is expected behavior for a cloud editor, but it means the agent will perform network calls and transmit user images and a generated token to mega-api-prod.nemovideo.ai. The SKILL.md also instructs detecting install path to set X-Skill-Platform, which implies reading local path information (benign but worth noting).
Install Mechanism
No install spec and no code files (instruction-only) — the skill does not download or write additional software to disk, which minimizes install-time risk.
Credentials
Only a single credential (NEMO_TOKEN) is required and is justified by the described cloud API. The skill also documents obtaining an anonymous token if none is provided (100 free credits, 7-day expiry). The declared config path matches the token/service and there are no unrelated secret env vars requested.
Persistence & Privilege
The skill is not always-enabled, has no install actions, and does not request elevated system privileges. It will store/retain session tokens during a session as part of normal operation, which is expected for a remote editing service.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-photo-editor-free
  3. After installation, invoke the skill by name or use /ai-photo-editor-free
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AI Photo Editor Free — Initial Release - Instantly edit, enhance, and transform photos using free AI-powered tools—no subscription needed. - Supports a wide range of photo edits: background removal, color correction, portrait retouching, creative effects, and more. - Automatically manages cloud API setup, including anonymous token retrieval and session creation. - Offers simple commands for uploading images, checking credits, viewing session status, exporting results, and performing direct edits. - Built-in handling for common errors, free usage limits, and friendly guidance for first-time users.
Metadata
Slug ai-photo-editor-free
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Photo Editor Free?

Tell me what you need and I'll help you edit, enhance, and transform your photos using AI-powered tools — completely free. This ai-photo-editor-free skill ha... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.

How do I install Ai Photo Editor Free?

Run "/install ai-photo-editor-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ai Photo Editor Free free?

Yes, Ai Photo Editor Free is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ai Photo Editor Free support?

Ai Photo Editor Free is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ai Photo Editor Free?

It is built and maintained by whitejohnk-26 (@whitejohnk-26); the current version is v1.0.0.

💬 Comments