用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/clowlove/Hermes-House --skill mails命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | mails |
| description | Email infrastructure for AI agents - send/receive emails via Mails.dev |
| version | 1.0.0 |
| author | Harmes House |
| tags | ["Email","AI-Agent","Mails.dev"] |
Email infrastructure for AI agents. Send and receive emails from imclaw@mails.dev.
Already configured:
imclaw@mails.dev~/.mailsrc (configured via mails config set api_key)Requires bun runtime. Path: ~/.bun/bin/bun
export BUN_INSTALL="$HOME/.bun" && export PATH="$BUN_INSTALL/bin:$PATH"
mails send --to <recipient> --subject "<subject>" --body "<message>"
Example:
mails send --to user@example.com --subject "Hello" --body "Test message"
With HTML:
mails send --to user@example.com --subject "Report" --html "<h1>Report</h1><p>Data...</p>"
mails inbox # List recent emails
mails inbox --mailbox imclaw@mails.dev # List for specific mailbox
mails inbox --query "keyword" # Search emails
mails inbox <id> # Read specific email
mails inbox <id> --save # Save attachments
mails code --to imclaw@mails.dev --timeout 60
#!/bin/bash
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
REPORT_DATE=$(date +%Y-%m-%d)
mails send \
--to recipient@example.com \
--subject "Daily Report - $REPORT_DATE" \
--body "See attached report for $REPORT_DATE"
# In cron or automation script
mails send --to imclaw@mails.dev --subject "[Alert] System Issue" --body "Description of issue"
a6d18a3c)mails inbox --full-id--save flag基于 SOC 职业分类