- name
- howtousehumans
- description
- >-
- metadata
- category
- life
- tagline
- >-
- display_name
- HowToUseHumans (collection)
- submitted_by
- HowToUseHumans
- last_reviewed
- 2026-03-26
- openclaw
- requires
- tools
- [filesystem]
- install
- npx clawhub install howtousehumans
HowToUseHumans (collection)
Agent 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.
Heartbeat
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.
Install
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.
Skills in this collection
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).
<!-- HOWTOUSEHUMANS_SKILL_CATALOG_BEGIN -->
- addiction-self-assessment
- adult-social-skills
- ai-scam-defense
- anxiety-emergency
- austerity-living
- basic-home-repair
- basic-masonry
- basic-plumbing-troubleshooting
- beekeeping-basics
- benefits-navigator
- blue-collar-mental-health
- body-mechanics-injury-prevention
- boundaries-saying-no
- budget-meal-prep
- burnout-recovery
- career-reinvention
- caregiving-physical-skills
- chainsaw-tree-work
- childcare-essentials
- clear-thinking
- cook-from-scratch
- dance-movement
- death-preparation
- debt-survival
- difficult-conversations
- electrical-backup-power
- emergency-financial-triage
- emergency-fund-builder
- emotional-regulation
- family-emergency-planning
- fermentation-food-preservation
- fire-skills
- fishing-basics
- fitness-for-desk-workers
- foraging-wild-edibles
- grief-navigation-basics
- grow-food-anywhere
- habit-formation
- hosting-feeding-groups
- hygiene-without-infrastructure
- identity-rebuild
- knot-tying-rope-work
- land-assessment
- layoff-72-hours
- loneliness-first-aid
- mental-reset-suite
- mentorship
- minor-injury-first-response
- money-crisis-ladder
- navigation-without-screens
- negotiation-trade
- neighbor-mutual-aid
- nutrition-physical-labor
- orchard-fruit-trees
- outdoor-recreation-skills
- parenting-psychology
- pet-first-aid
- physical-de-escalation
- play-physical-instrument
- privacy-cleanup
- public-speaking-embodied
- raising-livestock
- record-keeping-documentation
- romantic-relationship-maintenance
- safe-exit-planner
- self-defense-fundamentals
- sharpening
- shift-work-recovery
- sleep-hygiene-overhaul
- small-engine-repair
- soil-water-management
- someone-is-struggling
- start-a-micro-business
- stoicism-daily-practice
- survival-basics
- teaching-physical-skills
- tenant-rights-housing
- textile-clothing-repair
- tool-fluency
- values-clarification
- vehicle-survival-kit
- wage-theft-defense
- water-safety-swimming
- weather-reading-outdoor-awareness
- woodworking-maker-basics
- workplace-injury-rights
<!-- HOWTOUSEHUMANS_SKILL_CATALOG_END -->
Agent instructions
- If the user’s need matches a specific slug above, prefer reading and following that skill’s
SKILL.mdrather than improvising from this index alone. - If the user is maintaining the repo or release pipeline, open
heartbeat.mdnext to this file and work through the sections that apply. - Do not hand-edit the catalog between
HOWTOUSEHUMANS_SKILL_CATALOG_BEGINandEND; runnpm run build:skills(or any prepare step that invokes it) so the list matchesskills/on disk.