SunnyNet-wpf: Skill for Codex

.codex/skills/sunnynet-mcp/SKILL.md

sunnynet-mcp is a skill for Codex from hmlyn/SunnyNet-wpf. It costs 61 tokens per session (1,108 once invoked), scanned A, original, no licence file.

A skill for using SunnyNet, a Windows desktop proxy tool, from an AI session. It covers captured network traffic such as web, WebSocket, TCP, and UDP sessions.

In plain words
What is it for?
Useful for examining request and response bodies, searching traffic, managing notes and favorites, and controlling capture or proxy settings.
Why use it?
It helps inspect network traffic without manually searching through SunnyNet’s interface for each request or response.

Skill for Codex

Written for Codex: agents/openai.yaml present.

This is hmlyn/SunnyNet-wpf's own configuration. It tells Codex how to work on SunnyNet-wpf itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything SunnyNet-wpf configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hmlyn/SunnyNet-wpf. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hmlyn/SunnyNet-wpf/main/.codex/skills/sunnynet-mcp/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hmlyn/SunnyNet-wpf

Made for: Codex.

Wrote 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.

agentmods badge for sunnynet-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmlyn/sunnynet-wpf/sunnynet-mcp/github.svg)](https://agentmods.dev/skills/hmlyn/sunnynet-wpf/sunnynet-mcp)
Your own site
<a href="https://agentmods.dev/skills/hmlyn/sunnynet-wpf/sunnynet-mcp"><img src="https://agentmods.dev/badge/skills/hmlyn/sunnynet-wpf/sunnynet-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sunnynet-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/hmlyn/sunnynet-wpf/sunnynet-mcp"><img src="https://agentmods.dev/badge/skills/hmlyn/sunnynet-wpf/sunnynet-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00061 $0.01108
Opus 5 $0.00030 $0.00554
Sonnet 5 $0.00012 $0.00222
Haiku 4.5 $0.00006 $0.00111

Measured 10d ago against content hash 4c18c610950d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sunnynet-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 10d 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.

.codex/skills/sunnynet-mcp/SKILL.md · 106 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 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.

Changes

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.

  1. 10d ago First seen · 106 lines · 61 tokens per session scan A 4c18c610950d

Subscribe to this mod's changes

sunnynet-mcp is a skill published in the GitHub repository hmlyn/SunnyNet-wpf (41 stars, last pushed 11d ago), with no licence file. It adds 61 tokens to every session and 1,108 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

chrome-devtools-mcp

Use Chrome DevTools MCP from .NET agents and .NET-focused repos to inspect, debug, and automate Chrome through an MCP client. USE FOR: the repo needs browser-level debugging for ASP.NET Core, Blazor, WebAssembly, or any .NET app with a web UI; the user wants an MCP server that can inspect console. DO NOT USE FOR: pure…

managedcode/dotnet-skills · 130 tokens

cratis-lens-browser-extension

Use the Cratis Lens browser extension against a running Cratis Arc application — building and side-loading it, what the Arc app must already serve for Lens to work, switching the active user and tenant, and executing a command or query from the popup. Use when setting Lens up, when Lens does not detect an Arc app, or…

Cratis/AI · 102 tokens

chrome-devtools

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

duongthinh03/portfolio · 45 tokens

chrome-devtools-cli

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

chrome-devtools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

ChromeDevTools/chrome-devtools-mcp · 55 tokens