一键导入
class-organize
Organize class materials, meetings, and student follow-up.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Organize class materials, meetings, and student follow-up.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 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.
Coordinate neighbors and shared town information.
Observe community activity and notice practical changes.
Use basic computer work to prepare messages or records.
| name | class.organize |
| description | Organize class materials, meetings, and student follow-up. |
| 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 class.organize in a grounded town situation"] |
| outputs | ["state/skill_results/class_organize.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.