mirror of
https://github.com/beilunyang/moemail.git
synced 2026-07-12 16:11:20 +08:00
feat(cli): add MoeMail AI agent skills
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user