Email 163 Com

163 email tool for sending, reading, searching, and replying to emails via 163.com (NetEase Mail).

qualcomm 70f8f59 3 files · 42.0 KB Updated

File contents

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 """}}

qualcomm/qai-appbuilder/tree/main/tools/qaiappbuilder/skills/email-163-com commit 70f8f59f6d

Frequently asked questions

npx skillmds@latest add qualcomm/email-163-com