
My Cool Proxy Extras
- Updated May 30, 2026
- karashiiro/karashiiro-marketplace
my-cool-proxy-extras is an agent skill that adds extra agents and utilities for the my-cool-proxy MCP gateway.
About
my-cool-proxy-extras is an agent skill for developers who already run the my-cool-proxy MCP gateway and want more agents and helper utilities without forking the core proxy. It packages marketplace metadata and plugin source pointers so Claude Code-style environments can load research-flavored extensions that ride the same proxy boundary—useful when you are standardizing how tools and sub-agents are exposed to coding agents. Invoke it during agent stack assembly when you need supplementary handlers rather than a new MCP server from scratch. The skill assumes familiarity with MCP gateway configuration and proxy deployment; it does not replace gateway security policy, auth, or rate limiting on the proxy itself.
- Companion plugin for the my-cool-proxy MCP gateway
- Adds extra agents and utilities on top of centralized MCP proxy routing
- Marketplace-listed (MIT) research-oriented MCP/proxy keyword facet
- Keeps extended capabilities aligned with a single proxy gateway pattern
My Cool Proxy Extras by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add karashiiro/karashiiro-marketplace/plugin install my-cool-proxy-extras@karashiiro-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 30, 2026 |
|---|---|
| Repository | karashiiro/karashiiro-marketplace ↗ |
What it does
Extend the my-cool-proxy MCP gateway with extra agents and utilities so research and tool-routing workflows stay behind one proxy entrypoint.
Who is it for?
Best when you're standardizing MCP access through my-cool-proxy and want research-oriented agent extensions in one marketplace package.
Skip if: Teams without my-cool-proxy, greenfield MCP server authoring, or production proxy hardening without reviewing gateway auth and tool policies separately.
When should I use this skill?
Extra agents and utilities are needed for use with the my-cool-proxy MCP gateway.
What you get
You install a documented extras plugin that layers additional agents and utilities onto the existing my-cool-proxy gateway workflow.
- Extras plugin wiring for the proxy gateway
- Additional agent definitions routed via proxy
- Utility handlers compatible with proxy workflow
Files
Extra agents and utilities for use with the my-cool-proxy MCP gateway
my-cool-proxy-extras
Source: ./plugins/my-cool-proxy-extras
{ "name": "my-cool-proxy-extras", "author": { "name": "karashiiro" }, "source": "./plugins/my-cool-proxy-extras", "license": "MIT", "version": "1.0.1", "category": "research", "keywords": [ "research", "mcp", "proxy" ], "description": "Extra agents and utilities for use with the my-cool-proxy MCP gateway" }
Related skills
How it compares
Use as a proxy-side extras pack, not as a standalone MCP server or generic research scraper skill.
FAQ
Who is my-cool-proxy-extras for?
Developers using the my-cool-proxy MCP gateway who want additional agents and utilities distributed as a companion marketplace plugin.
When should I use my-cool-proxy-extras?
During Build agent-tooling when you extend an existing MCP proxy with more agents rather than deploying unrelated standalone MCP servers.
Is my-cool-proxy-extras safe to install?
Review the Security Audits panel on this Prism page and validate proxy tool exposure—extras widen the agent surface behind your gateway.