mysearch

A search workflow that combines several web-search and page-reading services, including Tavily, Firecrawl, Exa, and X search. MCP and skills are ways to connect these services to an AI coding agent.

In plain words
What is it for?
It helps install, check, repair, and use MySearch, search the web or X, find documents, and read content from web pages.
Why use it?
It provides one workflow for current web searches, social searches, document searches, and extracting content from URLs.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/skernelx/mysearch-proxy/skill
Any agent
npx skills add skernelx/MySearch-Proxy --skill skill
Clone the repo
git clone --depth 1 https://github.com/skernelx/MySearch-Proxy

Made for: Claude Code, Codex.

Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00105 $0.05099
Opus 5 $0.00053 $0.02550
Sonnet 5 $0.00021 $0.01020
Haiku 4.5 $0.00011 $0.00510

Measured 2d ago against content hash f6fe7d422c75, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

mysearch scanned grade B with 1 finding 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 2d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/check_mysearch.py, scripts/install_codex_skill.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

- `Codex`:`~/.codex/config.toml` 的 `mcp_servers.mysearch.env`
skill/SKILL.md · 536 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

5 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. 2d ago First seen · 536 lines · 105 tokens per session scan B f6fe7d422c75

Subscribe to this mod's changes

mysearch is a skill published in the GitHub repository skernelx/MySearch-Proxy (157 stars, last pushed 5mo ago), with no licence file. It adds 105 tokens to every session and 5,099 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

gigaplexity-file-intelligence

File intelligence skill for understanding documents, images, and audio through Gigaplexity ask attachments. MUST use when user asks to analyze/compare/summarize local files (PDF, DOC, image, audio, code/text) with evidence-aware outputs.

alexsvdk/gigaplexity-mcp · 60 tokens

gigaplexity-research-verification

High-rigor research and fact-verification skill using Gigaplexity tools. MUST use when the task requires external facts, comparisons, due diligence, trend analysis, or any answer where confidence and citations matter.

alexsvdk/gigaplexity-mcp · 51 tokens

agent-reach

MUST USE when user wants to 调研/research/搜索/search/查/找/look up anything on the internet — e.g. 全网调研 X / 帮我调研一下 X / 查一下 X / 搜搜 X / 看看大家怎么评价 X / X 上有什么讨论 / research this topic。 Also MUST USE when user mentions any platform or shares any URL/链接: 小红书/xiaohongshu/xhs, Twitter/推特/X, B站/bilibili, Reddit, Facebook, Instagram…

Panniantong/Agent-Reach · 349 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

client-scripts

Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.

serac-labs/serac · 45 tokens

repair-orchestrator

5-level repair escalation when quality gates fail. Surgical → Section-rewrite → Stage-rewrite → Full-regen → From-scratch. Hard cap 4 rounds total. Use when quality.json reports overallpassed=false OR reviewer rejects. Last line of defense before declaring an article unsalvageable.

XuanRanL/loamwright-SEO-Skill · 66 tokens