1Password integration for secure AI workflows. Manage Developer Environments via the official local MCP server (secrets never exposed to the agent), use the op CLI for vault items and op run, and scaffold Go/JavaScript/Python SDK integrations.
Create or link a 1Password Environment for the current project and mount a local .env file
Secure an MCP server config or env template by wrapping it with op run and a 1Password Environment
Sign in to 1Password CLI and verify MCP authentication for Grok Build
Walk through enabling the 1Password MCP server and verifying CLI setup for Grok Build
Check 1Password MCP, CLI, and desktop app readiness for Grok Build
Use the 1Password CLI (op) for vault items, secret references, op run, op inject, Environments, service accounts, and shell plugins. Use when the user needs to read/manage vault items, load secrets into scripts, wrap MCP configs with op run, authenticate third-party CLIs with biometrics, or when the 1Password MCP cannot do the job. Triggers on "op run", "op read", "secret reference", "op://", "1Password CLI", "load secrets from 1Password", "inject secrets", "shell plugin", or vault/item operations. Do NOT paste secrets into code — use secret references.
Manage 1Password Developer Environments via the bundled local MCP server. Use proactively whenever the user needs project secrets, .env files, API keys, environment variables, or secure credential management — without exposing secret values to the agent. Triggers on "1Password Environment", "create .env from 1Password", "mount secrets", "list environment variables", "add API key to 1Password", "secure my env", or any secrets/env work where 1Password is available. Prefer this MCP over asking the user to paste secrets. Do NOT use for unrelated vault password lookups (use 1password-cli instead).
Build application integrations with 1Password SDKs (Go, JavaScript, Python). Use when the user wants to programmatically manage items, vaults, secrets, or Environments in application code — not shell one-offs. Triggers on "1Password SDK", "onepassword-sdk", "integrate 1Password in my app", "read secrets in code", "build with 1Password API", or scaffolding SDK-based secret management. Choose SDK over CLI for typed, in-process integrations.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-platform plugin monorepo for Claude Code, Grok Build, oh-my-pi / awfixer-agent, OpenAI Codex, and OpenCode.
Each subdirectory is a standalone plugin. Shared content (commands/, skills/, hooks/, .mcp.json) is the same across platforms; per-platform manifests live in dot-directories at the repo and plugin roots.
| Directory | Name | Description |
|---|---|---|
1password/ | 1password | 1Password MCP, CLI, and SDK — secure Environments and secrets |
browser-bridge/ | browser-bridge | Control your real Chrome browser via MCP (extension + local bridge) |
helium-browser/ | helium-browser | Control your local Helium browser via DevTools MCP |
railway/ | railway | Railway CLI, Terraform IaC, Postgres, deployments, Vercel wiring |
hookify/ | hookify | User-configurable hooks from conversation patterns or rules |
plugin-dev/ | plugin-dev | Plugin development toolkit (agents, commands, hooks, MCP, skills) |
security-guidance/ | security-guidance | Security review hooks for generated code and commits |
Catalog source of truth: scripts/catalog.json. Regenerate all platform catalogs with:
node scripts/sync-platform-manifests.mjs
| Platform | Catalog path |
|---|---|
| Claude Code | .claude-plugin/marketplace.json |
| Grok Build | .grok-plugin/marketplace.json |
| oh-my-pi / awfixer-agent | .omp-plugin/marketplace.json |
| OpenAI Codex | .codex-plugin/marketplace.json |
| OpenCode | .opencode-plugin/marketplace.json |
Marketplace name: awfixersites
Next.js + shadcn/ui site at site/ — plugin catalog, platform install guides, and repo structure.
bash scripts/serve-site.sh
# or: cd site && bun install && bun run dev
/plugin marketplace add awfixers-stuff/plugins
/plugin install 1password@awfixersites
From GitHub (after cloning or once this repo is pushed):
grok plugin marketplace add awfixers-stuff/plugins
Then in Grok: /marketplace → select awfixersites → install a plugin, or:
/plugin install browser-bridge@awfixersites
/browser-bridge-setup
Local checkout (development):
/plugin marketplace add /path/to/plugins
/plugin install browser-bridge@awfixersites
CLI alternative (install one plugin subdirectory directly):
grok plugin install awfixers-stuff/plugins#browser-bridge --trust
/marketplace add awfixers-stuff/plugins
/marketplace install 1password@awfixersites
Or via CLI:
omp plugin marketplace add awfixers-stuff/plugins
omp plugin install 1password@awfixersites
Install from the Codex plugin marketplace (when published) or point Codex at a plugin subdirectory. Each plugin ships .codex-plugin/plugin.json.
Add a plugin via opencode.json:
{
"plugin": ["1password@git+https://github.com/awfixers-stuff/plugins.git#1password"]
}
Each plugin includes package.json and .opencode/plugins/plugin.js for skills/MCP discovery.
plugin-name/
├── .claude-plugin/plugin.json # Claude + oh-my-pi manifest
├── .grok-plugin/plugin.json # Grok manifest
├── .codex-plugin/plugin.json # Codex manifest
├── .opencode-plugin/plugin.json # OpenCode metadata
├── package.json # OpenCode npm package entry
├── .opencode/plugins/plugin.js # OpenCode loader
├── .mcp.json # MCP servers (optional)
├── commands/ # Slash commands
├── skills/ # Auto-triggering skills
├── agents/ # Subagents (optional)
├── hooks/ # Event hooks (optional)
├── scripts/ # Helper scripts
└── README.md
Portable paths use ${CLAUDE_PLUGIN_ROOT} (also set as GROK_PLUGIN_ROOT on Grok Build).
Control and debug your local Helium browser via DevTools MCP. Navigate pages, click, fill forms, take screenshots, inspect network and console, and profile performance in the user's real browser session.
Control your real Chrome browser from any AI agent via MCP. Chrome extension + local bridge for tabs, navigation, DOM interaction, screenshots, CDP, cookies, clipboard, and console logs — with your actual sessions, cookies, and extensions.
Railway infrastructure for awfixersites — CLI, Terraform IaC, Postgres provisioning, environment variables, deployments, logs, and Vercel cross-wiring.
Security review for agent-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, SSRF, hardcoded secrets, and 25+ other vulnerability classes.
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns or writing explicit rules.
npx claudepluginhub awfixers-stuff/plugins --plugin 1passwordComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC plugin for engineering teams - 67 agents, 277 skills, 93 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.