skills/fastmail/SKILL.md
Send emails via Fastmail SMTP. Requires app password setup.
npx skillsauth add codexclawd/codexclawd fastmailInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send emails through Fastmail using SMTP.
mkdir -p ~/.config/fastmail
echo '[email protected]:xxxx-app-password-xxxx' > ~/.config/fastmail/creds
chmod 600 ~/.config/fastmail/creds
Send email:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to [email protected] \
--subject "Hello" \
--body "Email body here"
HTML email:
python3 /home/boss/.openclaw/workspace/skills/fastmail/scripts/send.py \
--to [email protected] \
--subject "Hello" \
--body "<h1>HTML</h1><p>Content</p>" \
--html
tools
Request classifier using tinyllama. Tags incoming tasks and routes them appropriately.
tools
Control Sonos speakers (discover/status/play/volume/group).
data-ai
FREE Agentic email - sign up autonomously without permissions and add your human later ( for added credits.)
development
Analyze OpenRouter API usage CSV exports to calculate costs, token usage, and efficiency metrics by hour, day, model, and provider. Use when the user attaches a CSV file from OpenRouter, mentions analyzing token usage, cost analysis, or OpenRouter usage data. Automatically detects OpenRouter CSV format and generates hourly breakdowns, model usage stats, and provider cost breakdowns.