HOOLIXAgentic AI index

Explore

Search the Hoolix agentic AI catalog

Filter real tools, docs, MCP servers, skills, plugins, models, CLIs, and frameworks by provider or setup path.

24

Catalog resources

8

Primary source families

Seed

Current content mode

Skill
OpenAI

Codex Agent Skills

Reusable workflows for Codex CLI, IDE, and app.

Codex skills are SKILL.md directories with instructions, optional scripts, references, assets, and agent metadata. They can be distributed through plugins.

$skill-creator
Verified 2026-06-12Open
Framework
OpenAI

OpenAI Agents SDK

Code-first agent orchestration in TypeScript and Python.

The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.

npm install @openai/agents zod
Verified 2026-06-12Open
MCP
OpenAI

OpenAI MCP and Connectors

Use remote MCP tools through the Responses API.

OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.

Verified 2026-06-12Open
Skill
Anthropic Claude

Claude Code Skills

SKILL.md workflows for Claude Code and Claude API.

Claude Code skills live in personal, project, plugin, or enterprise locations and can include scripts, templates, examples, and references.

mkdir -p ~/.claude/skills/summarize-changes
Verified 2026-06-12Open
Plugin
Anthropic Claude

Claude Code Plugins

Bundle skills, agents, hooks, MCP servers, and monitors.

Claude Code plugins are self-contained directories that extend Claude Code with skills, agents, hooks, MCP servers, LSP servers, and monitors.

Verified 2026-06-12Open
MCP
Anthropic Claude

Anthropic MCP Connector

Connect Claude Messages API to remote MCP servers.

Anthropic MCP connector lets Claude API requests connect directly to remote MCP servers using a beta header and remote HTTP/SSE tools.

Verified 2026-06-12Open
CLI
xAI Grok

Grok Build CLI

Terminal coding agent from xAI.

Grok Build is an early beta coding agent and CLI with interactive TUI sessions, plan/review/approve flow, headless mode, ACP, AGENTS.md, plugins, hooks, skills, MCP servers, and subagents.

curl -fsSL https://x.ai/cli/install.sh | bash
Verified 2026-06-12Open
Model
xAI Grok

grok-build-0.1 API

xAI coding model for agentic harnesses.

grok-build-0.1 is xAI's coding model for agentic coding tasks including web development, debugging, and MCP support.

Verified 2026-06-12Open
MCP
Cursor

Cursor MCP

Connect Cursor agents to tools and data sources.

Cursor supports Model Context Protocol for connecting external tools and data to its agent workflows.

Verified 2026-06-12Open
Doc
Cursor

Cursor Rules

Persistent agent instructions for projects, teams, users, and AGENTS.md.

Cursor Rules let teams configure persistent instructions at project, team, and user scope, including support for AGENTS.md-style repository guidance.

Verified 2026-06-12Open
Skill
Google Gemini

Gemini Docs MCP and API Skills

Keep Gemini coding assistants current with MCP plus portable skills.

Google hosts a public Gemini Docs MCP server and publishes Gemini API development skills installable through skills.sh or Context7.

npx add-mcp "https://gemini-api-docs-mcp.dev"
Verified 2026-06-12Open
CLI
Google Gemini

Gemini CLI

Open-source terminal agent powered by Gemini.

Gemini CLI is an open-source AI agent that uses a ReAct loop, built-in tools, and local or remote MCP servers for complex coding tasks.

Verified 2026-06-12Open
Framework
Google Gemini

Google Agent Development Kit

Production-grade framework for agents across languages.

Google ADK is an open-source framework for building, debugging, evaluating, and deploying agents with tools, sessions, memory, graph workflows, and multi-agent patterns.

pip install google-adk
Verified 2026-06-12Open
Tool
GitHub Copilot

GitHub Copilot Cloud Agent

Assign GitHub issues to a cloud coding agent.

Copilot cloud agent can work on tasks in GitHub, use repository context, and connect to MCP servers configured for the repository.

Verified 2026-06-12Open
MCP
GitHub Copilot

GitHub MCP Server

Official MCP server for GitHub APIs.

The official GitHub MCP server exposes GitHub data and actions to MCP-compatible agents with remote and local configurations.

Verified 2026-06-12Open
Tool
Ollama

Ollama Tool Calling

Local function calling for agent loops.

Ollama supports tool calling through /api/chat and its Python and JavaScript libraries, including multi-turn agent-loop patterns.

npm i ollama
Verified 2026-06-12Open
Tool
Ollama

Ollama Structured Outputs

JSON mode and schema-constrained local responses.

Ollama structured outputs enforce JSON or a JSON schema through the format field, with Pydantic and Zod validation patterns.

Verified 2026-06-12Open
Tool
Ollama

Ollama OpenAI Compatibility

Point OpenAI-compatible clients at local Ollama.

Ollama provides compatibility with parts of the OpenAI API, including /v1/chat/completions and /v1/responses.

pip install openai
Verified 2026-06-12Open
Framework
Vercel

Vercel AI SDK MCP Tools

Use MCP servers from TypeScript AI apps.

The Vercel AI SDK supports connecting to MCP servers so applications can use tools, resources, and prompts exposed through the protocol.

npm install ai
Verified 2026-06-12Open
MCP
Vercel

Vercel MCP

Official remote MCP server for Vercel projects.

Vercel MCP is a remote OAuth MCP server at https://mcp.vercel.com for docs search, project and deployment management, and log inspection.

npx add-mcp https://mcp.vercel.com
Verified 2026-06-12Open
MCP
Supabase

Supabase MCP Server

Official OAuth MCP server for Supabase projects.

Supabase MCP runs at https://mcp.supabase.com/mcp and provides database, debugging, development, edge-function, account-management, docs, branching, and optional storage tools.

claude mcp add --scope project --transport http supabase "https://mcp.supabase.com/mcp"
Verified 2026-06-12Open
Doc
Model Context Protocol

Model Context Protocol

The open standard for connecting agents to tools and data.

MCP is an open-source standard for connecting AI applications to external systems such as files, databases, services, tools, and workflows.

Verified 2026-06-12Open
Tool
Model Context Protocol

MCP Registry

Official metadata registry for public MCP servers.

The MCP Registry is a preview centralized metadata repository for publicly accessible MCP servers, with namespace management and standardized installation metadata.

Verified 2026-06-12Open
MCP
Model Context Protocol

Playwright MCP

Browser automation MCP with accessibility snapshots.

Microsoft Playwright MCP lets agents navigate and operate web pages using structured accessibility snapshots across major MCP clients.

npx @playwright/mcp@latest
Verified 2026-06-12Open

Next

Turn catalog finds into workflows

Open guides