@fingerskier/pi-email

Planning skill for the legacy Claude email extension concept, ported as a Pi skill placeholder

Packages

Package details

skill

Install @fingerskier/pi-email from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@fingerskier/pi-email
Package
@fingerskier/pi-email
Version
0.1.0
Published
May 7, 2026
Downloads
125/mo · 125/wk
Author
fingerskier
License
MIT
Types
skill
Size
2.4 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Email Pi Plugin

Pi skill placeholder for the legacy claude-email-extension concept.

The upstream ../Claude/claude-email-extension repository currently contains feature notes only (IMAP/SMTP read/send/reply/delete/move/folder ideas), not a working MCP server. This package ports those notes into a Pi skill so future implementation work has a discoverable home.

Install

pi install npm:@fingerskier/pi-email
# local workspace clone
pi install ./packages/pi-email
# one run only
pi -e npm:@fingerskier/pi-email

Skill

/skill:email loads design and safety guidance for email automation.

Safety

Never send, delete, or move email without explicit user confirmation. Keep credentials out of prompts and logs.