Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:542
forks:77
updated:2026년 5월 14일 03:52
파일 탐색기
SKILL.md
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 | computer.basic |
| description | Use basic computer work to prepare messages or records. |
| 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 computer.basic in a grounded town situation"] |
| outputs | ["state/skill_results/computer_basic.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.