imjszhangimjszhangCommunityยท2 Agent Skills Included

js-eyes

Browser automation and site-specific content extraction for agents

Connects AI agents to real browsers through an extension, local server, CLI, and MCP facade for tab control, content extraction, and script execution. Includes ready-made skills for Reddit, X, Zhihu, Xiaohongshu, Google, YouTube, Bilibili, GitHub, Hacker News, WeChat, and Jike. Eliminates manual scraping scripts and copy-paste by returning structured JSON from live pages. Enforces safe read-only defaults with token authentication and risk-graded permissions.
npx skills add imjszhang/js-eyes --all -g -y
Available:

Gives coding agents the repository map, architecture boundaries, security invariants, and validation rules for safely modifying the runtime, extensions, and site skills.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install JS Eyes?โ–ผ

Run `npx skills add imjszhang/js-eyes --all -g -y` in your terminal to install the full skill bundle globally. You also need the browser extension and Node.js 22 or newer.

What can JS Eyes do in my browser?โ–ผ

It lets your agent manage tabs, read page content, execute scripts, take screenshots, and handle cookies through a local server connected to a Chrome or Firefox extension.

Which websites have ready-made skills?โ–ผ

Bundled skills cover Reddit, X (Twitter), Zhihu, Xiaohongshu, Google Search and Scholar, YouTube, Bilibili, GitHub, Hacker News, WeChat articles, and Jike, mostly as safe read-only extractors.

Does JS Eyes work with Claude Code and other MCP clients?โ–ผ

Yes. It ships a native stdio MCP server with a safe-by-default tool profile, so Claude Code, Cursor, Codex, and other MCP clients can use it directly.

Is JS Eyes safe to run on my accounts?โ–ผ

Yes. It uses token authentication, loopback binding, and risk-graded permissions, and sensitive tools like script execution stay hidden unless you explicitly enable a broader profile.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’