auto-create-connector

Generate and validate data connectors with automated Playwright login and caching.

15|9|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/vana-com/data-connectors --skill auto-create-connector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-create-connector
Source: https://github.com/vana-com/data-connectors/tree/main/.claude/skills/auto-create-connector
Command: npx skills add https://github.com/vana-com/data-connectors --skill auto-create-connector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Autonomously create, test, and validate a data connector for any web platform — end to end, removing manual setup and trial-and-error work.

Core Features & Use Cases

  • End-to-end connector generation for new platforms using automated login, data extraction scaffolding, and regression tests.
  • Built-in validation, error handling, and deterministic result caching for repeatable results.
  • Use Case: When asked to "auto-create a connector" for a platform, the agent builds, tests, and returns a ready-to-run connector specification and script.

Quick Start

Create and validate a complete connector for a platform end-to-end using automated login and tests.

Frequently Asked Questions about auto-create-connector

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

FAQPage Schema
How do I automate web platform data-connector creation end-to-end?

Automating data-connector creation involves generating and validating a production-grade connector using automated login via Playwright, data extraction scaffolding, and regression tests to remove manual setup.

Can I use Playwright for automated login and data extraction in a connector?

Yes, Playwright handles automated login and data extraction scaffolding. The agent builds, tests, and returns a ready-to-run connector specification and script using credentials stored in a .env file.

What is deterministic result caching in web automation testing?

Deterministic result caching stores validation outputs during web automation testing to ensure repeatable results. This caching mechanism guarantees that connector generation and regression tests yield consistent outcomes across multiple runs.

Do I need credentials in a .env file to auto-create a connector?

Yes, credentials stored in a .env file are required to auto-create a connector. The skill uses these environment variables to perform automated login via Playwright and validate the end-to-end data extraction process securely.

What's the best way to validate a production-grade data connector?

The best way to validate a production-grade data connector is through built-in error handling and automated regression tests. This ensures structured output, deterministic results, and reliable end-to-end data extraction from the target platform.

When do I need automated end-to-end connector generation for web platforms?

You need automated end-to-end connector generation when setting up data extraction for new web platforms and wanting to eliminate manual configuration, trial-and-error login scripting, and unvalidated data extraction scaffolding.