api-key-form-fields

Identify and classify input fields in HTML API key registration forms.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/kurtjameshayes/drs --skill api-key-form-fields
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-key-form-fields
Source: https://github.com/kurtjameshayes/drs/tree/main/skills/API-gather-fields-for-API-request
Command: npx skills add https://github.com/kurtjameshayes/drs --skill api-key-form-fields

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the extraction and classification of input fields from HTML API key registration forms, enabling rapid and accurate submission automation.

Core Features & Use Cases

  • Field discovery: Identify all input fields by name or id and map their relationships to submission payloads.
  • Field classification: Distinguish required versus optional fields using indicators such as the required attribute, label cues, or explicit markers.
  • Submit element detection: Locate the form submission control to model the end-to-end submission process.
  • Use Case: When integrating a new API provider, quickly generate a field-specification document for automation scripts.

Quick Start

Use this skill to analyze a live API key request form on a provider's signup page and produce a field report.

Frequently Asked Questions about api-key-form-fields

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

FAQPage Schema
How do I extract input fields from an HTML API key registration form?

To extract input fields from an HTML API key registration form, this skill identifies and classifies all input fields by name or id and maps their relationships to the expected submission payload schema.

How does form field validation determine required versus optional inputs for automation?

Form field validation for automation determines required versus optional inputs by analyzing HTML indicators such as the `required` attribute, label cues, and explicit markers within the API key registration form.

What is the best way to map API key form fields to a payload schema?

The best way to map API key form fields to a payload schema is to automatically locate field names, ids, required markers, and the submit control, ensuring extracted data adheres to the expected submission format.

Does this form field extraction work with developer consoles and signup portals?

Yes, this form field extraction works directly with HTML pages from API providers, signup portals, and developer consoles where API key requests are submitted, automatically modeling the end-to-end submission process.

How do I locate the submit control when automating API key form submission?

To locate the submit control when automating API key form submission, this skill detects the form submission element within the HTML, allowing you to model the complete end-to-end submission process accurately.