163 Mail
CRITICAL: You MUST call the exec tool
When this skill is active, you MUST immediately call the exec tool based on the user's request. Do NOT output code blocks or describe steps.
1. Read Emails
Read the latest 5 emails: {"name":"exec","arguments":{"command":"python ${SKILL_DIR}/main.py read"}}
Read a specific number of emails: {"name":"exec","arguments":{"command":"python ${SKILL_DIR}/main.py read --count 10"}}
Read a full email (including body): {"name":"exec","arguments":{"command":"python ${SKILL_DIR}/main.py read --id 123"}}
2. Send Email
Simple send: {"name":"exec","arguments":{"command":"python ${SKILL_DIR}/main.py send --to friend@example.com --subject "Hello" --body "Hi!""}}
3. Reply to Email
Reply to a specific email (use the original sender's address as recipient, prefix subject with "Re:"): {"name":"exec","arguments":{"command":"python ${SKILL_DIR}/main.py send --to --subject "Re: " --body """}}