← Back to home

Agent Store

Agent packs, engines, skills, MCP servers for your AI agents.

Install: Cmd+Shift+P then Agent Hippo: Install Packs, Skills, MCP Tools, Engines in UI. Or agenthippo store install + URL in CLI.

Agent packs

9

agent-sdk-dev

agent-packs/[email protected] by AgentHippo

A comprehensive plugin for creating and verifying Claude Agent SDK applications in Python and TypeScript.

  • agenthippo
  • converted-plugin
Source

code-review

agent-packs/[email protected] by AgentHippo

Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives.

  • agenthippo
  • converted-plugin
Source

commit-commands

agent-packs/[email protected] by AgentHippo

Streamline your git workflow with simple commands for committing, pushing, and creating pull requests.

  • agenthippo
  • converted-plugin
Source

feature-dev

agent-packs/[email protected] by AgentHippo

A comprehensive, structured workflow for feature development with specialized agents for codebase exploration, architecture design, and quality review.

  • agenthippo
  • converted-plugin
Source

frontend-design

agent-packs/[email protected] by AgentHippo

Generates distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.

  • agenthippo
  • converted-plugin
Source

google-workspace

agent-packs/[email protected] by AgentHippo

Google Workspace assistant for Gmail, Drive, Docs, Sheets, Calendar, and Workspace workflows via the local gws CLI.

  • google-workspace
  • gmail
  • drive
  • docs
  • sheets
  • calendar
Source

pr-review-toolkit

agent-packs/[email protected] by AgentHippo

A comprehensive collection of specialized agents for thorough pull request review, covering code comments, test coverage, error handling, type design, code quality, and code simplification.

  • agenthippo
  • converted-plugin
Source

ralph-wiggum

agent-packs/[email protected] by AgentHippo

Implementation of the Ralph Wiggum technique for iterative, self-referential AI development loops in Claude Code.

  • agenthippo
  • converted-plugin
Source

Skills

42

Agent Development

skills/[email protected]

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.

Source

agent-engine-creator

skills/agent-engine-creator by agent hippo

Create, plug in, and test an AgentHippo custom agent engine from a developer-owned runtime. Use when adding a v2 engine under .agent-hippo/engines, writing engine.manifest.json and engine.mjs, adapting an SDK/CLI runtime to AgentHippo's custom engine contract, or validating session continuation with AgentHippo CLI/serve and the IDE.

Source

agent-engine-installer

skills/agent-engine-installer

Install, update, and validate AgentHippo custom engines such as Gemini or OpenClaw by copying selected engine adapters from a Git checkout/cache into ~/.agent-hippo/engines/<id>. Use when a user wants to distribute, install, test, or refresh custom engines without setting AGENTHIPPO_CUSTOM_ENGINES_DIR.

Source

algorithmic-art

skills/algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

Source

AWS | Amazon Web Services

skills/[email protected] by Iván

Architect, deploy, and optimize AWS infrastructure avoiding cost explosions and security pitfalls.

Source

claude-opus-4-5-migration

skills/[email protected]

Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.

Source

Command Development

skills/[email protected]

This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.

Source

debug-agent

skills/debug-agent

Diagnose issues in LLM-powered agents (prompt, tools, context, looping, cost/latency). Optional repro/trace id via ARGUMENTS.

Source

discord

skills/[email protected] by Peter Steinberger

Use when you need to control Discord from AgentHippo via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.

Source

frontend-design

skills/[email protected]

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

Source

gog

skills/[email protected]

Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.

Source

Hook Development

skills/[email protected]

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

Source

jira

skills/[email protected]

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.

Source

MCP Integration

skills/[email protected]

This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Context Protocol", "connect external service", mentions "${CLAUDE_PLUGIN_ROOT} with MCP", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.

Source

ontology

skills/[email protected]

Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.

Source

Plugin Settings

skills/[email protected]

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

Source

Plugin Structure

skills/[email protected]

This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.

Source

salesforce

skills/[email protected] by ArvorCo

Query and manage Salesforce CRM data via the Salesforce CLI (`sf`). Run SOQL/SOSL queries, inspect object schemas, create/update/delete records, bulk import/export, execute Apex, deploy metadata, and make raw REST API calls.

Source

Self-Improving + Proactive Agent

skills/[email protected]

Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when (1) a command, tool, API, or operation fails; (2) the user corrects you or rejects your work; (3) you realize your knowledge is outdated or incorrect; (4) you discover a better approach; (5) the user explicitly installs or references the skill for the current task.

Source

shopify-admin

skills/[email protected] by Shopify

Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config files** (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`), pre-deploy config errors, or invalid TOML—use **`use-shopify-cli`** and **`shopify app config validate --json`** (no TOML validator here). Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes).

Source

shopify-app-store-review

skills/[email protected] by Shopify

Run a pre-submission compliance check against your Shopify app's codebase. Reviews App Store requirements and surfaces likely issues before you submit for official review.

Source

shopify-custom-data

skills/[email protected] by Shopify

MUST be used first when prompts mention Metafields or Metaobjects. Use Metafields and Metaobjects to model and store custom data for your app. Metafields extend built-in Shopify data types like products or customers, Metaobjects are custom data types that can be used to store bespoke data structures. Metafield and Metaobject definitions provide a schema and configuration for values to follow.

Source

shopify-customer

skills/[email protected] by Shopify

The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.

Source

shopify-dev

skills/[email protected] by Shopify

Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies.

Source

shopify-functions

skills/[email protected] by Shopify

Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location Rule, Payment Customization

Source

shopify-hydrogen

skills/[email protected] by Shopify

Hydrogen storefront implementation cookbooks. Some of the available recipes are: B2B Commerce, Bundles, Combined Listings, Custom Cart Method, Dynamic Content with Metaobjects, Express Server, Google Tag Manager Integration, Infinite Scroll, Legacy Customer Account Flow, Markets, Partytown + Google Tag Manager, Subscriptions, Third-party API Queries and Caching. MANDATORY: Use this API for ANY Hydrogen storefront question - do NOT use Storefront GraphQL when 'Hydrogen' is mentioned.

Source

shopify-liquid

skills/[email protected] by Shopify

Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Keywords: liquid, theme, shopify-theme, liquid-component, liquid-block, liquid-section, liquid-snippet, liquid-schemas, shopify-theme-schemas

Source

shopify-onboarding-dev

skills/[email protected] by Shopify

Get started building on Shopify. Use when a developer asks to build an app, build a theme, create a dev store, set up a partner account, scaffold a project, or get started developing for Shopify. NOT for merchants managing stores.

Source

shopify-onboarding-merchant

skills/[email protected] by Shopify

Set up and connect a Shopify store from AgentHippo. Use when the user wants to: set up my Shopify store, connect my store, get started with Shopify, manage my store, add products to my store, merchant onboarding, start selling online, Shopify setup help, create my first store, import products, migrate from Square, migrate from WooCommerce, migrate from Etsy, migrate from Amazon, migrate from eBay, migrate from Wix, import from Google Merchant Center, migrate from Clover, migrate from Lightspeed, move products to Shopify, import catalog, replatform to Shopify. This is for store owners, not developers.

Source

shopify-partner

skills/[email protected] by Shopify

The Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals.

Source

shopify-payments-apps

skills/[email protected] by Shopify

The Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout.

Source

shopify-polaris-admin-extensions

skills/[email protected] by Shopify

Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands.

Source

shopify-polaris-app-home

skills/[email protected] by Shopify

Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API.

Source

shopify-polaris-checkout-extensions

skills/[email protected] by Shopify

Build custom functionality that merchants can install at defined points in the checkout flow, including product information, shipping, payment, order summary, and Shop Pay. Checkout UI Extensions also supports scaffolding new checkout extensions using Shopify CLI commands.

Source

shopify-polaris-customer-account-extensions

skills/[email protected] by Shopify

Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions using Shopify CLI commands.

Source

shopify-pos-ui

skills/[email protected] by Shopify

Build retail point-of-sale applications using Shopify's POS UI components. These components provide a consistent and familiar interface for POS applications. POS UI Extensions also supports scaffolding new POS extensions using Shopify CLI commands. Keywords: POS, Retail, smart grid

Source

shopify-storefront-graphql

skills/[email protected] by Shopify

Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like <shopify-store>, <shopify-cart>, use storefront-web-components instead.

Source

shopify-use-shopify-cli

skills/[email protected] by Shopify

Choose before `admin` when the user needs **Shopify CLI** to run or fix something now: validate app or extension config on disk (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`) with **`shopify app config validate --json`** (not Admin GraphQL; MCP has no TOML validator); run or troubleshoot store workflows (`shopify store auth`, `shopify store execute`); inventory or product changes by handle, SKU, or location name; or CLI setup, auth, upgrade issues. Emphasize **commands and operational steps**, not only authoring GraphQL. Skip for API-only understanding or codegen with no CLI execution. Examples: validate before deploy; run an existing query via CLI; list products; missing `shopify store execute`.

Source

Skill Development

skills/[email protected]

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

Source

skill-vetter

skills/[email protected]

Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.

Source

slack

skills/[email protected]

Use when you need to control Slack from AgentHippo via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.

Source

Writing Hookify Rules

skills/[email protected]

This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

Source

MCP servers

6

aws-api

mcp/[email protected] by AWS Labs

AWS Labs MCP server for interacting with AWS services and resources through AWS CLI command selection, validation, and safety controls.

  • aws
  • cloud
  • infrastructure
  • api
  • official
Source

aws-documentation

mcp/[email protected] by AWS Labs

AWS Labs MCP server for searching and retrieving current AWS documentation and API reference material.

  • aws
  • cloud
  • documentation
  • api-reference
  • official
Source

discord-webhook

mcp/[email protected] by lmquang

Community MCP server for sending messages and embeds to Discord channels through Discord webhooks.

  • discord
  • webhook
  • chat
  • community
Source

langfuse-analytics

mcp/[email protected]

Query session costs, latencies, and error patterns from Langfuse

Source

salesforce-dx

mcp/[email protected] by Salesforce

Official Salesforce DX MCP server for interacting with Salesforce orgs, metadata, CRM data, and users through Salesforce CLI-backed tools.

  • salesforce
  • crm
  • dx
  • data
  • official
Source

shopify-dev-mcp

mcp/[email protected] by Shopify

Official Shopify Dev MCP server for searching Shopify docs, exploring API schemas, building Functions, and getting current Shopify API guidance.

  • shopify
  • commerce
  • docs
  • graphql
  • official
Source

Engines

2

Gemini

engines/gemini

Google Gemini SDK agent engine (https://github.com/google-gemini/gemini-cli)

  • engine
  • gemini-2.5-flash
Source

OpenClaw

engines/openclaw

OpenClaw/HippoClaw CLI agent engine via Agent Anywhere install

  • engine
  • litellm/gpt-5.3-codex
Source