feat(cli): add MoeMail AI agent skills

This commit is contained in:
ty
2026-03-30 17:08:50 +08:00
parent adec4a50df
commit 61f47626e7
7 changed files with 346 additions and 1 deletions

View File

@@ -583,6 +583,19 @@ MSG_ID=$(echo $MSG | jq -r '.messageId')
CONTENT=$(moemail read --email-id $EMAIL_ID --message-id $MSG_ID --json)
```
### AI Agent Skill
Install the built-in skill so AI agents (Claude Code, Codex, etc.) automatically know how to use MoeMail:
```bash
# Auto-detect installed agent platforms and install
moemail skill install
# Or specify a platform
moemail skill install --platform claude
moemail skill install --platform codex
```
For full documentation, see [packages/cli/README.md](packages/cli/README.md).
## Environment Variables