action-destinations
Generate Segment destination integrations from API docs automatically
All Skills in This Repository (3)
Pure Emerald Level Indicatorsimplement-destination
Generate a Segment destination scaffold with TypeScript files and tests from OpenAPI or website analysis documents.
openapi-analyze
Analyze OpenAPI specs to generate Segment destination implementation plans.
web-analyze
Extract authentication, endpoints, and data models from RESTful API documentation.
Frequently Asked Questions
FAQPage SchemaHow to install action-destinations?โผ
Run `npx skills add segmentio/action-destinations --all -g -y` in your terminal to install all skills in this suite globally.
How to generate a Segment destination from API docs?โผ
Run the orchestrate command with your destination name, then provide an API docs URL, OpenAPI spec, or PRD. The skills analyze the API, map endpoints to actions, and generate working code and tests.
Can it work without an OpenAPI specification?โผ
Yes. The web-analyze skill reads public API documentation websites and produces the same standardized analysis, which then feeds into the code generator.
Does it work with Claude Code?โผ
Yes. The skills follow the universal SKILL.md standard and run directly in Claude Code and other compatible coding agents.
Is the generated destination code production-ready?โผ
The generated code covers roughly 70-80% of the implementation with clear TODOs. You should review field mappings, test with real API credentials, and follow the contributing guide before submitting.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core