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 agentmods add skills/sandraschi/notepadpp-mcp/notepadpp-mcpnpx skills add sandraschi/notepadpp-mcp --skill notepadpp-mcpgit clone --depth 1 https://github.com/sandraschi/notepadpp-mcpWrote 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/sandraschi/notepadpp-mcp/notepadpp-mcp)<a href="https://agentmods.dev/skills/sandraschi/notepadpp-mcp/notepadpp-mcp"><img src="https://agentmods.dev/badge/skills/sandraschi/notepadpp-mcp/notepadpp-mcp.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00000 | $0.00785 |
| Opus 5 | $0.00000 | $0.00392 |
| Sonnet 5 | $0.00000 | $0.00157 |
| Haiku 4.5 | $0.00000 | $0.00078 |
Grade A, and why
notepadpp-mcp 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 4d 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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Notepad++ MCP — Agent skill
Description: Automate Notepad++ on Windows via pywin32 MCP bridge. Covers file operations, macro automation, session management, plugin control, text manipulation, syntax linting, and display configuration.
Trigger Phrases
- "Open [file] in Notepad++"
- "Save the current tab"
- "Replace all [pattern] with [replacement]"
- "Run Python linter on current file"
- "Install the JSON plugin"
- "Close all tabs and start fresh"
- "Find [text] in the current document"
- "Record a macro to [action]"
Tools (Portmanteau Pattern)
file_ops(operation, file_path)— Open, save, close, new files. Operations:open,save,save_as,close,new,info.text_ops(operation, text, ...)— Text manipulation. Operations:insert,replace,find,select_all,get_text,get_length.tab_ops(operation, ...)— Tab/buffer management. Operations:list,switch,close,close_all,activate_by_index.session_ops(operation, ...)— Session save/load. Operations:save_session,load_session,list_sessions.linting_ops(operation, file_path)— Run linters. Operations:python,javascript,html,xml,json,custom.display_ops(operation, ...)— UI display. Operations:word_wrap,show_whitespace,zoom,theme.plugin_ops(operation, ...)— Plugin management. Operations:discover,install,list,run.status_ops(operation)— Server health. Operations:health_check,active_tab,process_info.
Multi-step Workflows (FastMCP 3.1)
agentic_notepad_workflow(workflow_prompt, available_tools)— Pass a natural-language goal like "open config.py, find the DEBUG flag, and toggle it". Requires sampling (Ollama or client LLM).suggest_notepad_plan(goal)— Quick plan viactx.samplewhen sampling is available. Returns structured step list for manual execution.
Workflow
- Status check:
status_ops("health_check")to confirm Notepad++ process is accessible. - File target: Use
file_ops("info")to see active tab. Usefile_ops("open", file_path=...)to open target. - Act: Apply text ops, linting, or plugin commands as needed.
- Save/close:
file_ops("save")orfile_ops("close")to persist.
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.
- 4d ago First seen · 50 lines · 0 tokens per session scan A e8eb74609075
notepadpp-mcp is a skill published in the GitHub repository sandraschi/notepadpp-mcp (5 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 785 tokens. 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-31.
Other skills, from other repositories
unraid
This skill should be used when the user mentions Unraid, asks to check server health, monitor array or disk status, list or restart Docker containers, start or stop VMs, read system logs, check parity status, view notifications, manage API keys, configure rclone remotes, check UPS or power status, get live CPU or…
python-clean-code
Review Python code in the gsc-mcp codebase for clean code violations. Checks function size, single responsibility, type hints, naming, error handling patterns, and adherence to the project's module contracts. Use when refactoring a module or before code review.
swag
This skill should be used when the user says "add proxy config", "create reverse proxy", "SWAG config", "nginx proxy", "expose service", "proxy configuration", "subdomain config", "subfolder config", "configure SWAG", "list proxy configs", "view proxy config", "edit proxy config", "remove proxy config", "check proxy…
onpage-audit
Complete on-page audit of a single URL in one pass, combining heading structure, internal linking, technical meta tags, content quality and schema, then cross-checked against real Search Console data before any recommendation is made. Use when asked for a full page audit, an all-in-one check, or what to fix on a page.…
internal-linking-audit
Audit internal linking on a page, weighted by where each link sits. A link in the body of a page carries far more weight than the same link in the footer or the main nav. Surfaces targets linked only from footer/nav, generic anchors, and internal nofollow. Use when asked about internal links, anchor text, link…
link-equity-map
Map internal link flow across a whole site and cross it with Search Console to find the pages sitting on page two that no page body links to. Site-wide companion to internal-linking-audit, which works on a single URL. Use when asked about site architecture, orphan pages, or where to place internal links. Aussi…