bowmark
v4.6.3The web as callable functions — search flights across several aggregators, price a part across retailers, and other tasks that only exist behind a live site. The agent reads a typed function library, writes a short script, and Bowmark runs it on the real sites. Bundles the bowmark skill and auto-wires the hosted MCP server.
By Bowmark AILicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 29, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bowmark@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/bowmark-ai/pluginClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── .mcp.json
MCP servers1
- url
- https://api.bowmark.ai/mcp/claude-code-plugin
Plugin manifests3
{
"name": "bowmark",
"version": "4.6.3",
"description": "The web as callable functions — search flights across several aggregators, price a part across retailers, and other tasks that only exist behind a live site. The agent reads a typed function library, writes a short script, and Bowmark runs it on the real sites. Bundles the bowmark skill and auto-wires the hosted MCP server.",
"author": {
"name": "Bowmark AI",
"url": "https://bowmark.ai"
},
"homepage": "https://bowmark.ai",
"repository": "https://github.com/bowmark-ai/plugin",
"license": "MIT",
"keywords": [
"mcp",
"web-agent",
"browser",
"automation",
"playwright"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Bowmark",
"shortDescription": "The web as callable functions — write a script, Bowmark runs it on the real sites.",
"longDescription": "Bowmark turns the interaction-gated web into a typed function library. The agent calls get_library to see what's callable, writes a short JavaScript script against it, and sends it to run — Bowmark executes it on the live sites in a sandbox and returns the result. One call fans out across several sites, dedupes and ranks; individual sites are callable directly when you want a specific one. Auto-wires the hosted MCP server at api.bowmark.ai/mcp. No API key required.",
"developerName": "Bowmark AI",
"category": "Productivity",
"websiteURL": "https://bowmark.ai"
}
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "bowmark",
"version": "4.6.3",
"description": "The web as callable functions — search flights across several aggregators, price a part across retailers, and other tasks that only exist behind a live site. The agent reads a typed function library, writes a short script, and Bowmark runs it on the real sites. Bundles the bowmark skill and auto-wires the hosted MCP server.",
"author": {
"name": "Bowmark AI",
"url": "https://bowmark.ai"
},
"homepage": "https://bowmark.ai",
"repository": "https://github.com/bowmark-ai/plugin",
"license": "MIT",
"keywords": [
"mcp",
"web-agent",
"browser",
"automation",
"playwright"
],
"skills": [
"./skills/bowmark"
],
"mcpServers": {
"bowmark": {
"type": "http",
"url": "https://api.bowmark.ai/mcp/claude-code-plugin"
}
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "bowmark",
"version": "4.6.3",
"description": "The web as callable functions — search flights across several aggregators, price a part across retailers, and other tasks that only exist behind a live site. The agent reads a typed function library, writes a short script, and Bowmark runs it on the real sites. Bundles the bowmark skill and auto-wires the hosted MCP server.",
"author": {
"name": "Bowmark AI",
"url": "https://bowmark.ai"
},
"homepage": "https://bowmark.ai",
"repository": "https://github.com/bowmark-ai/plugin",
"license": "MIT",
"keywords": [
"mcp",
"web-agent",
"browser",
"automation",
"playwright"
]
}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.
[bowmark on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bowmark)