vibe-creating-skill

作者 Alisa0808已验证

Open-source, bilingual AI video-prompt skill — rewrite ideas into model-ready text-to-video prompts. A portable Agent Skill (Claude Code, Codex, OpenClaw, Hermes); generate via Atlas Cloud — Seedance 2.0, Kling, Veo, Hailuo, Wan, Vidu, Gemini Omni, Grok Imagine.

104
Stars
15
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Alisa0808/vibe-creating-skill

快速入门

使用 vibe-creating-skill 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

An open-source AI video-prompt skill — for Seedance, Sora, Kling, Veo & more

Turn a rough idea into a model-ready text-to-video prompt. Let creation return to expression.

License: MIT Agent Skill Works with PRs Welcome

Bilingual

English · 中文

Vibe Creating is an open-source, bilingual prompt-engineering skill that rewrites a rough idea, story, feeling, or over-specified shot script into a clean, model-friendly text-to-video prompt — and first judges whether your input even suits this style. It follows the open Agent Skills standard (a single SKILL.md), so it runs in Claude Code, Codex, OpenClaw, Hermes, and any agent on the same standard — or as a rule (Cursor) or system prompt (GPT, Gemini, any LLM). It works with any text-to-video model, and you can run many of them through one API on Atlas CloudSeedance 2.0, Kling, Veo, Hailuo, Wan, Vidu, Gemini Omni, and Grok Imagine, among others.

✨ What is Vibe Creating?

As text-to-video models get smarter, prompting gets simpler. Instead of over-specifying focal lengths, shot numbers, and frame-by-frame scripts, you focus on telling the story and trust the model to find the right shots, light, and rhythm.

Vibe Creating is that paradigm — introduced by ByteDance / Volcengine alongside the Seedance 2.0 video-generation model. This repo turns its methodology into a reusable AI video prompt skill:

  • 🎯 Focus on Story — describe the situation, the texture of the air, the flow of emotion; let the model interpret.

  • 🤝 Trust the Model — drop low-value technical parameters; keep and translate the shot intent.

  • 🧭 Judgment-first — it decides whether your input even suits this style before rewriting, so it never flattens a precise shot list you actually wanted.

It is not a "make everything shorter" tool. Read the full philosophy for the idea behind it.

🧠 How it works

The skill is judgment-first: it scores your input on three axes — Scenario × Expression × Information — picks the lightest action that fits, and always replies in the same four-part format.

Input  (idea · scene · script)
  │
  ├─ Suits Vibe Creating? ───── no ─────▶ keep as-is  (explain the mismatch)
  │     │ yes
  ├─ Enough info? (4 layers) ── no ─────▶ ask first   (1–3 short questions)
  │     │ yes
  └─ How polished already?
        ├─ strong      ─▶ pass-through
        ├─ near / messy ─▶ light cleanup
        └─ execution    ─▶ direct rewrite  (strip params, translate intent)
                                │
                                ▼
        Four-part output:  Judgment · Action · Result · Notes

The four layers it checks for: visual anchor (the main subject), action / state (what's happening), local tonality (one mood word), and video theme (use case + visual style).

And every response comes back in that same fixed four-part format:

Judgment — does it suit Vibe Creating, is it already usable, is the info enough Action — one of pass-through / light cleanup / direct rewrite / ask first / keep as-is / optional VC version Result — the rewritten prompt, the kept text, or a clarifying question Notes (if any) — what technical control was stripped, what constraints were kept

For example — You: Express the feeling of freedom. Skill: Judgment: suits VC, but too abstract to render — no visual anchor. Action: ask first — "Who is free, and where? A child in open fields, a diver, a city rooftop at dawn? Any style — photoreal, anime, ink-wash?"

📦 Install

The skill is one portable SKILL.md folder. Pick whichever option fits your setup.

Option 1 — One-liner (recommended). Auto-detects your installed agents and copies the skill into each:

npx github:Alisa0808/vibe-creating-skill

Add --all for every known agent, name agents explicitly (… claude codex), or target any folder with --dir <path>.

Option 2 — Clone and copy. Same file, different home per agent:

git clone https://github.com/Alisa0808/vibe-creating-skill.git
cp -r vibe-creating-skill/skills/vibe-creating-prompt <your-agent-skills-dir>/

Agent Skills directory

Claude Code ~/.claude/skills/

Codex CLI ~/.codex/skills/

OpenClaw ~/.openclaw/skills/

Hermes ~/.hermes/skills/

Option 3 — Cursor or any other LLM. Paste the body of the skill file (or its Chinese edition) as a rule (Cursor) or as the system prompt / custom instructions (GPT, Gemini, a local model, etc.).

Then restart your agent and describe what you want to film — e.g. "a basketball kid hits a buzzer-beater three."

🎬 Before & after

Real test cases from the original handbook — the same scene, a regular prompt vs. a Vibe Creating prompt, with the clip each one generated (videos from Volcengine's Seedance 2.0). See all eight in the worked test cases, and browse the example gallery for dozens more prompts.

Case 2 · near-VC input → light cleanup

▶ Press play to watch, with sound.

Case 3 · execution shot-script → direct rewrite

常见问题

What is vibe-creating-skill?

vibe-creating-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Alisa0808. Open-source, bilingual AI video-prompt skill — rewrite ideas into model-ready text-to-video prompts. A portable Agent Skill (Claude Code, Codex, OpenClaw, Hermes); generate via Atlas Cloud — Seedance 2.0, Kling, Veo, Hailuo, Wan, Vidu, Gemini Omni, Grok Imagine. It has 104 GitHub stars.

Is vibe-creating-skill safe to use?

Yes. vibe-creating-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install vibe-creating-skill?

Clone the repository with "git clone https://github.com/Alisa0808/vibe-creating-skill" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is vibe-creating-skill written in?

vibe-creating-skill is primarily written in JavaScript. It is open-source under Alisa0808 on GitHub, so you can review or fork the full source.

Are there alternatives to vibe-creating-skill?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh vibe-creating-skill against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情