Skip to main content
Run any Skill in Manus
with one click
hahadu4520
GitHub creator profile

hahadu4520

Repository-level view of 6 collected skills across 1 GitHub repositories.

skills collected
6
repositories
1
updated
2026-05-02
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

burn-subtitles-cn
network-and-computer-systems-administrators

Use when the user wants Chinese subtitles burned into a finished rough cut. Three CLIs โ€” split (timing.json โ†’ paged subs_pages.json), build (subs_pages.json โ†’ ASS), burn (mp4 + ASS โ†’ mp4 with hard-burnt subs). Triggers on "ๅŠ ๅญ—ๅน• / ็ƒงๅญ—ๅน• / burn subtitles / add Chinese subs". Designed for โ‰ค12-char per-page Chinese subtitles with punctuation-priority line breaks.

2026-05-02
vlog-cut-pipeline
film-and-video-editorsproducers-and-directors

Use when the user wants to take a script + a folder of raw clips all the way to a finished rough cut. Orchestrates tts-from-script โ†’ video-asset-index โ†’ narration-cut (plan / validate / render), with FOUR mandatory human-review checkpoints between stages. Triggers on "ๅš่ง†้ข‘ / ๅ‰ชไธช่ง†้ข‘ / ๆŠŠ่ฟ™ๆฎตๆ–‡ๆกˆๅšๆˆ่ง†้ข‘ / make a video from this script". Do NOT bypass the checkpoints โ€” Claude pauses, the user approves, then the next stage runs. State is tracked in <project_dir>/.vlog-cut/state.json.

2026-05-02
align-narration
data-scientists-152051

Use when the user has their OWN narration audio (m4a/mp3/wav) and needs the same timing.json + narration.wav that tts-from-script would emit. Calls whisper to transcribe, then groups segments into one line per section (using each section's optional `head_text` anchor in script.json). Triggers on "ๆˆ‘่‡ชๅทฑๅฝ•ไบ†้…้Ÿณ / ่‡ชๅธฆๅฃๆ’ญ / align my narration / ๆˆ‘ๆœ‰็Žฐๆˆ็š„ๅฝ•้Ÿณ". This is the v0.4 alternative to tts-from-script.

2026-05-01
narration-cut
network-and-computer-systems-administrators

Use when narration audio (timing.json + narration.wav) and an indexed asset pool (assets_index.json) exist, and the user wants a rough cut. Three sub-tools โ€” plan (draft a timeline), validate (check it before render), render (cut + concat + mux into mp4). Triggers on "ๅฏน้ฝ้•œๅคด / ๆŽ’ๆ—ถ้—ด็บฟ / ๅ‡บ็ฒ—ๅ‰ช / cut to narration / build timeline". Plan is a deterministic baseline; Claude usually rewrites timeline.json by hand before render.

2026-05-01
tts-from-script
software-developers

Use when the user has a narration script (script.json) and needs voiceover audio plus per-line timing data โ€” synthesizes each line with edge-tts, probes durations, and writes timing.json + a merged narration.wav. Triggers on "ๅš้…้Ÿณ / TTS / ๆ–‡ๆกˆ้…้Ÿณ / ็”Ÿๆˆๅฃๆ’ญ". Skip when the user already has their own narration audio (then use align-narration instead, planned for v0.4).

2026-05-01
video-asset-index
software-developers

Use when the user has a folder of raw video clips and needs them indexed for narration-driven cutting โ€” probes metadata, samples 3 keyframes per clip, builds one horizontal contact sheet per clip, and emits assets_index.json. Triggers on "ๆ•ด็†็ด ๆ / ็œ‹็ด ๆ / ็ป™็ด ๆๆ‰“ๆ ‡ / build asset index". Two modes: deterministic-only (default โ€” Claude reads the sheets and fills tags) or --describe api (calls Anthropic vision to auto-tag).

2026-05-01
Showing 1 of 1 repositories
All repositories loaded