halliday-payments
A Clade Code plugin for development with Halliday Payments, the all-in-one platform for integrating crypto deposits, fiat-to-crypto onramps,
Open source Repository Open in the app JSON README (API)
About
A Clade Code plugin for development with Halliday Payments, the all-in-one platform for integrating crypto deposits, fiat-to-crypto onramps, and cross-chain swaps.
Details
- Kind
- Plugins
- Topic
- Finance & crypto
- Publisher
- hallidayinc
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-08-19T21:24:38Z
- Repository state
- ativo
- Language
- MDX
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
hallidayinc/hallidayclaudeplugin/halliday-payments
README
# Halliday Payments — Claude Code Plugin A Claude Code plugin that gives Claude the context it needs to help developers integrate [Halliday Payments](https://halliday.xyz) (crypto deposits, fiat-to-crypto onramps, cross-chain swaps). ## What it does - Provides the `/halliday` command with a guided menu of flows: 1. **Ask questions and learn** — routed answers backed by a bundled reference library and live Halliday API lookups for supported chains, assets, and routes 2. **Clone a sample application** — pick from several example open source repos (SDK widget and custom-UI/API variants across Vanilla JS, React, React Native, Dynamic, Privy, Wagmi, Rainbowkit, and more) and walk through setup end-to-end 3. **Check my integration** — scan your codebase against an integration checklist and flag only the items that will actually break Halliday payments 4. **Look up a payment** — fetch a payment by ID, show a clear status summary, and give status-specific next steps - Ships bundled reference files covering SDK widget integration, API integration, example repositories, common questions, an integration checklist, and a payment lookup guide - Queries the live Halliday API for supported chains, assets, routes, payment status, payment history, and OTW wallet balances via an allowlisted wrapper script ## Install After installing Claude Code on the command line, add the Halliday plugin from either marketplace. **Halliday marketplace (recommended)** — this repository is also a Claude Code marketplace, so `claude plugin update` picks up a new version the moment it is published: ```bash claude plugin marketplace add HallidayInc/HallidayClaudePlugin claude plugin install halliday-payments@halliday ``` **Anthropic community marketplace** — the plugin is also published in the [Anthropic community marketplace](https://github.com/anthropics/claude-plugins-community), where entries are pinned to a reviewed commit and updated on Anthropic's schedule: ```bash claude plugin marketplace add anthropics/claude-plugins-community claude plugin install halliday-payments@claude-community ``` Installing from both marketplaces at once is fine — the `@halliday` and `@claude-community` suffixes keep them apart. Enable only one at a time to avoid loading the skill twice. ## Updating ```bash claude plugin update halliday-payments@halliday ``` Installs from the Halliday marketplace track this repository's `main` directly, so a new version is available as soon as it is published. Installs from the Anthropic community marketplace advance when that marketplace re-pins its commit, which can lag by days. ## Development mode To work on a personalized fork, the plugin can be utilized in development mode using git and these commands: ```bash git clone https://github.com/HallidayInc/HallidayClaudePlugin.git claude --plugin-dir ./HallidayClaudePlugin # Once in Claude Code, use this command to open the Halliday Claude Code plugin: # /halliday ``` ## Usage **Ask questions directly** — the skill activates on its own when your conversation involves Halliday or crypto payment integration. **Run the command** — type `/halliday` in Claude Code to start the guided menu, or `/halliday <your question>` to skip the menu and go straight to an answer. ### Example prompts - "How do I add the Halliday SDK widget to my Next.js app?" - "Which chains and assets does Halliday support?" - "Can I swap USDC on Base to ETH on Arbitrum?" - "Check my Halliday integration" - "Look up payment `abc-123-def` — what's its status?" ## Public API Key You'll need a Halliday public API key to run any integration. Go to https://dashboard.halliday.xyz/ to get a free public API key now. ## Partnerships Contact us at partnerships@halliday.xyz.