Claude Code

Use the happeo-search-connector-skill Claude Code skill to scaffold a Happeo federated search connector for a third-party service.

Create a connector with Claude Code

  1. Install the skill:

    claude skill install happeo/happeo-search-connector-skill
  2. Open Claude Code and ask it to create a connector for the service you want to integrate.

    Example prompts:

    Create a Happeo search connector for [service]
    Build a search integration for Happeo
    Implement search connector endpoints
  3. Let Claude scaffold the project and generate the connector implementation.

    According to the skill repository, Claude uses the related happeo-search-connector-template repository to scaffold the project. It then implements the four required endpoints for the target API.

  4. Review the generated connector before you continue.

    Confirm that the generated project includes the scaffolded connector structure, the four required endpoint implementations, and an implementation that matches the Happeo search connector API reference bundled with the skill.

What this skill does

This repository contains a Claude Code skill, not the connector implementation itself. It gives Claude the instructions and reference material needed to generate a Happeo-compatible search connector for an external service.

The skill repository is designed for prompts that ask Claude to create or implement a Happeo search connector. When you invoke the skill, Claude uses its context to scaffold the connector and fill in the required endpoint logic.

Repository contents

The repository highlights these files:

  • SKILL.md — the instructions loaded into Claude's context
  • references/api-reference.md — the Happeo search connector API reference, including request and response specifications, filters, pagination, and the OAuth flow

Optional: Related resources

Optional: When to use this skill

Use this skill to scaffold the initial setup for a new Happeo federated search connector in Claude Code. It is most useful when you already know which external service you want to integrate and want Claude to generate the connector structure and required endpoints.

If you need the current implementation details, prompts, or referenced resources, check the repository README before you start.