在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:818
forks:261
updated:2026年4月17日 04:57
SKILL.md
Finding, creating, claiming, and closing work items (beads)
Routing work to agents with gc sling and formulas
API server and web dashboard — config, start, monitor
Managing agents — list, peek, nudge, suspend, drain
City lifecycle — status, start, stop, init
Managing rigs — add, list, status, suspend, resume
| name | gc-mail |
| description | Sending and reading messages between agents |
Mail is bead-based messaging between agents. Messages are beads with type=message, stored in the bead store.
gc mail send <to> -m "message body" # Send a message
gc mail send <to> -s "Subject" -m "message body" # Send with subject
gc mail reply <id> -m "reply body" # Reply to a message
gc mail reply <id> -s "Re: topic" -m "reply body" # Reply with subject
gc mail inbox # List unread messages
gc mail count # Count unread messages
gc mail peek <id> # Preview a message without marking read
gc mail read <id> # Read a message (marks as read)
gc mail thread <id> # Show full conversation thread
gc mail archive <id> # Archive a message
gc mail mark-read <id> # Mark as read without displaying
gc mail mark-unread <id> # Mark as unread
gc mail delete <id> # Delete a message
gc mail check # Check for new mail (used in hooks)