com um clique
fill-form
**Trigger:** `/fill-form [URL] [optional: form data file]`
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
**Trigger:** `/fill-form [URL] [optional: form data file]`
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
Expert guide for writing comprehensive API documentation including OpenAPI specs, endpoint references, authentication guides, and code examples. Use when documenting APIs, creating developer portals, or improving API discoverability.
Expert iOS App Store submission and approval system. 9 specialized agents providing senior App Review Team-level expertise across compliance, design, privacy, monetization, metadata, technical requirements, timing, rejection recovery, and learning. Triggers on keywords like app store, iOS submission, apple review, app rejection, aso, privacy manifest, privacy labels, ATT, iap, in-app purchase, subscription, storekit, review guidelines, HIG, testflight, app store connect.
Execute a feature from description to committed code using three parallel sub-agents: Architect, Builder, and Validator.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
The ultimate landing page builder. Through a conversational interview, autonomously produces a complete, deployable Next.js landing page with TypeScript, Tailwind CSS, SEO metadata, JSON-LD structured data, and conversion-optimized copy. Consolidates intelligence from landing-page-designer, copywriting, page-cro, form-cro, schema-markup, seo-audit, layout-designer, ab-test-designer, and more. Use when the user says "build a landing page," "create a landing page," "I need a landing page for," or "build me a page for [product]." For optimizing an EXISTING landing page, use landing-page-optimizer or page-cro instead.
| name | Fill Form |
| description | **Trigger:** `/fill-form [URL] [optional: form data file]` |
Trigger: /fill-form [URL] [optional: form data file]
Automate web form filling with built-in retry logic and verification, addressing common friction points from browser automation.
For each form field:
Text Inputs:
Dropdowns/Selects (CRITICAL - High friction area):
Checkboxes/Radio:
Date Pickers:
waitUntil: 'networkidle' for all navigations~/form-automation-logs/{date}.json/fill-form https://example.com/application
Interactive mode - Claude will ask for field values as needed.
/fill-form https://example.com/application ./form-data.json
Batch mode - Uses provided JSON file for field values.
{
"fields": {
"firstName": "Eddie",
"lastName": "Belaval",
"email": "eddie@example.com",
"state": "CA",
"agreeToTerms": true
},
"submit_button": "#submit-btn",
"success_indicator": ".confirmation-message"
}