com um clique
neighbor-greet
Greet neighbors and maintain ordinary social warmth.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Greet neighbors and maintain ordinary social warmth.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Offer basic care check-ins for neighbors.
Follow up on recurring health needs and medication routines.
Attend class or study using the school and library workflow.
Organize class materials, meetings, and student follow-up.
Coordinate neighbors and shared town information.
Observe community activity and notice practical changes.
| name | neighbor.greet |
| description | Greet neighbors and maintain ordinary social warmth. |
| script | scripts/run_skill.py |
| shared | false |
| effects | ["move","interact","set_state","direct_message","group_message","remember"] |
| args_schema | {"type":"object","additionalProperties":true} |
| trigger_examples | ["the agent needs to use neighbor.greet in a grounded town situation"] |
| outputs | ["state/skill_results/neighbor_greet.json"] |
This is a real executable GOD agent skill. Its local skill.json describes
its own targets, interaction preferences, status changes, speech template,
memory template, and fallback strategy. scripts/run_skill.py returns a
standard SkillResult; the JiuwenClawAgent runtime validates and applies the
result to movement, interaction, speech, state, and memory.