Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add appleweiping/WEIPING_WIKI --skill email-assistantgit clone --depth 1 https://github.com/appleweiping/WEIPING_WIKIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/appleweiping/weiping_wiki/email-assistant)<a href="https://agentmods.dev/skills/appleweiping/weiping_wiki/email-assistant"><img src="https://agentmods.dev/badge/skills/appleweiping/weiping_wiki/email-assistant.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 36 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- high Privilege Escalation · line 55 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- high Privilege Escalation · line 58 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00087 | $0.01278 |
| Opus 5 | $0.00044 | $0.00639 |
| Sonnet 5 | $0.00017 | $0.00256 |
| Haiku 4.5 | $0.00009 | $0.00128 |
Grade A, and why
email-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 157 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Email Assistant
Use this skill for Vipin's Gmail/Google Workspace email workflows: reading, searching, explaining, summarizing, drafting, and updating Gmail drafts across the umn and vipinapple account profiles.
Defaults
- Use Gmail API scripts first. Do not open or control the browser for routine mail reading or drafting.
- Keep normal output in Chinese unless the user asks otherwise.
- Write outgoing professional or UMN mail in polished English unless the thread clearly uses another language.
- Default to draft-only. Never send email unless the user explicitly says to send.
- Use browser automation only for OAuth login, manual user review, or web-only fallback, and only with explicit confirmation before live account actions.
- Do not store email bodies, tokens, cookies, credentials, browser profiles, or private mail content in the public wiki or Git.
Local Paths
Skill install:
D:\Research\vipin's knowledgebase\.codex\skills\email-assistant
Source mirror:
D:\Research\vipin's knowledgebase\skill\email-assistant
OAuth files are local-only and ignored by Git:
D:\Research\vipin's knowledgebase\.wiki-tmp\email-assistant\auth\credentials.json
D:\Research\vipin's knowledgebase\.wiki-tmp\email-assistant\auth\tokens.json
Override paths only when needed:
$env:EMAIL_ASSISTANT_AUTH_DIR = "D:\Research\vipin's knowledgebase\.wiki-tmp\email-assistant\auth"
$env:EMAIL_ASSISTANT_LOG_DIR = "D:\Research\vipin's knowledgebase\.wiki-tmp\email-assistant\logs"
First-Time Setup
From the skill directory:
& "D:\cc\node\corepack.cmd" pnpm install
Create a Google Cloud OAuth Desktop credential with Gmail API enabled, then save the downloaded credentials.json to:
.wiki-tmp\email-assistant\auth\credentials.json
Authenticate both accounts:
& "D:\cc\node\corepack.cmd" pnpm run setup -- --account umn --email "<umn email address>"
& "D:\cc\node\corepack.cmd" pnpm run setup -- --account vipinapple --email "<vipinapple email address>"
node scripts/manage-accounts.js --list
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 301 B
- agents/openai.yaml 331 B
- docs/google-cloud-setup.md 1.9 KB
- package.json 447 B
- pnpm-lock.yaml 17 KB
- scripts/action-logger.js 2.5 KB runs code
- scripts/auth/auth-utils.js 5.1 KB runs code
- scripts/auth/paths.js 1.5 KB runs code
- scripts/auth/setup-oauth.js 4.0 KB runs code
- scripts/email-message.js 586 B runs code
- scripts/gmail-drafts.js 5.3 KB runs code
- scripts/gmail-labels.js 4.4 KB runs code
- scripts/gmail-read.js 3.3 KB runs code
- scripts/gmail-search.js 2.5 KB runs code
- scripts/gmail-send.js 2.1 KB runs code
- scripts/manage-accounts.js 2.9 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 157 lines · 87 tokens per session scan A 8fcba70e5be0
email-assistant is a skill published in the GitHub repository appleweiping/WEIPING_WIKI (122 stars, last pushed 13d ago), licensed MIT. It adds 87 tokens to every session and 1,278 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.