在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:26,515
forks:1,388
updated:2026年3月31日 18:32
SKILL.md
Google Sheets: Append a row to a spreadsheet.
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.
Google Calendar: Create a new event.
Google Calendar: Manage calendars and events.
Google Chat: Manage Chat spaces and messages.
| name | gws-chat-send |
| description | Google Chat: Send a message to a space. |
| metadata | {"version":"0.22.5","openclaw":{"category":"productivity","requires":{"bins":["gws"]},"cliHelp":"gws chat +send --help"}} |
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Send a message to a space
gws chat +send --space <NAME> --text <TEXT>
| Flag | Required | Default | Description |
|---|---|---|---|
--space | ✓ | — | Space name (e.g. spaces/AAAA...) |
--text | ✓ | — | Message text (plain text) |
gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'
[!CAUTION] This is a write command — confirm with the user before executing.