com um clique
jimeng
// 即梦 Jimeng AI 生成图片 生成视频 文生图 文生视频 图生视频 数字人 配音 超清 扩图 重绘 消除 对口型 动作模仿 text-to-image text-to-video image-to-video digital-human TTS super-resolution inpainting outpainting object-removal lip-sync
// 即梦 Jimeng AI 生成图片 生成视频 文生图 文生视频 图生视频 数字人 配音 超清 扩图 重绘 消除 对口型 动作模仿 text-to-image text-to-video image-to-video digital-human TTS super-resolution inpainting outpainting object-removal lip-sync
在京东/淘宝/天猫/抖音商城搜索商品,获取 top-k 结果(名称、价格、链接、销量)
自主登录需要扫码的网站(京东/淘宝/B站/抖音/微博/邮箱/云服务/微信等28个站点),截取二维码发给用户扫码,完成后持久化登录态
Universal video download — capture video URL from any site and download with cookies
| name | jimeng |
| description | 即梦 Jimeng AI 生成图片 生成视频 文生图 文生视频 图生视频 数字人 配音 超清 扩图 重绘 消除 对口型 动作模仿 text-to-image text-to-video image-to-video digital-human TTS super-resolution inpainting outpainting object-removal lip-sync |
| version | 1.0.0 |
| author | @rsclaw |
IMPORTANT:
web_browser tool to execute these actions. Do NOT use image_gen or video_gen tools -- those use a different API. Jimeng requires browser automation via web_browser.This skill automates all Jimeng AI creative platform features through browser automation. Requires Jimeng account login (handled via browser session persistence).
Base URL: https://jimeng.jianying.com
Jimeng uses cookie-based auth. On first use, login is required:
{"tool": "web_browser", "action": "open", "url": "https://jimeng.jianying.com/ai-tool/generate/?type=image"}
If not logged in, screenshot the QR code and send to user:
{"tool": "web_browser", "action": "screenshot"}
Wait for user to scan and confirm login, then save state:
{"tool": "web_browser", "action": "state", "value": "save", "path": "jimeng-auth.json"}
On subsequent sessions, restore login state first:
{"tool": "web_browser", "action": "state", "value": "load", "path": "jimeng-auth.json"}
Navigate to image generation page, select model, input prompt, generate and download.
Models available: 5.0 Lite, 4.6, 4.5, 4.1, 4.0, 3.1, 3.0 Resolution: 2K (default), 4K (members) Aspect ratios: 智能, 1:1, 16:9, 9:16, 4:3, 3:4, 2:3, 3:2, 2.39:1
Step 1: Navigate to image generation
{"tool": "web_browser", "action": "open", "url": "https://jimeng.jianying.com/ai-tool/generate/?type=image"}
Step 2: Select model (open dropdown, click model option)
{"tool": "web_browser", "action": "evaluate", "code": "var els=document.querySelectorAll('[class*=select]');for(var e of els){if(e.innerText&&e.innerText.match(/图片\\s*\\d/)&&e.offsetHeight>0&&e.offsetHeight<50){e.click();break}}"}
Wait 2s, then snapshot to find model options:
{"tool": "web_browser", "action": "snapshot"}
Click the desired model option ref (e.g., @e4 for 5.0 Lite, @e5 for 4.6, etc.)
Step 3: Input prompt
{"tool": "web_browser", "action": "snapshot"}
Find the textbox ref, then:
{"tool": "web_browser", "action": "fill", "ref": "<textbox_ref>", "text": "<prompt>"}
Step 4: Generate
{"tool": "web_browser", "action": "press", "key": "Enter"}
Wait 10-30s for generation to complete. Poll with snapshot looking for "生成完成".
Step 5: View and download results Click first generated image (use eval with dispatchEvent for reliable click):
{"tool": "web_browser", "action": "evaluate", "code": "var imgs=document.querySelectorAll('img');for(var img of imgs){var src=img.src||'';if(src.indexOf('dreamina-sign')>-1&&img.offsetHeight>80){var rect=img.getBoundingClientRect();if(rect.y>0&&rect.y<600){['mousedown','mouseup','click'].forEach(function(t){img.dispatchEvent(new MouseEvent(t,{bubbles:true,cancelable:true,view:window,clientX:rect.x+rect.width/2,clientY:rect.y+rect.height/2,button:0}))});break}}}"}
Wait 3s, then find and click download button:
{"tool": "web_browser", "action": "snapshot"}
Find download button ref, then:
{"tool": "web_browser", "action": "click", "ref": "<download_ref>"}
Use ArrowRight/ArrowLeft to navigate between images in the set.
Step 1: Navigate
{"tool": "web_browser", "action": "open", "url": "https://jimeng.jianying.com/ai-tool/generate/?type=video"}
Step 2: Select "视频生成" mode if not already selected
Step 3: Input prompt and generate (same as image: fill textbox, press Enter)
Step 4: Wait for video generation (30-120s depending on length and resolution)
Step 5: Download result video
Two approaches:
Approach A: From generation page
Approach B: From image preview (after generating an image)
Navigate to digital human mode:
{"tool": "web_browser", "action": "open", "url": "https://jimeng.jianying.com/ai-tool/generate/?type=avatar"}
{"tool": "web_browser", "action": "open", "url": "https://jimeng.jianying.com/ai-tool/generate/?type=tts"}
From image preview panel:
From image preview panel:
From image preview panel:
From image preview panel:
From image preview panel:
From image preview panel:
dispatchEvent(new MouseEvent(...)) for clicking generated images (standard click often fails on Jimeng's custom components)combobox elements; open dropdown first, then click option--session-name or --profile