* 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)
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"_comment": "Flux Dev text-to-image using the modern sampler chain (BasicScheduler/Guider/SamplerCustomAdvanced). Required: flux1-dev.safetensors (UNET), t5xxl_fp16.safetensors + clip_l.safetensors (CLIP), ae.safetensors (VAE).",
|
|
"6": {
|
|
"class_type": "CLIPTextEncode",
|
|
"_meta": {"title": "Prompt"},
|
|
"inputs": {"text": "a serene mountain landscape at golden hour, photorealistic", "clip": ["11", 0]}
|
|
},
|
|
"8": {
|
|
"class_type": "VAEDecode",
|
|
"_meta": {"title": "VAE Decode"},
|
|
"inputs": {"samples": ["13", 0], "vae": ["10", 0]}
|
|
},
|
|
"9": {
|
|
"class_type": "SaveImage",
|
|
"_meta": {"title": "Save Image"},
|
|
"inputs": {"filename_prefix": "flux_dev", "images": ["8", 0]}
|
|
},
|
|
"10": {
|
|
"class_type": "VAELoader",
|
|
"_meta": {"title": "VAE"},
|
|
"inputs": {"vae_name": "ae.safetensors"}
|
|
},
|
|
"11": {
|
|
"class_type": "DualCLIPLoader",
|
|
"_meta": {"title": "DualCLIPLoader"},
|
|
"inputs": {
|
|
"clip_name1": "t5xxl_fp16.safetensors",
|
|
"clip_name2": "clip_l.safetensors",
|
|
"type": "flux"
|
|
}
|
|
},
|
|
"12": {
|
|
"class_type": "UNETLoader",
|
|
"_meta": {"title": "UNET Loader"},
|
|
"inputs": {"unet_name": "flux1-dev.safetensors", "weight_dtype": "default"}
|
|
},
|
|
"13": {
|
|
"class_type": "SamplerCustomAdvanced",
|
|
"_meta": {"title": "Sampler Custom"},
|
|
"inputs": {
|
|
"noise": ["25", 0],
|
|
"guider": ["22", 0],
|
|
"sampler": ["16", 0],
|
|
"sigmas": ["17", 0],
|
|
"latent_image": ["27", 0]
|
|
}
|
|
},
|
|
"16": {
|
|
"class_type": "KSamplerSelect",
|
|
"_meta": {"title": "Sampler Select"},
|
|
"inputs": {"sampler_name": "euler"}
|
|
},
|
|
"17": {
|
|
"class_type": "BasicScheduler",
|
|
"_meta": {"title": "Scheduler"},
|
|
"inputs": {
|
|
"scheduler": "simple",
|
|
"steps": 20,
|
|
"denoise": 1.0,
|
|
"model": ["12", 0]
|
|
}
|
|
},
|
|
"22": {
|
|
"class_type": "BasicGuider",
|
|
"_meta": {"title": "Guider"},
|
|
"inputs": {"model": ["12", 0], "conditioning": ["6", 0]}
|
|
},
|
|
"25": {
|
|
"class_type": "RandomNoise",
|
|
"_meta": {"title": "Noise"},
|
|
"inputs": {"noise_seed": 42}
|
|
},
|
|
"27": {
|
|
"class_type": "EmptySD3LatentImage",
|
|
"_meta": {"title": "Latent"},
|
|
"inputs": {"width": 1024, "height": 1024, "batch_size": 1}
|
|
}
|
|
}
|