You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for contributing a skill to the Goose community!
All skills must be submitted via pull request so they can be reviewed and security scanned before being added to the marketplace.
📛 Skill Info
Skill name (folder name): eppie-email-cli
Short description (what does this skill help Goose do?): Enables Goose to read, send, and delete email through the eppie-console CLI. Supports Gmail, Outlook, Proton Mail, IMAP/SMTP, and decentralized Eppie mail.
Author / handle: EppieApp
Version: 0.2.0
📁 Structure Checklist
Please confirm your skill follows the required structure:
My skill is in a top-level folder (e.g. my-skill/)
The folder contains a SKILL.md file
SKILL.md includes valid YAML frontmatter:
name
description
author
version
tags (list of strings)
Supporting files (scripts/templates) live inside the skill folder
🔐 Security Acknowledgement
These checks help keep the community safe.
Please confirm:
This skill does not contain malicious behavior
This skill does not attempt to exfiltrate secrets, tokens, or credentials
This skill does not contain obfuscated payloads (base64 blobs, packed binaries, etc.)
I understand that all submissions run through automated security scanning
I understand this PR may be rejected if it fails validation or security review
📝 Additional Notes (optional)
What this skill does
This skill teaches an AI agent how to operate eppie-console — a cross-platform console mail client — in a deterministic, automation-friendly way.
Sync folders and read messages (with pagination support)
Send messages
Delete messages
Design approach
The skill is structured around normative contracts (exact command lines, stdin shapes, and error codes) that an agent can follow mechanically, plus reference sections (scenarios, examples, decision guides) for context. All sensitive inputs (passwords, account credentials) are passed through stdin, never as command-line arguments.
Files included
File
Purpose
SKILL.md
Full skill instructions
LICENSE.txt
Apache 2.0 license for the skill content
Intended audience
Any AI agent (Goose, Claude Desktop, or similar) that needs to automate email operations through a CLI without browser-based OAuth flows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submit a Skill
Thank you for contributing a skill to the Goose community!
All skills must be submitted via pull request so they can be reviewed and security scanned before being added to the marketplace.
📛 Skill Info
📁 Structure Checklist
Please confirm your skill follows the required structure:
my-skill/)SKILL.mdfileSKILL.mdincludes valid YAML frontmatter:namedescriptionauthorversiontags(list of strings)🔐 Security Acknowledgement
These checks help keep the community safe.
Please confirm:
📝 Additional Notes (optional)
What this skill does
This skill teaches an AI agent how to operate eppie-console — a cross-platform console mail client — in a deterministic, automation-friendly way.
Covered workflows:
Design approach
The skill is structured around normative contracts (exact command lines, stdin shapes, and error codes) that an agent can follow mechanically, plus reference sections (scenarios, examples, decision guides) for context. All sensitive inputs (passwords, account credentials) are passed through
stdin, never as command-line arguments.Files included
SKILL.mdLICENSE.txtIntended audience
Any AI agent (Goose, Claude Desktop, or similar) that needs to automate email operations through a CLI without browser-based OAuth flows.