segmentiosegmentioOfficialยท3 Agent Skills Included

action-destinations

Generate Segment destination integrations from API docs automatically

Generates complete Segment action destinations from OpenAPI specs or API documentation websites. Analyzes endpoints, maps fields, and scaffolds destination code, types, and tests without manual boilerplate. Eliminates hours of repetitive integration setup so developers can ship new third-party connections faster.
npx skills add segmentio/action-destinations --all -g -y
Available:

Gives your AI agent the repository architecture, build and test commands, and destination definition patterns it needs to correctly generate and validate new Segment destinations.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’