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/shailesh17/mcp-httpserver-proxy/create-prnpx skills add shailesh17/mcp-httpserver-proxy --skill create-prgit clone --depth 1 https://github.com/shailesh17/mcp-httpserver-proxyWhat 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.00043 | $0.01241 |
| Opus 5 | $0.00022 | $0.00620 |
| Sonnet 5 | $0.00009 | $0.00248 |
| Haiku 4.5 | $0.00004 | $0.00124 |
Grade A, and why
create-pr 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 yesterday.
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 — 149 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Create PR Skill
Use this skill when you need to prepare, verify, push, and create a Pull Request on GitHub following this repository's AI-native development standards.
📋 Standard PR Title Format (Conventional Commits)
All Pull Request titles and commit messages must follow the standard Conventional Commit pattern:
<type>(<optional-scope>): <description>
Type Reference
| Type | Description | Example |
|---|---|---|
feat |
New feature or capability | feat(cli): add interactive options and help flag ✨ |
fix |
Bug fix or error resolution | fix(transport): prevent message drop during init 🐛 |
docs |
Documentation changes | docs(readme): add Cursor and VS Code setup guides 📝 |
style |
Formatting or styling adjustments | style: standardize TypeScript import order 🎨 |
refactor |
Code restructuring without logic change | refactor(proxy): extract signal cleanup handlers ♻️ |
perf |
Performance improvement | perf(sse): optimize message serialization 🚀 |
test |
Adding or updating tests | test: add mock SSE server end-to-end suite 🧪 |
build |
Build system or dependency updates | build: update TypeScript target to ES2022 📦 |
ci |
CI/CD workflow updates | ci: add Node 24 matrix test and semantic PR check 👷 |
chore |
Tooling, configs, or maintenance | chore(trunk): track .trunk configs in Git 🔧 |
revert |
Reverting a previous commit | revert: undo experimental stream buffer ⏪ |
🛠️ Step-by-Step Execution Workflow
Step 1: Pre-flight Verification & Stream Hygiene
Run all verification tools to ensure zero build errors, format violations, or lint issues:
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.
- yesterday First seen · 149 lines · 43 tokens per session scan A 242064ecdd0a
create-pr is a skill published in the GitHub repository shailesh17/mcp-httpserver-proxy (2 stars, last pushed 9d ago), licensed MIT. It adds 43 tokens to every session and 1,241 once invoked, about $0.0002 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-31.
Other skills, from other repositories
apple-music
Apple Music integration — AppleScript (local Music.app) and the Apple Music API / web player (cross-platform library, playlists, playback, and queue).
outlook
Use Microsoft Outlook end-to-end — read, search, triage, and send mail; manage calendar events and meeting invites; work with contacts, tasks, color categories, and mail rules; check Out-of-Office. Trigger this skill whenever the user asks to do anything with their inbox, email, calendar, meetings, contacts, or to-do…
vibebrowser
Control the user's real local browser through the Vibe Browser CLI bridge. Use for ANY task against the user's own Vibe-connected browser — their tabs, cookies, logged-in sessions, extensions, opening pages, snapshots, clicks. ALWAYS load this skill before responding to a browser request, so you can recover the user's…
agent-memory
Use the agent-memory MCP server to retrieve, verify, and store durable project knowledge and global user knowledge before and after non-trivial work.
dev-conventions
Development conventions: think before coding, simplicity first, reuse and duplication discipline, surgical scope, localization, UI consistency, validation, data alignment, and verifiable success criteria. Activate when writing, reviewing, or refactoring code in any project, or when the user asks to "improve…
setup
Set up Vibe Browser so Claude Code can drive the user's real Chrome. Use when the vibe MCP tools are missing, return "No connection to Vibe extension", time out, or when the user asks how to install/connect/configure Vibe, the Vibe Chrome extension, or remote browser control.