AI Agent Hub
Back to skills
ClawAgent Content Creation Assistant icon

ClawAgent Content Creation Assistant

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_d44f3bb7/clawagent.

About this skill

Problem

Content workflows for e-commerce and social media often stall across asset preparation, try-on display, posters, notes, and video publishing. ClawAgent groups several content-generation tools into one callable flow: user info, AI try-on for clothes and shoes, model generation, product scene images, posters, Xiaohongshu notes, and tasks such as voiceover, singing, mixed editing, video cloning, link parsing, and video analysis. It is useful when you need to connect local assets, generated results, task status, and sharing steps into a repeatable pipeline.

How It Works

  • Invocation: centered on /agent_mcp.cjs; parameters can be piped with echo '' |, and the Schema should be checked when arguments are unclear.
  • Core tools: model_try_clothes, shoes_dressing, model_produce, business_product_scene, business_poster, ice_design_image_xhs, ice_voice_video, image_song, ai_mixed_script, ai_clone_video, get_raw_url, and analyze_video.
  • File input: APIs expect public URLs; local files must be uploaded first and returned as FILE_URL; guessed paths or sample URLs are not acceptable.
  • Async jobs: poll with get_job_status, using the documented sleep values for image, mixed-editing, and voiceover tasks, up to 20 attempts.
  • Errors: when code != 0, read msg; handle missing_token, 403, and insufficient compute by telling the user what happened.

Boundaries

This skill depends on a token, compute credits, and external generation services. Some tools require accessible input links. A video URL may appear while the job is still processing, so status should be the source of truth before showing results.

Use Cases

  • Before product launch, generate outfit and shoe try-on images for the same item using AI try-on tools.
  • When changing product detail backgrounds, call the scene-image tool to create different placement scenes.
  • For Xiaohongshu notes, generate matching visuals and image-text assets from product selling points.
  • Before publishing sales videos, use voiceover, mixing, cloning, or link parsing tools to complete video assets.

Best For

  • E-commerce visual designer: needs quick model try-on, product scene images, and promotional posters.
  • Social content operator: turns product selling points into Xiaohongshu notes, posters, and short-video assets.
  • Short-video editor: needs voiceover videos, material remixes, video cloning, and link parsing.
  • Independent shop seller: generates product key images and posters, then prepares assets before publishing.