* refactor(skills): shipped-set slim — 15 skills to optional, github six-way merge, pdf absorbs OCR+nano-pdf, channel-gated teams pipeline
Maintainer-directed shipped-skills curation (skills index 1,900 -> ~1,400
tok/call on desktop; every session pays the index, so this is a per-call
diet on all installs):
- optional-skills moves (installable via skills hub, history preserved):
creative comfyui/ascii-art/excalidraw/pretext/sketch/touchdesigner-mcp;
ALL of mlops (huggingface-hub, llama-cpp, serving-llms-vllm,
weights-and-biases, evaluating-llms-harness — subcategory structure
kept); research-paper-writing (55 supporting files, 17.3K-tok load);
openhue; blogwatcher (first taught the cronjob monitor-field watch
pattern + web_extract instead of pre-cron manual workflows)
- DELETED session-librarian (Aug-12 'inspired by Perplexity Computer'
port, never maintainer-intended; session_search covers discovery)
- github: six skills (auth, issues, pr-workflow, issue-to-pr,
code-review, repo-management) merged into ONE software-development/
github skill — routing body + complete per-workflow references;
benbarclay authorship credited; codebase-inspection rides along;
discipline pins from test_github_issue_to_pr_skill.py preserved
against the reference body in the new test_github_skill.py
- pdf absorbs ocr-and-documents + nano-pdf as references/ + scripts
(extract_pymupdf, extract_marker converted to the argparse house
standard its contract test enforces)
- NEW session_platforms frontmatter gate (metadata.hermes): hides a
skill from the index on gateway channels it is not for; fail-open on
unknown platform; teams-meeting-pipeline gated to [teams, cron]
- blocked-page-recovery: research -> new web category; trigger-first
description ('Use when a fetch fails: 403/429, paywall, WAF, bot
wall.') so the model actually reaches for it on blocked fetches
- docs regenerated via generate-skill-docs.py (195 pages); related_skills
swept repo-wide; tests: 1672 passed (2 openclaw failures pre-existing
on clean main, Windows-local)
* chore: ignore .skills_prompt_snapshot.json (local index cache, accidentally committed)
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"_comment": "Wan 2.1 text-to-video. Cloud: confirmed available. Local: download wan2.1_t2v_1.3B_fp16.safetensors → models/diffusion_models/ (or models/unet/), umt5_xxl_fp16.safetensors → models/text_encoders/ (or models/clip/), wan_2.1_vae.safetensors → models/vae/. Output: MP4. Large model — only on cloud or 24 GB+ local GPU.",
|
|
"6": {
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {"title": "Prompt"},
|
|
"inputs": {
|
|
"text": "a graceful crane taking flight from a misty lake at dawn, slow motion, 4k",
|
|
"clip": ["38", 0]
|
|
}
|
|
},
|
|
"7": {
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {"title": "Negative Prompt"},
|
|
"inputs": {
|
|
"text": "static, blurry, watermark, low quality",
|
|
"clip": ["38", 0]
|
|
}
|
|
},
|
|
"8": {
|
|
"class_type": "VAEDecode",
|
|
"_meta": {"title": "VAE Decode"},
|
|
"inputs": {"samples": ["3", 0], "vae": ["39", 0]}
|
|
},
|
|
"37": {
|
|
"class_type": "UNETLoader",
|
|
"_meta": {"title": "Wan UNET"},
|
|
"inputs": {"unet_name": "wan2.1_t2v_1.3B_fp16.safetensors", "weight_dtype": "default"}
|
|
},
|
|
"38": {
|
|
"class_type": "CLIPLoader",
|
|
"_meta": {"title": "Wan CLIP"},
|
|
"inputs": {"clip_name": "umt5_xxl_fp16.safetensors", "type": "wan"}
|
|
},
|
|
"39": {
|
|
"class_type": "VAELoader",
|
|
"_meta": {"title": "Wan VAE"},
|
|
"inputs": {"vae_name": "wan_2.1_vae.safetensors"}
|
|
},
|
|
"3": {
|
|
"class_type": "KSampler",
|
|
"_meta": {"title": "KSampler"},
|
|
"inputs": {
|
|
"seed": 42, "steps": 30, "cfg": 6.0,
|
|
"sampler_name": "uni_pc", "scheduler": "simple", "denoise": 1.0,
|
|
"model": ["37", 0],
|
|
"positive": ["6", 0],
|
|
"negative": ["7", 0],
|
|
"latent_image": ["40", 0]
|
|
}
|
|
},
|
|
"40": {
|
|
"class_type": "EmptyHunyuanLatentVideo",
|
|
"_meta": {"title": "Latent Video (33 frames)"},
|
|
"inputs": {"width": 832, "height": 480, "length": 33, "batch_size": 1}
|
|
},
|
|
"9": {
|
|
"class_type": "VHS_VideoCombine",
|
|
"_meta": {"title": "Video Combine"},
|
|
"inputs": {
|
|
"frame_rate": 16.0,
|
|
"loop_count": 0,
|
|
"filename_prefix": "wan_t2v",
|
|
"format": "video/h264-mp4",
|
|
"pingpong": false,
|
|
"save_output": true,
|
|
"images": ["8", 0]
|
|
}
|
|
}
|
|
}
|