bknd-custom-endpoint
CommunityBuild custom BKND API endpoints with flows.
System Documentation
What problem does it solve?
This Skill helps developers implement custom API endpoints in BKND beyond the built-in CRUD routes, enabling tailored HTTP interfaces and integration points.
Core Features & Use Cases
- Flows + HTTP Triggers: Build multi-step endpoints that process requests and respond with computed results.
- Plugin Routes (onServerInit): Expose lightweight routes via plugin architecture for direct API access.
- Request/Response Handling: Access headers, bodies, query parameters, and path segments; respond with JSON, text, or custom responses.
- Sync vs Async: Support for both immediate responses and background processing for long-running tasks.
- Use Case: Create a webhook receiver or a custom internal API endpoint to orchestrate business logic.
Quick Start
Install BKND, then choose between flows or plugin routes to implement your endpoints. For flows, define a Flow with an HttpTrigger and optionally set a responding task. For plugins, create a plugin with onServerInit to register Hono routes. Example steps: 1) Create a Flow or plugin, 2) Attach HTTP trigger or routes, 3) Run BKND and send requests to verify responses.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: bknd-custom-endpoint Download link: https://github.com/cameronapak/melos/archive/main.zip#bknd-custom-endpoint Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.