1247/web-crawler/SKILL.md
Headless browser for web crawling, UX audits, screenshots, and interaction testing. Use when the user wants to audit a website, take screenshots, click buttons, test UX flows, extract content from SPAs, or crawl pages that require JavaScript rendering.
npx skillsauth add starchild-ai-agent/community-skills @1247/web-crawlerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Playwright-based headless browser for crawling JavaScript-heavy sites, taking screenshots, clicking buttons, and running UX audits. Works on SPAs, auth-walled pages, and anything that needs a real browser.
python3 skills/web-crawler/scripts/crawl.py https://example.com
python3 skills/web-crawler/scripts/crawl.py https://example.com --audit --max-pages 30
python3 skills/web-crawler/scripts/crawl.py https://example.com --click "button.cta"
python3 skills/web-crawler/scripts/crawl.py https://example.com --click-all "nav a"
python3 skills/web-crawler/scripts/crawl.py https://example.com --extract-text
output/crawl-{domain}/
├── screenshots/ # PNG screenshots per page
├── pages/ # Extracted text per page
├── report.json # Structured crawl data
└── audit.md # Readable audit report (--audit mode)
--audit runs a breadth-first crawl of all internal pages:
audit.md with findings| Flag | Default | What it does |
|------|---------|-------------|
| --audit | off | Full site audit mode |
| --max-pages N | 20 | Max pages to crawl in audit |
| --full-page | off | Full-page screenshots vs viewport |
| --click SEL | — | Click CSS selector, screenshot result |
| --click-all SEL | — | Click all matching elements |
| --extract-links | off | Extract all <a> hrefs |
| --extract-text | off | Extract visible text |
| --console-log | off | Capture console messages |
| --wait SEC | 2 | Wait after page load |
| --viewport WxH | 1440x900 | Browser viewport |
| --timeout SEC | 30 | Navigation timeout |
--audit on the target siteaudit.md for the summaryreport.json for structured data (clickables, links, console errors)screenshots/ folder--click to test specific interactions<a href> links. Hash-only routes (#/page) won't be auto-discovered in audit mode. Use --click-all "nav a" instead.--cookie support.--wait 3 for sensitive sites.playwright install chromium (~110MB). Persisted in setup.sh.tools
TQX (tqx.trade) HK/US stock quant workflow via tqx-cli: cross-sectional factor analysis, event-driven strategy backtests on the panda_backtest engine, and agent-driven automated paper trading. Use when the user wants to run factor IC/IR analysis, backtest a Python trading strategy on Hong Kong or US stocks, or set up agent-automated trading (e.g. "backtest a moving-average strategy on AAPL", "analyze a momentum factor on HK stocks", "let the agent trade my paper account").
tools
中学物理实验教学参赛方案套件。包含四个完整实验(单摆测g、声悬浮测声速、向心力定量演示仪、电磁阻尼定量研究),每套含固件源码、3D打印图纸、教学PPT、教学文稿、采购清单、调试手册、视频分镜脚本、模拟器。Use when a teacher/student needs a complete, classroom-ready physics experiment package for competition or teaching.
development
End-to-end blog management for AI agents. Write, import, build, preview, and publish articles using the blog template. Covers draft workflow, article import, SEO, OG images, and deployment.
development
ESP8266/ESP32 + 磁簧开关/霍尔传感器 单摆测重力加速度实验套件。 硬件搭建→固件烧录→数据采集→Web仪表盘→g值计算→教学文档,一站式完成。 Use when the user wants to build a pendulum g-measurement experiment, measure gravity with a micro-controller, or needs a complete physics experiment package with hardware + firmware + dashboard + teaching materials.