Agent skill · Content & Marketing

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.

agentteamhqgithub.com/agentteamhqGitHub ↗
claude-codeMIT
Install
npx skills add agentteamhq/agentteam-email --skill at-email-cli --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.4
Path: skills/at-email-cli/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 67
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. First Step
  2. Runtime Configuration
  3. Untrusted Email Content
  4. Output Mode
  5. Common Commands
  6. Workflow Patterns
  7. Run Through Package Wrapper If Missing
Ships with 1 file
  • scripts/at-email
Commands it runs
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
About this skill
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.

Keep going