AgentQL Natural Language Web Query SDK for Extraction and Automation

AgentQL Natural Language Web Query SDK for Extraction and Automation is a skill for Claude Code, Codex from agentskillexchange/skills. It costs 63 tokens per session (529 once invoked), scanned A, original, MIT.

A toolkit for extracting information from live websites and automating browser tasks with plain-language queries. It works with Playwright, a browser-automation library, and provides Python and JavaScript tools.

In plain words
What is it for?
Use it to find data or page elements on websites, automate browser workflows, debug queries in a browser, or call the service through its REST API.
Why use it?
It reduces reliance on fragile CSS selectors, which can break when a website changes its page structure.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find data or page elements on websites, automate browser workflows, debug queries in a browser, or call the service through its REST API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentskillexchange/skills --skill agentql-natural-language-web-query-sdk-extraction-automation
Clone the repo
git clone --depth 1 https://github.com/agentskillexchange/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for AgentQL Natural Language Web Query SDK for Extraction and Automation

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation/github.svg)](https://agentmods.dev/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation)
Your own site
<a href="https://agentmods.dev/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for AgentQL Natural Language Web Query SDK for Extraction and Automation

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/agentql-natural-language-web-query-sdk-extraction-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 529 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00063 $0.00529
Opus 5 $0.00032 $0.00264
Sonnet 5 $0.00013 $0.00106
Haiku 4.5 $0.00006 $0.00053

Measured 12d ago against content hash 287570168039, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

AgentQL Natural Language Web Query SDK for Extraction and Automation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/agentql-natural-language-web-query-sdk-extraction-automation/SKILL.md · 47 lines

What it actually says

AgentQL Natural Language Web Query SDK for Extraction and Automation

AgentQL is TinyFish's web automation and extraction toolkit that layers a natural-language query system on top of live sites. Its Python and JavaScript SDKs integrate with Playwright and let agents target data and interface elements without depending on brittle CSS selectors alone.

Prerequisites

python, go, java

Installation

Requirements and caveats from upstream:

  • AgentQL is a suite of tools for extracting data and automating workflows on live web sites featuring an AI-powered query language, Python and JavaScript SDKs, a browser-based debugger, and a REST API endpoint. It uses...
  • Playwright AgentQL's Python SDK and JavaScript SDK seamlessly integrates with Playwright for advanced aut...

Basic usage or getting-started notes:

Documentation

Source

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 47 lines · 63 tokens per session scan A 287570168039

Subscribe to this mod's changes

AgentQL Natural Language Web Query SDK for Extraction and Automation is a skill published in the GitHub repository agentskillexchange/skills (38 stars, last pushed today), licensed MIT. It adds 63 tokens to every session and 529 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

e2e-testing-patterns

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

wshobson/agents · 51 tokens

playwright-recording

Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.

calesthio/OpenMontage · 53 tokens

agent-browser

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, test web applications, or extract information from web pages.

code-yeongyu/oh-my-openagent · 51 tokens

browser-trace

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page…

mxyhi/ok-skills · 88 tokens

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website"…

code-yeongyu/oh-my-openagent · 84 tokens

tavily-usage

This skill should be used when user asks to "search the web", "fetch content from URL", "extract page content", "use Tavily search", "scrape this website", "get information from this link", or "web search for X".

fcakyon/claude-codex-settings · 57 tokens