jev-browse
v0.1.0Jev drives a real browser: one goal, an indexed action space, one TypeSafe systemOne decision per step. Exposes the jev_browse MCP tool.
By 0x7067License: MIT3 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install jev-browse for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jev-browse@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/0x7067/jev-browseClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/jev-browse/SKILL.md└── .mcp.json
Included Skills1
Drive a real browser autonomously toward one bounded web goal (search, filter, navigate, fill a form). Use when a task is a self-contained web objective with a clear done condition; keep step-by-step browser tools for exploratory or interactive work.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/bundled/mcp.mjs
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests2
{
"name": "jev-browse",
"version": "0.1.0",
"description": "Jev drives a real browser: one goal, an indexed action space, one TypeSafe systemOne decision per step. Exposes the jev_browse MCP tool."
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "jev-browse",
"version": "0.11.0",
"description": "TypeSafe Jev drives a real browser: one goal, an indexed action space, one systemOne decision per step. Exposes the jev_browse MCP tool.",
"license": "MIT",
"author": {
"name": "0x7067"
},
"homepage": "https://github.com/0x7067/jev-browse",
"repository": "https://github.com/0x7067/jev-browse",
"keywords": [
"browser",
"automation",
"typesafe",
"jev",
"agent"
],
"extensions": {
"works.earendil.pi": {
"extension": "integrations/pi/index.ts"
},
"ai.opencode": {
"plugin": "integrations/opencode/jev-browse.ts"
},
"com.openai": {
"interface": {
"displayName": "Jev Drive",
"shortDescription": "TypeSafe Jev drives a real browser toward one goal",
"category": "Developer Tools"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[jev-browse on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jev-browse)