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
-
Install the skill:
claude skill install happeo/happeo-search-connector-skill -
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 -
Let Claude scaffold the project and generate the connector implementation.
According to the skill repository, Claude uses the related
happeo-search-connector-templaterepository to scaffold the project. It then implements the four required endpoints for the target API. -
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 contextreferences/api-reference.md— the Happeo search connector API reference, including request and response specifications, filters, pagination, and the OAuth flow
Optional: Related resources
- GitHub repository: happeo/happeo-search-connector-skill
- The related
happeo-search-connector-templaterepository referenced from the skill repository https://github.com/happeo/happeo-search-connector-template - The Happeo Search Connector Docs referenced from the skill repository
README
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.
Updated 1 day ago
