AI Integrations
Use AI coding assistants to install Yolfi webhook integrations safely.
Overview
AI integrations help coding assistants add Yolfi payment notifications to a merchant backend. The assistant can inspect the codebase, find existing webhook or payment fulfillment logic, and choose the smallest safe Yolfi integration.
The AI skill is intentionally separate from this docs page. Open it when you want the assistant-facing instructions only, without the surrounding documentation.
Install Yolfi Skill
View Webhook Integration Skill
Install In Claude Code
Copy and run this command once in your terminal:
claude plugin marketplace add yolfinance/skill && claude plugin marketplace update yolfi && claude plugin install yolfi-webhook-integration@yolfiIf Claude Code is already open, run these slash commands instead:
/plugin marketplace add yolfinance/skill
/plugin marketplace update yolfi
/plugin install yolfi-webhook-integration@yolfiThe skill is installed from the public Yolfi marketplace repository: yolfinance/skill.
When To Use It
Use the Yolfi webhook integration skill when you want an AI coding assistant to:
- Add Yolfi webhooks to an existing backend.
- Reuse a Stripe or Lemon Squeezy webhook flow through Yolfi adapters when safe.
- Add raw-body signature verification for
X-Yolfi-Signature. - Preserve existing order, subscription, entitlement, and fulfillment logic.
- Keep integration minimal: signature routing + payload compatibility, not business rewrites.
- Add tests or local checks proving valid webhooks pass and invalid signatures fail.
For adapter mode, the assistant should preserve your existing webhook pipeline first and only adapt the event envelope and auth path.
The skill should not replace the webhook docs. It loads the current docs before implementing so event names, payload shapes, adapter behavior, and signature rules stay sourced from the documentation.