Install
openclaw skills install say-hi-to-me请先说你好 — Companion-style check-ins via /hi commands and natural conversation. Use when users greet, ask for emotional companionship, initialize or edit compan...
openclaw skills install say-hi-to-meProvide a companion-style interaction layer that supports both quick greetings and richer digital-persona workflows while preserving safety and user control.
This skill handles:
/hi ...或/你好) and natural conversation.luoshui-v1 as an optional template, never the default persona.scripts/command_normalizer.py.init_configgreeting_checkinrole_createrole_editrole_switchrole_confirm_activationstatus_querycasual_companion_chatreferences/runtime-core.md.roles/ if set; otherwise use base companion core.references/safety-policy.md.scripts/proactive_scheduler.py as the send-gating policy layer.PROJECT_STRUCTURE.md first when modifying this skill.references/runtime-core.md before changing runtime behavior.references/command-spec.md when adding or changing commands.references/rolecard-structure.md before generating or editing personas.references/proactive-scheduling.md before changing proactive logic.references/openclaw-heartbeat-integration.md before promising or integrating true proactive delivery.references/presets/luoshui-v1.yaml only when users choose luoshui template.scripts/companion_runtime.py for end-to-end execution of command/NL flows.scripts/heartbeat_bridge.py when integrating this skill with OpenClaw Heartbeat.scripts/sync_heartbeat_md.py to sync HEARTBEAT.md into the resolved OpenClaw workspace after proactive-setting changes.scripts/proactive_scheduler.py to evaluate proactive eligibility. It decides whether a message may be sent; it does not send by itself.scripts/generate_rolecard.py to scaffold new rolecards.scripts/validate_rolecard.py before saving rolecards./hi/hi 角色 新建 帮我创建一个动漫风格的新角色,她是一个喜欢画画的大学生帮我创建一个写实风格的新角色,她是一个热爱咖啡的独立书店店长把当前角色改得更理性一点,少用表情用户 24 小时没说话了,Heartbeat 触发后判断是否应该发一句问候Run:
python3 scripts/companion_runtime.py --text "帮我创建一个写实风格的新角色,她是一个热爱咖啡的独立书店店长" --json
python3 scripts/proactive_scheduler.py --json
python3 scripts/validate_rolecard.py roles/<role-file>.yaml
python3 -m unittest discover -s tests -p "test_*.py"