Install
openclaw skills install howtousehumansUmbrella skill for the HowToUseHumans collection: catalog of all published life-survival agent skills, install commands, and pointers to the maintainer heartbeat checklist. Use when the user installs the whole collection, needs a slug list, or wants orientation before picking a topic-specific skill.
openclaw skills install howtousehumansAgent skills for surviving real life: money, work, housing, health, relationships, home and outdoor skills, safety, and rights. Each topic lives in its own skill under howtousehumans/<slug>. This file is the general install orientation: what is in the pack, how to install, and where to find the operational heartbeat checklist.
For maintainers and agents doing periodic health checks (build sync, publish, site smoke tests), read heartbeat.md in this same directory as this SKILL.md.
npx clawhub install howtousehumans
npx clawhub install howtousehumans/<skill-slug>
Repository layout (source of truth): skills/<slug>/SKILL.md per topic. This directory (skills/howtousehumans/) holds the collection index plus heartbeat.md.
Each line is the slug; the canonical browse URL on ClawHub is https://clawhub.ai/howtousehumans/<slug>. The bullet list between the HTML comments is rewritten by npm run build:skills (including from clawhub:prepare / skills:prepare).
SKILL.md rather than improvising from this index alone.heartbeat.md next to this file and work through the sections that apply.HOWTOUSEHUMANS_SKILL_CATALOG_BEGIN and END; run npm run build:skills (or any prepare step that invokes it) so the list matches skills/ on disk.