What problem does it solve?
This Skill enables Claude to orchestrate the AnySite CLI, turning natural language requests into concrete CLI commands for data collection, dataset pipelines, and database operations. It reduces manual scripting by providing a structured, reproducible way to plan, run, and monitor complex web-scraping and data-processing tasks.
Core Features & Use Cases
- CLI orchestration: translate natural language into anysite CLI commands to run endpoints, pipelines, and DB actions.
- Dataset pipelines: create and manage multi-source datasets with transforms, exports, and scheduling.
- DB integration: load, query, and maintain data in PostgreSQL or SQLite with incremental syncing.
- Use Case: A data analyst asks Claude to set up a weekly LinkedIn company profile scrape and load results into Postgres for reporting.
Quick Start
Use normal language prompts to initiate steps, for example:
anysite describe --search "linkedin"
anysite dataset init my-dataset
anysite dataset collect my-dataset --load-db pg
anysite db query pg --sql "SELECT COUNT(*) FROM users" --format table