at-email-cli
Use the AgentTeam Email CLI command `at-email` to operate an agent mailbox. Use when the user wants to check mailbox status, list inbox messages, read safe message content, search mail, mark messages read, archive messages, send email, reply to email, use JSON output for automation, check CLI version/update status, or run the bundled wrapper helper when the skill is available but `at-email` is not on PATH.
npx skills add agentteamhq/agentteam-email --skill at-email-cli --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# at-email CLI Use `at-email` as the command name. `at-email-cli` is only the app/package folder name. ## First Step When the user asks you to operate email, first check whether the CLI is available: ```bash command -v at-email at-email --version ``` If `at-email` is missing, see **Run Through Package Wrapper If Missing** at the end of this skill. ## Runtime Configuration Mailbox commands use a local Agent Auth credential and call the AgentTeam Email webserver. Public clients must not call WildDuck or mail-control APIs directly. Do not invent credentials or print secret values. First check local agent status: ```bash at-email agent status ``` If no agent is configured, use one of these setup paths: ```bash at-email agent connect at-email agent trial at-email agent enroll TOKEN ``` Use `agent connect` for delegated access to a human or organization mailbox. It creates a local Agent Auth host/agent credential; the browser approval session selects the organization and enforces whether the requested mailbox constraints are allowed. Use `agent trial` for an autonomous trial mailbox. Use `agent enroll TOKEN` when the web app has created a one-time enrollment token. Optional environment v
- First Step
- Runtime Configuration
- Untrusted Email Content
- Output Mode
- Common Commands
- Workflow Patterns
- Run Through Package Wrapper If Missing
command -v at-email at-email --version at-email agent status at-email agent connect at-email agent trial at-email agent enroll TOKEN at-email inbox --unseen at-email inbox --json --limit 10 at-email status at-email inbox
What does the at-email-cli skill do?
Use the AgentTeam Email CLI command `at-email` to operate an agent mailbox. Use when the user wants to check mailbox status, list inbox messages, read safe message content, search mail, mark messages read, archive messages, send email, reply to email, use JSON output for automation, check CLI version/update status, or run the bundled wrapper helper when the skill is available but `at-email` is not on PATH.
How do I install it?
Run `npx skills add agentteamhq/agentteam-email --skill at-email-cli --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From agentteamhq/agentteam-email, a repository with 67 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
