web-analyze

Extract authentication, endpoints, and data models from RESTful API documentation.

83|312|Updated Jun 30, 2021
One-click install
npx skills add https://github.com/segmentio/action-destinations --skill web-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-analyze
Source: https://github.com/segmentio/action-destinations/tree/main/.claude/skills/web-analyze
Command: npx skills add https://github.com/segmentio/action-destinations --skill web-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes API documentation from websites and generates comprehensive implementation plans for Segment action-destinations. It produces outputs compatible with the openapi-analyze format, making it usable by implement-destination.

Core Features & Use Cases

  • Extract authentication details, endpoints, data models, and usage patterns from public API documentation
  • Generate a standardized destination-analysis document (openapi-analog) for downstream destination implementation
  • Categorize endpoints by priority and map to Segment patterns (track/identify/group)
  • Produce a structured, export-ready analysis that integrates with the implement-destination workflow
  • Supports multi-page docs and references to assemble a coherent analysis

Quick Start

Provide the main API docs URL and any supporting pages, and the skill will generate a comprehensive destination-analysis document.

Frequently Asked Questions about web-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn API documentation into a Segment destination implementation plan?

You can analyze multi-page API documentation to assemble a coherent destination-analysis document. The skill extracts authentication details, endpoints, data models, and usage patterns from publicly accessible docs to build a comprehensive implementation plan.

How do I map REST API endpoints to Segment track and identify actions?

Mapping REST API endpoints to Segment actions involves categorizing API endpoints by priority during analysis. The generated plan maps extracted data models and endpoints to standard Segment patterns such as track, identify, and group for destination tooling.

Can I use website docs to generate an OpenAPI-analog analysis for Segment destinations?

Generating an OpenAPI-analog analysis from website docs is supported by processing publicly accessible RESTful API documentation. The skill produces a structured, export-ready analysis compatible with the openapi-analyze format for Segment destination tooling.

Does this API documentation analysis tool work with multi-page docs and references?

This API documentation analysis tool supports multi-page docs and references. It processes multiple supporting documentation pages to assemble a coherent, comprehensive destination-analysis document for downstream implement-destination workflows.

What do I need to provide to analyze public API docs for a Segment destination plan?

To analyze public API docs for a Segment destination plan, provide the main API documentation URL and any supporting pages. The skill requires no additional dependencies to extract authentication details, endpoints, and data models from these publicly accessible RESTful API resources.