Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add lancewillett/ai-pluginsnpx agentmods add plugins/lancewillett/ai-plugins/marketplacegit clone --depth 1 https://github.com/lancewillett/ai-pluginsGrade A, and why
ai-plugins scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
{
"name": "ai-plugins",
"owner": {
"name": "Lance Willett",
"url": "https://github.com/lancewillett/ai-plugins"
},
"metadata": {
"description": "Public, general-purpose skills and plugins for Claude Code and Codex",
"version": "1.0.0"
},
"plugins": [
{
"name": "kb-to-spec",
"description": "Promote a private Markdown note into a shareable spec committed to a GitHub repo. Works with Claude Code and Codex. De-privatizes content, writes a standalone spec with an Authors header, links back from the private note, and keeps the two files independent.",
"source": "./plugins/kb-to-spec",
"version": "1.0.0",
"author": {
"name": "Lance Willett"
},
"license": "MIT",
"skills": ["./skills/kb-to-spec"]
},
{
"name": "js-perf-audit",
"description": "Audit any JS-heavy codebase for performance issues. Checks bundle weight, code splitting, selector memoization, rendering architecture, and performance infrastructure. Produces a findings report with severity ratings and recommendations.",
"source": "./plugins/js-perf-audit",
"version": "1.0.0",
"author": {
"name": "Lance Willett"
},
"license": "MIT",
"skills": ["./skills/js-perf-audit"]
},
{
"name": "visual-screenshots",
"description": "Capture before/after screenshots for PRs with visual UI changes using Playwright. Reads the repo's dev-server setup, captures matched before/after shots at multiple viewports, and can upload them straight into the PR comment as inline images. Works on github.com and GitHub Enterprise.",
"source": "./plugins/visual-screenshots",
"version": "1.0.0",
"author": {
"name": "Lance Willett"
},
"license": "MIT",
"skills": ["./skills/visual-screenshots"]
},
{
"name": "claude-cleanup",
"description": "Audit and clean up Claude Code configuration. Checks skills, hooks, plugins, configWhat this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 104 lines scan A 71cf4e964a38
ai-plugins is a plugin published in the GitHub repository lancewillett/ai-plugins (2 stars, last pushed 16d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
cli
Run HeadlessX website, search, YouTube, and jobs workflows from the terminal.
hhru
Plugin marketplace listing 1 plugin: hhru-cc-plugin.
dhm
Plugin marketplace listing 1 plugin: dear-hiring-manager.
kernel-sdks
TypeScript and Python SDK skills for building browser automation with Kernel's Typescript and Python SDKs.
webmcpify
Plugin marketplace listing 1 plugin: webmcpify.
realbrowser
Target-first local Chrome/Chromium browser control with signed-in profiles, labeled tabs, and guarded actions.