agent-email-cli by zaddy6/agent-email-skill
npx skills add https://github.com/zaddy6/agent-email-skill --skill agent-email-cli使用此技能来安全且可预测地操作 agent-email 命令,适用于需要访问收件箱的智能体工作流。
优先使用 JSON 原生命令输出,并在摘要中返回关键字段(email、messageId、subject、createdAt、from.address)。
command -v agent-email
agent-email --help
如果缺失,请安装:
npm install -g @zaddy6/agentemail
# 或
bun install -g @zaddy6/agentemail
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
2. 创建邮箱账户。
agent-email create
从 JSON 输出中记录以下字段:
data.emaildata.accountIddata.activeEmail请勿记录、重复或打印机密值,例如邮箱密码或令牌。
agent-email read <email|default>
用于收件箱等待/轮询:
agent-email read <email|default> --wait 30 --interval 2
获取完整邮件负载:
agent-email read <email|default> --full
4. 详细检索单封邮件。
agent-email show <email|default> <messageId>
当您需要验证链接、代码或完整内容提取的正文/源详细信息时,请使用 show。
agent-email accounts list
agent-email use <email|default>
agent-email accounts remove <email>
避免在智能体日志中使用需要在命令行输入机密信息的命令。
agent-email delete <email|default> <messageId>
default 别名。password、token)。code 和 hint 字段。AUTH_REQUIRED/401),重新运行命令一次,如果必须重新建立凭据,则请求用户干预。RATE_LIMITED/429),短暂延迟后重试。command not found:确保 ~/.bun/bin 或 npm 全局二进制路径在 PATH 环境变量中。NO_ACTIVE_ACCOUNT:运行 agent-email create 或 agent-email use <email>。ACCOUNT_NOT_FOUND:运行 agent-email accounts list 并选择一个有效的地址。EOTP:在 CI 中使用 npm 可信发布,或在本地使用 OTP 发布。每周安装量
2.1K
代码仓库
GitHub 星标数
5
首次出现
2026年2月28日
安全审计
已安装于
claude-code893
codex597
opencode510
amp325
kimi-cli105
cline105
Use this skill to operate the agent-email command safely and predictably for agent workflows that need inbox access.
Prefer JSON-native command output and return key fields (email, messageId, subject, createdAt, from.address) in your summaries.
command -v agent-email
agent-email --help
If missing, install:
npm install -g @zaddy6/agentemail
# or
bun install -g @zaddy6/agentemail
2. Create a mailbox account.
agent-email create
Record these fields from JSON output:
data.emaildata.accountIddata.activeEmailDo not record, repeat, or print secret values such as mailbox passwords or tokens.
agent-email read <email|default>
For inbox waiting/polling:
agent-email read <email|default> --wait 30 --interval 2
For full message payloads:
agent-email read <email|default> --full
4. Retrieve one message in detail.
agent-email show <email|default> <messageId>
Use show when you need body/source details for verification links, codes, or full content extraction.
agent-email accounts list
agent-email use <email|default>
agent-email accounts remove <email>
Avoid commands that require entering secrets on the command line in agent logs.
agent-email delete <email|default> <messageId>
default alias when user does not specify an email.password, token) from command output.code and hint fields directly.AUTH_REQUIRED/401), rerun command once and request user intervention if credentials must be re-established.RATE_LIMITED/429), retry after short delay.command not found: ensure ~/.bun/bin or npm global bin path is on PATH.NO_ACTIVE_ACCOUNT: run agent-email create or agent-email use <email>.ACCOUNT_NOT_FOUND: run agent-email accounts list and pick a valid address.EOTP during npm publish: use npm trusted publishing for CI or publish locally with OTP.Weekly Installs
2.1K
Repository
GitHub Stars
5
First Seen
Feb 28, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykFail
Installed on
claude-code893
codex597
opencode510
amp325
kimi-cli105
cline105
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装