π¦ ClawHub
OpenClaw Model Card
by @sdsdsdff
Generate OpenClaw model inventory and model-card images from openclaw.json. Use when asked to list all configured models, verify default/fallback chains, or...
TERMINAL
clawhub install openclaw-model-cardπ About This Skill
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
1. Run text output:
python3 skills/openclaw-model-card/scripts/show-model-config.py --config /path/to/openclaw.json
2. 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
3. If running in chat surfaces where terminal output is invisible to the user, send the script output via messaging tool instead of paraphrasing.Rules
--config explicitly for reproducibility.Notes
md2img.js depends on wkhtmltoimage.π Tips & Best Practices
md2img.js depends on wkhtmltoimage.π Constraints
--config explicitly for reproducibility.