A curated collection of portable Agent Plugins with trusted MCP and CLI integrations, focused Agent Skills, safe defaults, and reproducible builds.
| Plugin | What it does | Architecture | Runtime |
|---|---|---|---|
| github | GitHub repository investigation, pull-request review, issue triage and CI workflows. | Remote MCP + Skills | User auth required |
| agent-browser | Agent-native browser navigation, inspection, interaction and web-flow testing. | CLI + Skills | Runtime verified |
| context7 | Fetch current library and framework documentation when coding agents need up-to-date API knowledge. | MCP + Skills | Runtime verified |
| firecrawl | Web search, scraping, crawling, extraction and research workflows. | MCP + Skills | Runtime verified |
| redis | Inspect and diagnose Redis data, streams, state and memory behavior. | MCP + Skills | Runtime verified |
| sentry | Investigate production errors, regressions, events and performance issues. | Remote MCP + Skills | User auth required |
| supabase | Inspect Supabase projects, schemas, authentication and Row Level Security. | MCP + Skills | Config verified |
| figma | Bring design context into agent workflows and support design-to-code tasks. | Remote MCP + Skills | User auth required |
| cloudflare | Inspect and diagnose Workers, deployments, requests, DNS and Cloudflare configuration. | Remote MCP + Skills | User auth required |
| notion | Search, understand and summarize workspace knowledge and project information. | Remote MCP + Skills | User auth required |
| docker | Safe Docker and Docker Compose inspection and troubleshooting workflows. | Skills-only | Skills-only |
| kubernetes | Read-first Kubernetes inspection, workload diagnosis and cluster troubleshooting. | MCP + Skills | Runtime verified |
| postgresql | Read-only PostgreSQL inspection, query diagnosis, performance analysis and database health workflows powered by the bundled HiAI PostgreSQL MCP. | Bundled MCP + Skills | Runtime verified |
Agent Plugins is a portable, vendor-neutral standard for packaging Agent Skills and MCP servers so they work across compatible clients. This repository publishes HiAI's plugins in that format — one structure, reproducible from declarative sources.
Pick a plugin, copy its directory into your Agent Plugins client's plugin folder, and follow the plugin's README for authentication/configuration. For example:
# PostgreSQL (read-only database inspection)
# 1. copy plugins/postgresql into your client's plugin folder
# 2. set DATABASE_URL for the MCP subprocess
export DATABASE_URL=postgresql://user:pass@localhost:5432/dbMost MCP-based plugins need no install step — the client launches the server from mcp.json.
- Developer Workflow: GitHub, Agent Browser, Docker, Kubernetes, PostgreSQL
- Web & Research: Context7, Firecrawl
- Data & Backend: Redis, Supabase, PostgreSQL
- Observability: Sentry
- Design: Figma
- Infrastructure: Cloudflare
- Productivity: Notion
| Tool | Purpose | Repository |
|---|---|---|
| Agent Plugins Builder | Create, migrate and package Agent Plugins. | HiAi-gg/agent-plugins-builder |
| Agent Plugins Doctor | Validate, diagnose and safely fix Agent Plugins. | HiAi-gg/agent-plugins-doctor |
Builder and Doctor are independent projects. They are linked here as tooling, not copied into this repository.
- Trust A: first-party/vendor-owned MCP or CLI (most plugins).
- Trust B: established community upstream that passed explicit review — currently Kubernetes (
containers/kubernetes-mcp-server). - HiAI Native: runtime owned and maintained directly by HiAI — currently PostgreSQL (bundled MCP).
See docs/TRUST_POLICY.md. All plugins default to read/inspect-first behavior; credentials are never committed.
See docs/COMPATIBILITY.md for per-plugin runtime evidence.
PostgreSQL 14–18 tested; PostgreSQL 19 beta compatibility tested. See docs/POSTGRESQL_SUPPORT.md.
All 13 plugins are generated from declarative plugin.yml sources through Agent Plugins Builder 0.0.8 and must remain reproducible from them. See docs/DEVELOPMENT.md for the regenerate → validate → compare workflow.
See CONTRIBUTING.md. New plugins are not added without explicit approval.
MIT. Individual plugins and bundled dependencies retain their own upstream licenses.