Alicloud Ai Image Qwen Image Edit Test

🌐Community
by cinience · vlatest · Repository

Helps with AI, image processing, editing as part of building AI and machine learning applications workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add alicloud-ai-image-qwen-image-edit-test npx -- -y @trustedskills/alicloud-ai-image-qwen-image-edit-test
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "alicloud-ai-image-qwen-image-edit-test": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/alicloud-ai-image-qwen-image-edit-test"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, alicloud-ai-image-qwen-image-edit-test, is a minimal viability test for the core image editing functionality provided by the Alicloud AI Image Qwen service. It validates the basic request path and focuses on accurately recording any errors encountered during execution without making assumptions about parameters. The skill allows an agent to send requests to edit images using prompts, leveraging the underlying Alicloud AI Image Qwen model.

When to use it

  • To verify the core functionality of image editing within a larger AI workflow.
  • When troubleshooting issues with image editing requests to Alicloud AI services.
  • As part of automated testing procedures for AI and machine learning applications involving image manipulation.
  • To confirm successful authentication and region settings are configured correctly.

Key capabilities

  • Sends minimal requests to the skills/ai/image/alicloud-ai-image-qwen-image-edit skill.
  • Executes a provided Python script (prepare_edit_request.py) to construct image editing requests.
  • Records request summaries, response summaries, and success/failure reasons.
  • Generates a request.json file in the output/ai-image-qwen-image-edit/ directory upon successful execution.

Example prompts

Here are example commands to execute the skill:

  1. .venv/bin/python skills/ai/image/alicloud-ai-image-qwen-image-edit/scripts/prepare_edit_request.py --prompt "Replace background with sunrise" --image "https://example.com/input.png"
  2. Execute the example script found in SKILL.md for the target skill.

Tips & gotchas

  • Prerequisites: Ensure authentication and region settings are configured according to the skill's instructions before use.
  • The test focuses on minimal requests; complex editing scenarios may require adjustments.
  • Successful execution is indicated by a response containing {"ok": true, ...} and the generation of output/ai-image-qwen-image-edit/request.json.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cinience
Installs
126

🌐 Community

Passed automated security scans.