db-importer

Automate JSON data entry into web forms via Playwright.

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill db-importer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-importer
Source: https://github.com/ttmouse/skills/tree/main/db-importer
Command: npx skills add https://github.com/ttmouse/skills --skill db-importer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of importing structured JSON data generated by tools like Grok into a web-based form, eliminating manual data entry.

Core Features & Use Cases

  • Automated Data Entry: Pastes JSON data into a specified web form and submits it.
  • Resumable Process: Supports resuming the import from a specific record if interrupted.
  • Configurable Batching: Allows setting batch sizes and delays to manage the import process.
  • Use Case: After generating a list of product classifications in JSON format, use this Skill to automatically populate them into an internal web application.

Quick Start

Run the importer script with your JSON input file to begin the data entry process.

Frequently Asked Questions about db-importer

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

FAQPage Schema
How do I automate importing JSON data into a web form?

Automating JSON data import into a web form is handled by pasting structured JSON data into specified web elements and submitting it. This Skill uses Playwright browser automation to interact with the page and complete the data entry automatically.

Can I resume a web automation data import process if it gets interrupted?

Resuming a web automation data import process from a specific record is supported if interrupted. You can specify a starting index to continue the batch processing of your JSON data without repeating previously submitted entries.

Does this Playwright automation tool support batch processing with delays?

Playwright automation with batch processing and delays is fully supported. You can configure specific batch sizes and set delays between submissions to manage the web page data import process and avoid overwhelming the target server.

What is the best way to populate an internal web application with structured JSON data?

Populating an internal web application with structured JSON data is best done by automating the data entry and submission process. This Skill parses your JSON input and uses browser automation to directly populate the corresponding web form fields.

Do I need Playwright installed to automate web page data entry?

Playwright is required to automate web page data entry. This Skill depends on the Playwright framework to handle browser automation, interact with web elements, and submit the structured data into the target web form.