Install
$ agentstack add skill-moshthepitt-lionclaw-channel-email ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Email Channel
This skill runs the host-side Email channel worker. It owns mailbox auth, IMAP/SMTP transport, held-mail state, and provider-specific email handling. The runtime never receives mailbox credentials or OAuth tokens.
The channel admits only exact approved senders through LionClaw channel grants. Unknown mail is held or suppressed by the worker and must not become runtime work unless the local operator explicitly approves the sender or releases an authenticated held item. Full message bodies are fetched only after approval and are capped by EMAIL_MAX_MESSAGE_BYTES before any runtime work is queued.
Mailbox auth is either EMAIL_AUTH_MODE=basic with IMAP/SMTP passwords, or EMAIL_AUTH_MODE=xoauth2 with an absolute EMAIL_XOAUTH2_TOKEN_CMD; missing EMAIL_AUTH_MODE defaults to basic for legacy configs. The normal OAuth2 setup path is lionclaw connect email ..., which runs this channel's setup helper from the installed channel snapshot. The channel binary also exposes the lower-level oauth2 setup and oauth2 token commands; token refresh runs host-side without a shell and prints only a short-lived access token to stdout. Refresh-token state remains outside runtime projection.
This channel package also carries the runtime-facing email Agent Skill at runtime/email/. LionClaw projects that facet into runtimes when this skill is bound as the email channel, while keeping the host-side channel package and mail transport credentials out of the runtime.
Detailed architecture, setup, QA, one-shot release behavior, and packaged asset notes for this channel live in README.md in this skill directory.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: moshthepitt
- Source: moshthepitt/lionclaw
- License: MIT
- Homepage: https://lionclaw.co.ke
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.