
aaaaqwq/claude-code-skills
2 skills3.2k installs138 starsGitHub
Install
npx skills add https://github.com/aaaaqwq/claude-code-skillsSkills in this repo
1Multi Search Enginemulti-search-engine is a configuration-driven agent skill for builders who need breadth during early discovery. Instead of trusting a single default search provider, it documents seventeen engines split between China-focused and global indexes, each invoked through URL templates with a {keyword} placeholder. Solo founders validating niches, tracking regional positioning, or comparing how a query surfaces on Baidu versus Google can delegate parallel lookups to the agent while keeping engine definitions editable in config.json. The readme emphasizes contrast and regional search rather than deep crawling or ranking analytics, so it pairs well with manual synthesis skills. Complexity stays beginner-friendly: adjust JSON, substitute keywords, and interpret heterogeneous SERPs. It does not replace dedicated SEO suites but removes friction when agents need diverse external signals during Idea-phase research or Grow-phase content scouting.2.7kinstalls2Web Scraping Automationweb-scraping-automation is an agent skill for solo builders who need to pull structured data from websites or HTTP APIs without manually writing every request, selector, and cleanup step. It targets indie developers using Claude Code with Bash, Read, Write, Edit, WebFetch, and WebSearch when phrases like scraping product pages, calling an API, or scheduling news fetches appear. The skill walks through analyzing site structure and auth, picking Python or JavaScript tooling, handling anti-bot considerations pragmatically, and enforcing browser teardown after Playwright or Selenium runs so orphaned Chrome processes do not spike CPU. It fits multi-phase use: competitive research in Idea, integration scripts in Build, and recurring data collection in Grow or Operate. It is not a hosted scraping SaaS; it produces scripts and patterns you own in your repo.560installs