js-eyes Skill
js-eyes is a JavaScript AI agent skill for Cursor with npx, git clone. Browser Extension for AI Agent like OpenClaw
How to use js-eyes Skill
Install or run
npx js-eyes native-host install --browser allClient configuration
{
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.8.2",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"action": {
"default_title": "JS Eyes",
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png"
}
},
"background": {
"service_worker": "background/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content/content.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"permissions": [
"activeTab",
"tabs",
"cookies",
"storage",
"scripting",
"contextMenus",
"webNavigation",
"nativeMessaging"
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvXrO78Sxb/q4d4b+PWcDscCOx9oIbTadQRG2i7B+cs2rUfVkUwYGE2s2EbNuWOQVl22WnqFZUBpwjGImWYYcdo5ptQX3VRcZOosw9eLE+5bLzuruIo3JUrw5GowucaP83mPLhs8DkwFxo+a1BfemKtPA/dw2T72E0hKvMWEhN2IoucpCJKNFwvrJgpXRVY2rvgzGAIxlC97DDXF0mRdWgqFJy9NCTHCYqSntqthM/PNpIZ7L7MY8FQICYJEkYt51I2yf2378I3HWBJNseWWAZGAPvGbPdYIume3lR7EWxiQeJWunzaZlAEw71WQVDzBj1MkvQSJInfcy7F6/YprNgwIDAQAB",
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"config.js",
"content/*"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"http://localhost:18080/*",
Compatible clients
What is js-eyes Skill?
js-eyes is a JavaScript AI agent skill for Cursor with npx, git clone. Browser Extension for AI Agent like OpenClaw This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Anthropic provider support
- Google provider support
- package.json config support
Technical details
Install or run js-eyes using npx. Check imjszhang/js-eyes for the latest setup command.
- Built for JavaScript
- Built for Node.js
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with Cursor
- Uses HTTP transport
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use js-eyes Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is js-eyes?
js-eyes is a JavaScript AI agent skill for Cursor with npx, git clone. Browser Extension for AI Agent like OpenClaw
Who is js-eyes best for?
js-eyes is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install js-eyes?
Install or run js-eyes using npx. Check js-eyes for the latest setup command.
Is js-eyes actively maintained?
js-eyes may need a closer maintenance check before production use.
Auto-fetched from GitHub.