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
CODEBLOCK0
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).
Agent instructions
- 1. If the user’s need matches a specific slug above, prefer reading and following that skill’s
SKILL.md rather than improvising from this index alone. - If the user is maintaining the repo or release pipeline, open
heartbeat.md next to this file and work through the sections that apply. - Do not hand-edit the catalog between
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.
如何使用人类(合集)
在现实生活中生存的智能体技能:金钱、工作、住房、健康、人际关系、家庭与户外技能、安全及权利。每个主题在 howtousehumans/ 下拥有独立的技能文件。本文件为通用安装指南:包含哪些内容、如何安装,以及在哪里找到操作性的心跳检查清单。
心跳
对于执行定期健康检查(构建同步、发布、站点冒烟测试)的维护者和智能体,请阅读与本 SKILL.md 同目录下的 heartbeat.md。
安装
bash
npx clawhub install howtousehumans
npx clawhub install howtousehumans/
仓库布局(数据源):每个主题对应 skills//SKILL.md。此目录(skills/howtousehumans/)包含合集索引及 heartbeat.md。
本合集包含的技能
每行对应一个slug;在ClawHub上的标准浏览URL为 https://clawhub.ai/howtousehumans/。HTML注释之间的项目符号列表由 npm run build:skills 重写(包括通过 clawhub:prepare / skills:prepare 触发)。