jimeng-geek-skill

jimeng-geek-skill is a skill for Claude Code, Codex from maxdeng007/Jimeng-Geek-Skill. It costs 49 tokens per session (2,012 once invoked), scanned A, original, MIT.

A command-line tool for creating images and videos through Jimeng/Dreamina, an online generative-media service. It uses your logged-in browser session instead of a separate paid API key.

In plain words
What is it for?
Generate images and videos from a terminal, including from agents such as Codex or Claude. It requires a Jimeng/Dreamina account, Chrome, and Node.js 18 or newer.
Why use it?
It lets you use the service from scripts or an AI coding agent without setting up official API access. It also avoids repeating image or video requests manually in the website.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Generate images and videos from a terminal, including from agents such as Codex or Claude. It requires a Jimeng/Dreamina account, Chrome, and Node.js 18 or newer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add maxdeng007/Jimeng-Geek-Skill --skill jimeng-geek-skill
Clone the repo
git clone --depth 1 https://github.com/maxdeng007/Jimeng-Geek-Skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jimeng-geek-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill/github.svg)](https://agentmods.dev/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill)
Your own site
<a href="https://agentmods.dev/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill"><img src="https://agentmods.dev/badge/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jimeng-geek-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill"><img src="https://agentmods.dev/badge/skills/maxdeng007/jimeng-geek-skill/jimeng-geek-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.02012
Opus 5 $0.00024 $0.01006
Sonnet 5 $0.00010 $0.00402
Haiku 4.5 $0.00005 $0.00201

Measured 11d ago against content hash a826226e383c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

jimeng-geek-skill scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

result = subprocess.run([
SKILL.md · 269 lines

How it starts

The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jimeng Geek Skill: Free CLI Image/Video Generation

Your browser session IS your API key.

Use 即梦AI (jimeng.jianying.com / dreamina.capcut.com) image and video generation from CLI — for free — with a standard membership account. No paid API. No 高级会员. Works with any AI agent (Hermes, Claude, Codex, etc.).

The Method

即梦 provides a generous free tier through its web UI, but charges for official API access. The trick is simple: extract your browser session cookie, then call the same HTTP endpoints the browser uses. The server can't tell the difference.

1. You have a 即梦 account (even 标准会员 works)
2. Login in browser normally
3. Extract sessionid cookie
4. Call the web API directly from CLI
5. Free image/video generation, no API key needed

This pattern works because the web frontend and the "official API" hit the same backend. The only difference is how you authenticate.

Prerequisites

  • A 即梦/Dreamina account (free or 标准会员)
  • Node.js 18+ (for jimeng-cli)
  • Chrome browser (for cookie extraction)
  • Python 3 (for auto cookie extraction script, optional)

Step 1: Install jimeng-cli

npm install -g jimeng-cli

jimeng-cli is a third-party CLI that wraps the jimeng web API. It handles request construction, response parsing, and file downloading.

GitHub: https://github.com/Algovate/jimeng-cli

You have 3 options, from most automated to manual:

Option A: Auto-extract from Chrome (Recommended)

Use the provided script to extract the cookie from a running Chrome instance:

# Start Chrome with remote debugging enabled (if not already running)
# macOS:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9333 &

# Linux:
google-chrome --remote-debugging-port=9333 &

# Then run the extraction script:
python3 scripts/extract_session.py

The script connects to Chrome via CDP, finds the sessionid cookie for jimeng.jianying.com, and outputs it. Works for any logged-in session.

Read the full file on GitHub · 269 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 269 lines · 49 tokens per session scan A a826226e383c

Subscribe to this mod's changes

jimeng-geek-skill is a skill published in the GitHub repository maxdeng007/Jimeng-Geek-Skill (2 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 2,012 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stable-diffusion-image-generation

State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.

synthetic-sciences/openscience · 50 tokens

workrally

A command-line toolkit for producing AI-generated comic videos, from images and video to audio, prompts, projects, episodes, shots, storyboards, and media assets. CRUD means creating, viewing, editing, and deleting records.

Tencent/workrally · 152 tokens

officecli-pitch-deck

Use this skill when the user is building a fundraising / investor pitch deck — seed, Series A / B / C, convertible note, SAFE round, strategic raise. Trigger on: 'pitch deck', 'investor deck', 'Series A deck', 'Series B deck', 'Series C deck', 'fundraising deck', 'seed pitch', 'VC deck', 'raising capital', 'term sheet…

iOfficeAI/OfficeCLI · 163 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

iOfficeAI/OfficeCLI · 169 tokens

morph-ppt-3d

3D Morph PPT — extends morph-ppt with GLB model insertion, cinematographic camera, model-content layout, and enriched visual design system.

iOfficeAI/OfficeCLI · 37 tokens

molecule-visualization

Publication-quality molecular visualization. 2D structure drawings (PNG/SVG), molecule grids with property annotations, scaffold highlighting, protein-ligand interaction diagrams, and interactive 3D views.

synthetic-sciences/openscience · 44 tokens