js-google-ops-skill

js-google-ops-skill is a skill for Claude Code, Codex from imjszhang/js-eyes. It costs 44 tokens per session (1,052 once invoked), scanned A, original, MIT.

A read-only browser skill for searching Google and Google Scholar, including web pages, news, images, and academic papers.

In plain words
What is it for?
Use it to search the web, news, images, or scholarly literature and navigate Google search pages in a connected Chrome browser.
Why use it?
It provides a controlled way to gather search results without opening result links, logging in, accepting prompts, or handling verification challenges.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to search the web, news, images, or scholarly literature and navigate Google search pages in a connected Chrome browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imjszhang/js-eyes/js-google-ops-skill
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.

Any agent
npx skills add imjszhang/js-eyes --skill js-google-ops-skill
Clone the repo
git clone --depth 1 https://github.com/imjszhang/js-eyes

Made for: Claude Code, 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 js-google-ops-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/imjszhang/js-eyes/js-google-ops-skill/github.svg)](https://agentmods.dev/skills/imjszhang/js-eyes/js-google-ops-skill)
Your own site
<a href="https://agentmods.dev/skills/imjszhang/js-eyes/js-google-ops-skill"><img src="https://agentmods.dev/badge/skills/imjszhang/js-eyes/js-google-ops-skill/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 js-google-ops-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/imjszhang/js-eyes/js-google-ops-skill"><img src="https://agentmods.dev/badge/skills/imjszhang/js-eyes/js-google-ops-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,052 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00044 $0.01052
Opus 5 $0.00022 $0.00526
Sonnet 5 $0.00009 $0.00210
Haiku 4.5 $0.00004 $0.00105

Measured today against content hash 1d82e613d4c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

js-google-ops-skill 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 today.

The scan reads SKILL.md. This mod also ships 28 executable files (bridges/common.js, bridges/scholar-bridge.js, bridges/search-bridge.js, …), 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.

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.

skills/js-google-ops-skill/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

js-google-ops-skill

面向 Google SearchGoogle Scholar只读 + 仅改自身浏览器 URL skill。架构对齐 js-hn-ops-skill / js-reddit-ops-skill

  • 数据获取:READ 只解析当前浏览器页面 DOM,不接 Custom Search API,不访问结果外链
  • 标签页:READ 搜索默认开临时标签页,结束后关闭;不会切走或关闭用户已有 Google 标签页
  • 安全分级:READ + INTERACTIVE;永不 DESTRUCTIVE,不登录自动化,不点同意按钮,不处理验证码

依赖与前置

  • Node.js 22+、JS Eyes 2.8.5+;JS Eyes Server 已启动且浏览器扩展已连接
  • 宿主设置 security.allowRawEval: true 以允许 bridge 注入
  • Chrome 要求 135+;Chrome 138+ 还需开启 Allow User Scripts
  • 公开搜索无需登录;本 skill 只读取已有登录态,不执行登录

AI 工具

档位 工具 说明
READ google_search 网页搜索(udm=14
READ google_search_news 新闻;可选 timeRange=h|d|w|m|y
READ google_search_images 图片;只返回可见缩略图与来源页
READ google_search_scholar Scholar;可选 yearFrom / yearTo / sortBy
READ google_session_state 是否已登录(不返回邮箱 / cookie)
INTERACTIVE google_navigate_search location.assignvertical=web|news|images|scholar

公共参数:querylimit(默认 10,最大 50)、maxPages(默认 1,最大 5)、languageregionsafeSearch

统一返回:platform / toolName / vertical / query / items / pageInfo / blocker / run / ok

命中同意页或 /sorry/ / reCAPTCHA 时立即停止。已有部分结果则 ok: true 并带 blocker;否则失败。不要重试或绕过。

CLI

cd /path/to/js-eyes/skills/js-google-ops-skill
npm install

node index.js doctor
node index.js search "nodejs" --limit 5 --pretty
node index.js news "openai" --time-range d
node index.js images "cat" --limit 8
node index.js scholar "attention is all you need" --year-from 2017
node index.js navigate-search "nodejs" --vertical web

内部踩点:node index.js dom-dump(截断 outline,不含整页 HTML)。

启用

js-eyes skills link /path/to/js-eyes/skills/js-google-ops-skill
js-eyes skills reload

Page profiles

profile host bridge
search www.google.com/search __jse_google_search__
scholar scholar.google.com/scholar __jse_google_scholar__

Read the full file on GitHub · 93 lines

Files

What ships with it

39 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. today Changed · +4 lines 1d82e613d4c7
  2. 5d ago First seen · 89 lines · 44 tokens per session scan A 21bda9522973

Subscribe to this mod's changes

js-google-ops-skill is a skill published in the GitHub repository imjszhang/js-eyes (43 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 1,052 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-09-04.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

interactive-login

How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.

yc-software/qm · 46 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

azure-messaging-webpubsub-java

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

microsoft/skills · 43 tokens

google-safe-browsing

Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…

davidondrej/skills · 105 tokens