Skip to main content
ClaudeWave

Bowmark — cheatsheets for browser agents. Install the skill, then your agent calls Bowmark before driving any site. https://bowmark.ai

PluginsOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
69/100
· OK
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
Flags
  • !No description
Last scanned: 6/11/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add bowmark-ai/skill
/plugin install skill
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Use cases

Plugins overview

# bowmark skill

The skill for [Bowmark](https://bowmark.ai) — pre-computed navigation recipes for known websites, so the agent doesn't have to discover the page structure from scratch.

```sh
npx skills add bowmark-ai/skill
```

Works on any host that supports the `SKILL.md` standard — **Claude Code, Codex** (which adopted the standard natively), Cursor, GitHub Copilot, OpenCode, and others.

The skill calls Bowmark's MCP server — wire that up at [bowmark.ai/#install](https://bowmark.ai/#install) or via [Smithery](https://smithery.ai/servers/bowmark-ai/bowmark).

**Want both in one step?** On Claude Code and Codex, install the plugin instead — it bundles this skill *and* auto-wires the MCP:

```sh
# Claude Code
claude plugin marketplace add bowmark-ai/plugin && claude plugin install bowmark@bowmark-ai
# Codex
codex plugin marketplace add bowmark-ai/plugin   # then `codex /plugins` to install
```

## OpenAI Apps (ChatGPT plugin) variant

The [ChatGPT Apps](https://platform.openai.com/plugins) submission takes a skill as a **ZIP or folder**, and its needs differ slightly from the general skill: the plugin always ships the MCP alongside the skill, and ChatGPT exposes the tools under bare names. So there's a tailored variant, **generated from this same canonical skill** — never hand-maintained:

- **Folder:** [`openai/bowmark/`](./openai/bowmark) — a content mirror of `bowmark/SKILL.md` with the no-MCP HTTP-fallback + "Higher limits" sections dropped (the MCP is always present here), tool names rewritten to bare `get_library` / `run`, and Claude-only frontmatter/tool-name references trimmed.
- **ZIP:** [`openai/bowmark-openai-skill.zip`](./openai/bowmark-openai-skill.zip) — the same folder zipped, ready to drop straight into the ChatGPT "Skills" uploader. A **committed artifact** (not built in CI: the release runner has no `zip` binary), so it rides the mirror to `bowmark-ai/skill` at a stable raw URL like any other file.

Both are **generated** by [`build-openai.mjs`](./build-openai.mjs). Edit `bowmark/SKILL.md`, then regenerate and commit — never edit the `openai/` copies directly (CI's `check:openai` fails a PR whose text mirror is stale):

```sh
pnpm -F @bowmark/skill sync:openai        # regenerate openai/bowmark/SKILL.md
pnpm -F @bowmark/skill build:openai-zip    # rebuild openai/bowmark-openai-skill.zip (commit it)
```

## License

[MIT](./LICENSE) © Bowmark AI

What people ask about skill

What is bowmark-ai/skill?

+

bowmark-ai/skill is plugins for the Claude AI ecosystem. Bowmark — cheatsheets for browser agents. Install the skill, then your agent calls Bowmark before driving any site. https://bowmark.ai It has 0 GitHub stars and was last updated today.

How do I install skill?

+

You can install skill by cloning the repository (https://github.com/bowmark-ai/skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is bowmark-ai/skill safe to use?

+

Our security agent has analyzed bowmark-ai/skill and assigned a Trust Score of 69/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains bowmark-ai/skill?

+

bowmark-ai/skill is maintained by bowmark-ai. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to skill?

+

Yes. On ClaudeWave you can browse similar plugins at /categories/plugins, sorted by popularity or recent activity.

Deploy skill to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: bowmark-ai/skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bowmark-ai-skill)](https://claudewave.com/repo/bowmark-ai-skill)
<a href="https://claudewave.com/repo/bowmark-ai-skill"><img src="https://claudewave.com/api/badge/bowmark-ai-skill" alt="Featured on ClaudeWave: bowmark-ai/skill" width="320" height="64" /></a>

More Plugins

skill alternatives