🧪 Skills
OpenClaw Model Card
Generate OpenClaw model inventory and model-card images from openclaw.json. Use when asked to list all configured models, verify default/fallback chains, or...
v0.1.0
Description
name: openclaw-model-card description: Generate OpenClaw model inventory and model-card images from openclaw.json. Use when asked to list all configured models, verify default/fallback chains, or render/share a visual model card screenshot.
OpenClaw Model Card
Use this skill to output OpenClaw model configuration in a consistent way.
Core workflow
- Run text output:
python3 skills/openclaw-model-card/scripts/show-model-config.py --config /path/to/openclaw.json - If user wants a screenshot/image card, render image:
python3 skills/openclaw-model-card/scripts/show-model-config.py --config /path/to/openclaw.json --image ./model-card.png - If running in chat surfaces where terminal output is invisible to the user, send the script output via messaging tool instead of paraphrasing.
Rules
- Do not handcraft model lists when this skill is requested; always use the script output.
- Prefer
--configexplicitly for reproducibility. - Keep sensitive config files out of git; only publish generated, sanitized artifacts.
Notes
md2img.jsdepends onwkhtmltoimage.- The script includes consistency checks (missing model refs, alias conflicts, suspicious contextWindow).
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!