{"repo":"browser-act/skills","free":true,"listed":false,"github":"https://github.com/browser-act/skills","clone":"git clone https://github.com/browser-act/skills.git","description":"Browser automation CLI built for AI agents. Break through anti-bot walls, hand off to humans across platforms when stuck. Parallel multi-task execution, independent multi-session operation, isolated multi-account browsing.","language":"Python","stars":5337,"topics":["agent-infrastructure","ai-agents","automation","claude-cli","claude-code","claude-code-skills","claude-skills","codex","codex-cli","codex-skill","cursor","data-extraction","no-code","openclaw","openclaw-cli","openclaw-skill","openclaw-skills","web-data-extraction","web-scraping","web-scraping-api"],"license":"MIT","category":"ai_infrastructure","readme_excerpt":"<div align=\"center\">\n  <a href=\"https://www.browseract.com/?co-from=github\" style=\"text-decoration: none;\">\n    <img src=\"https://browseract-prod.browseract.com/prod/tools/20260205-154549.png\" alt=\"BrowserAct Logo\" width=\"220\">\n  </a>\n  <br><br>\n  <p>\n    <a href=\"https://discord.com/invite/UpnCKd7GaU\"><img src=\"https://img.shields.io/discord/1234567890?label=Discord&logo=discord&color=7289DA\" alt=\"Discord\"></a>\n    <a href=\"https://github.com/browser-act/skills/stargazers\"><img src=\"https://img.shields.io/github/stars/browser-act/skills?style=social\" alt=\"GitHub Stars\"></a>\n    <a href=\"https://github.com/browser-act/skills/blob/main/LICENSE\"><img src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"License\"></a>\n    <br><br>\n    <a href=\"https://www.browseract.com/?co-from=github\"><img src=\"https://img.shields.io/badge/Website-BrowserAct.com-success\" alt=\"Website\"></a>\n    <a href=\"https://x.com/browseract\"><img src=\"https://img.shields.io/badge/X-browseract-000000?style=flat&logo=x&logoColor=white\" alt=\"X (Twitter)\"></a>\n    <a href=\"https://www.linkedin.com/company/browseract/\"><img src=\"https://img.shields.io/badge/LinkedIn-BrowserAct-0A66C2?style=flat&logo=linkedin&logoColor=white\" alt=\"LinkedIn\"></a>\n    <a href=\"https://www.youtube.com/@browseract\"><img src=\"https://img.shields.io/badge/YouTube-@browseract-FF0000?style=flat&logo=youtube&logoColor=white\" alt=\"YouTube\"></a>\n  </p>\n</div>\n\n---\n\n## What can BrowserAct be used for?\n\nBrowserAct enables AI agents and teams to perform real-browser automation, web data extraction, and account-based workflows.\n\nIt helps agents get past anti-bot walls, hand off to humans across platforms when stuck, run parallel tasks without cross-contamination, and isolate multiple accounts in independent browsers, backed by stealth fingerprints, TLS rotation, residential proxies, CAPTCHA solving, and stable fingerprint-proxy setups for authenticated sessions.\n\nTwo usage modes are available: fully cloud-managed execution, or local browser control driven by your own agent workflow.\n\n### Use [BrowserAct](https://www.browseract.com/?co-from=github) in the cloud\n\n**No agent setup required.** Describe the website, filters, and fields you need. BrowserAct builds and tests a reusable scraping Bot in a real cloud browser, then outputs structured data. **Build once. Run reliably. Improve continuously.**\n\n<a href=\"https://www.browseract.com/?co-from=github\">\n  <img src=\"assets/readme/browseract-cloud-one-prompt-demo.png\" alt=\"BrowserAct Cloud turns natural-language input into a reusable scraping bot\">\n</a>\n\n[Start from BrowserAct Cloud →](https://www.browseract.com/?co-from=github)\n\n**Watch demo:** [Build a Web Scraper from One Prompt | BrowserAct →](https://www.youtube.com/watch?v=1M11lfNW7rE)\n\n### Use BrowserAct locally with Skills\n\nUse BrowserAct Skills when you want local browser control, local Chrome login-state reuse, or direct integration into your own AI agent workflow.\n\nYour agent can load the BrowserAct Skill, discover browser state with `get-skills`, and run browser automation commands directly from your local environment.\n\n**Watch demo:** [BrowserAct: Give AI Agents a Real Browser →](https://www.youtube.com/watch?v=sTUD4drYYrk)\n\n[Start from BrowserAct Skills →](#install)\n\n## Why BrowserAct\n\nThe browser an AI agent needs has to reach places standard tools can't, let a human seamlessly take over when the agent is stuck, keep parallel tasks from cross-contaminating, and be designed for LLM reasoning — not human-written scripts. **A browser for agents must get four things right.**\n\n**1. Break through blocks — three progressive layers**\n\n1. **Environment layer** — stealth fingerprint spoofing, TLS rotation, proxy switching. The vast majority of blocks never trigger.\n2. **Execution layer** — `solve-captcha` auto-solves CAPTCHAs; `stealth-extract` pulls protected pages in one command.\n3. **Human layer** — `remote-assist` generates a live URL; the user takes over from any device, and the agent continues seamlessly when done.\n\n**2. Three browser modes — by real-world scenario**\n\n| Mode | Scenario | Key trait |\n|------|----------|-----------|\n| `chrome` | Reuse local Chrome login state | Profile import or CDP attach |\n| `stealth` privacy mode | Frictionless batch scraping without login | Fresh fingerprint per session + proxy rotation, zero residue |\n| `stealth` fixed identity | Logged-in accounts · multi-browser parallel | Stable fingerprint + stable IP, stable account identity, not flagged as bots |\n\n**3. Zero-interference concurrency — every agent in its own lane**\n\n- Cross-browser parallel — independent cookies, fingerprints, proxies. Sites cannot correlate them.\n- Same-browser multi-session — shared login state, independent execution, tasks don't block each other.\n- Privacy mode — fresh fingerprint and empty profile per session, zero residue when done.\n\n**4. Designed for agent reasoning — not human scripts**\n\n- **Compact text output** — indexed text format, several times more token-efficient than JSON or HTML.\n- **Indexed interaction** — `state` returns an indexed list; `click 3` / `input 2 \"...\"`. No DOM parsing required.\n- **Semantic memory** — every browser carries a `desc`, matched to tasks by meaning.\n- **Concurrency-safe** — session ownership + explicit naming. Multi-agent operation never conflicts.\n\n**Security: confirmation gating** — sensitive operations (browser create / delete, Profile import, proxy changes, security and privacy toggles) require explicit user approval. Prior approvals do not carry over. Enforced at the Skill layer, not a configuration toggle.\n\n---\n\n## And More\n\n- **Better headless** — Default headless without disrupting users; stealth headless that isn't detected.\n- **Cross-platform remote handoff** — Any device opens the link to take over, and the agent continues seamlessly.\n\n---\n\n## Install\n\nTell your AI agent:\n\n> Install browser-act. Skill source: https://github.com/browser-act/skills/tree/main/browser-act . Verify it works after installation.\n\n[Installation details →](docs/installation.md)\n\n---\n\n## Quick Start\n\n```bash\n# Extract protected page content (zero config)\nbrowser-act stealth-extract https://example.com\n\n# Full browser automation\nbrowser-act --session my-task browser open <id> https://example.com\nbrowser-act --session my-task state          # See clickable elements\nbrowser-act --session my-task click 3        # Click by index\nbrowser-act --session my-task input 2 \"hi\"   # Type into a field\n```\n\n[More examples and workflows →](docs/quick-start.md)\n\nThe agent runs `get-skills` at the start of each session — gets environment state, browser list, and commands in one call:\n\n```bash\nbrowser-act get-skills core --skill-version 2.0.2\n```\n\n[How agents discover and use BrowserAct →](docs/skills.md)\n\n---\n\n## Compatibility\n\n**OS:** Windows, macOS, Linux\n\n**Agents:** Claude Code · Cursor · VS Code · OpenCode · OpenClaw · Codex · Gemini CLI — works with any agent that can execute shell commands and load Skills.\n\n---\n\n## What's Free\n\nAlmost everything is free. Only two features require payment: managed proxies (Dynamic / Static), and stealth browsers beyond the first 5.\n\n| Feature | Free<br>(No&nbsp;Signup) | Free<br>(Login&nbsp;Only) | Paid |\n|---------|:----------------:|:-----------------:|:----:|\n| Browser automation, Chrome / Chrome-direct | ✓ | ✓ | ✓ |\n| Stealth browser (≤ 5), stealth-extract, solve-captcha, remote-assist, privacy mode, Skill Forge | — | ✓ | ✓ |\n| Stealth browser (> 5), Dynamic / Static proxy | — | — | ✓ |\n\n---\n\n## Documentation\n\nFull documentation covers anti-blocking, browser modes, sessions and concurrency, headless and remote handoff, agent design, the Skills system, and the complete command reference.\n\n[Read the full documentation →](docs/README.md)\n\n---\n\n## Also From BrowserAct\n\n### Skill Forge — Your Personal Scraping Engineer\n\nNeed to extract data from the same website repeatedly at scale? Don't write scrapers by hand. **Skill Forge** explores a site once, discovers its APIs and data patterns, generates a deploy-ready Skill package, then runs reliably without re-exploration — 500 or 5,000 records through the same stable path.\n\n**Any website. Any data. One command to start:**\n\n> Install browser-act-skill-forge. Skill source: https://github.com/browser-act/skills/tree/main/browser-act-skill-forge . Verify it works after installation.\n\nThen tell your agent what you need:\n\n> *\"Forge a Skill that extracts job listings from LinkedIn — title, company, salary, URL. I'll run 300 keywords later.\"*\n\n[Skill Forge documentation →](docs/skill-forge.md)\n\n### Solutions Catalog\n\n30+ pre-built Skills already generated by Skill Forge, ready to install and run. Covers Amazon, Google Maps, YouTube, Reddit, WeChat, Zhihu, and more.\n\n[Browse the full Solutions Catalog →](solutions/README.md)\n\n### Build Your Own\n\nCan't find what you need above? Generate a custom Skill for **any website** in minutes — no coding required. Just describe what data you want or what action to perform, and Skill Forge handles the rest.\n\n---\n\n## 💖 Support the Project\n\nBrowserAct Skills is **free and open source**. If it saves you time, please give us a ⭐ **Star** — it keeps the project alive and helps us ship more skills.\n\n<a href=\"https://github.com/browser-act/skills/stargazers\">\n  <img src=\"https://img.shields.io/github/stars/browser-act/skills?style=social\" alt=\"GitHub Stars\">\n</a>\n\n🎁 **Bonus:** Once you star the repository, you can join our [Discord](https://discord.com/invite/UpnCKd7GaU) and post in the `#claim-500-credits` channel to receive **500 free credits**!\n\n### 🤝 Community & Support\n- 💬 [Join our Discord](https://discord.com/invite/UpnCKd7GaU)\n- 📖 [Read the Docs](https://docs.browseract.com)\n- 🐛 [Report an Issue](https://github.com/browser-act/skills/issues)\n- 🌐 [BrowserAct Website](https://www.browseract.com/?co-from=github)\n\n<p align=\"center\"><em>Built with ❤️ by the BrowserAct Team</em></p>\n","default_branch":"main","files":273,"tree":[".github/workflows/community-activity.yml",".github/workflows/sync-browser-act.yml",".gitignore","LICENSE","README.md","assets/readme/browseract-cloud-one-prompt-demo.png","browser-act-skill-forge/SKILL.md","browser-act-skill-forge/references/exploration_extraction.md","browser-act-skill-forge/references/exploration_operation.md","browser-act-skill-forge/references/output_template.md","browser-act/SKILL.md","docs/README.md","docs/agent-design.md","docs/anti-blocking.md","docs/browser-modes.md","docs/commands.md","docs/concurrency.md","docs/headless.md","docs/installation.md","docs/quick-start.md","docs/remote-assist.md","docs/skill-forge.md","docs/skills.md","requirements.txt","solutions/README.md","solutions/ecommerce/1688-product-detail/SKILL.md","solutions/ecommerce/1688-product-detail/scripts/extract-product-detail.py","solutions/ecommerce/1688-product-detail/scripts/extract-promotions.py","solutions/ecommerce/1688-product-detail/scripts/extract-seller-params.py","solutions/ecommerce/1688-product-detail/scripts/extract-sku-details.py","solutions/ecommerce/airbnb-listing-detail/SKILL.md","solutions/ecommerce/airbnb-listing-detail/scripts/listing-detail.py","solutions/ecommerce/airbnb-search-listing/SKILL.md","solutions/ecommerce/airbnb-search-listing/scripts/search-listing.py","solutions/ecommerce/amazon-alexa-qa/SKILL.md","solutions/ecommerce/amazon-alexa-qa/scripts/check-alexa-panel.py","solutions/ecommerce/amazon-alexa-qa/scripts/extract-response.py","solutions/ecommerce/amazon-alexa-qa/scripts/inject-question.py","solutions/ecommerce/amazon-asin-lookup-api-skill/SKILL.md","solutions/ecommerce/amazon-asin-lookup-api-skill/scripts/amazon_asin_lookup_api.py","solutions/ecommerce/amazon-best-selling-products-finder-api-skill/SKILL.md","solutions/ecommerce/amazon-best-selling-products-finder-api-skill/scripts/amazon_best_selling_products_finder_api.py","solutions/ecommerce/amazon-bestseller-listing/SKILL.md","solutions/ecommerce/amazon-bestseller-listing/scripts/extract-bestseller.py","solutions/ecommerce/amazon-buy-box-monitor-api-skill/SKILL.md","solutions/ecommerce/amazon-buy-box-monitor-api-skill/scripts/amazon_buy_box_monitor_api.py","solutions/ecommerce/amazon-competitor-analyzer/.env.example","solutions/ecommerce/amazon-competitor-analyzer/SKILL.md","solutions/ecommerce/amazon-competitor-analyzer/amazon_competitor_analyzer.py","solutions/ecommerce/amazon-listing-competitor-analysis-skill/SKILL.md","solutions/ecommerce/amazon-listing-competitor-analysis-skill/scripts/amazon_listing_competitor_analysis.py","solutions/ecommerce/amazon-product-api-skill/SKILL.md","solutions/ecommerce/amazon-product-api-skill/scripts/amazon_product_api.py","solutions/ecommerce/amazon-product-detail/SKILL.md","solutions/ecommerce/amazon-product-detail/scripts/extract-product-detail.py","solutions/ecommerce/amazon-product-search-api-skill/SKILL.md","solutions/ecommerce/amazon-product-search-api-skill/scripts/amazon_product_search_api.py","solutions/ecommerce/amazon-reviews-api-skill/SKILL.md","solutions/ecommerce/amazon-reviews-api-skill/scripts/amazon_reviews_api.py","solutions/ecommerce/amazon-search-listing/SKILL.md","solutions/ecommerce/amazon-search-listing/scripts/extract-search-results.py","solutions/ecommerce/ebay-item-detail/SKILL.md","solutions/ecommerce/ebay-item-detail/scripts/extract-item-detail.py","solutions/ecommerce/ebay-search-listing/SKILL.md","solutions/ecommerce/ebay-search-listing/scripts/extract-listing.py","solutions/ecommerce/ebay-sold-listings-search/SKILL.md","solutions/ecommerce/ebay-sold-listings-search/scripts/build-url.py","solutions/ecommerce/ebay-sold-listings-search/scripts/enum-categories.py","solutions/ecommerce/ebay-sold-listings-search/scripts/extract-page.py","solutions/ecommerce/ecommerce-listing/SKILL.md","solutions/ecommerce/ecommerce-listing/scripts/extract-listing-next-page.py","solutions/ecommerce/ecommerce-listing/scripts/extract-listing.py","solutions/ecommerce/ecommerce-product-detail/SKILL.md","solutions/ecommerce/ecommerce-product-detail/scripts/extract-product.py","solutions/ecommerce/ecommerce-reviews/SKILL.md","solutions/ecommerce/ecommerce-reviews/scripts/extract-reviews.py","solutions/ecommerce/ecommerce-seller-info/SKILL.md","solutions/ecommerce/ecommerce-seller-info/scripts/extract-seller.py","solutions/ecommerce/etsy-category-listing/SKILL.md","solutions/ecommerce/etsy-category-listing/scripts/extract-listings.py","solutions/ecommerce/etsy-keyword-search/SKILL.md","solutions/ecommerce/etsy-keyword-search/scripts/extract-listings.py","solutions/ecommerce/etsy-product-detail/SKILL.md","solutions/ecommerce/etsy-product-detail/scripts/extract-detail.py","solutions/ecommerce/etsy-shop-catalog/SKILL.md","solutions/ecommerce/etsy-shop-catalog/scripts/extract-listings.py","solutions/ecommerce/goofish-item-detail/SKILL.md","solutions/ecommerce/goofish-item-detail/scripts/extract-item-detail.py","solutions/ecommerce/goofish-search-list/SKILL.md","solutions/ecommerce/goofish-search-list/scripts/apply-search-filters.py","solutions/ecommerce/goofish-search-list/scripts/extract-search-items.py","solutions/ecommerce/goofish-search-list/scripts/goto-page.py","solutions/ecommerce/taobao-keyword-search/SKILL.md","solutions/ecommerce/taobao-keyword-search/scripts/search-products.py","solutions/ecommerce/taobao-product-detail/SKILL.md","solutions/ecommerce/taobao-product-detail/scripts/extract-product.py","solutions/ecommerce/taobao-product-reviews/SKILL.md","solutions/ecommerce/taobao-product-reviews/scripts/extract-reviews.py","solutions/ecommerce/taobao-product-reviews/scripts/next-review-page.py","solutions/ecommerce/taobao-shop-catalog/SKILL.md","solutions/ecommerce/taobao-shop-catalog/scripts/extract-catalog.py","solutions/ecommerce/walmart-category-listing/SKILL.md","solutions/ecommerce/walmart-category-listing/scripts/extract-listing.py","solutions/ecommerce/walmart-keyword-search/SKILL.md","solutions/ecommerce/walmart-keyword-search/scripts/extract-listing.py","solutions/ecommerce/walmart-product-detail/SKILL.md","solutions/ecommerce/walmart-product-detail/scripts/extract-product-detail.py","solutions/ecommerce/walmart-product-reviews/SKILL.md","solutions/ecommerce/walmart-product-reviews/scripts/extract-reviews.py","solutions/lead-generation/business-contact-social-links-skill/SKILL.md","solutions/lead-generation/business-contact-social-links-skill/scripts/business_contact_social_links.py","solutions/lead-generation/github-project-contributor-finder-api-skill/SKILL.md","solutions/lead-generation/github-project-contributor-finder-api-skill/scripts/github_project_contributor_finder_api.py","solutions/lead-generation/google-maps-api-skill/SKILL.md","solutions/lead-generation/google-maps-api-skill/scripts/google_maps_api.py","solutions/lead-generation/google-maps-contact-extract/SKILL.md","solutions/lead-generation/google-maps-contact-extract/scripts/extract-contacts.py","solutions/lead-generation/google-maps-contact-extract/scripts/place-detail.py","solutions/lead-generation/google-maps-contact-extract/scripts/search-places.py","solutions/lead-generation/google-maps-reviews-api-skill/SKILL.md","solutions/lead-generation/google-maps-reviews-api-skill/scripts/google_maps_reviews_api.py","solutions/lead-generation/google-maps-search-api-skill/SKILL.md","solutions/lead-generation/google-maps-search-api-skill/scripts/google_maps_search_api.py","solutions/lead-generation/google-social-media-finder/SKILL.md","solutions/lead-generation/google-social-media-finder/scripts/extract-social-profiles.py","solutions/lead-generation/indeed-job-search/SKILL.md","solutions/lead-generation/indeed-job-search/scripts/fetch-job-detail.py","solutions/lead-generation/indeed-job-search/scripts/search-jobs.py","solutions/lead-generation/industry-key-contact-radar-api-skill/SKILL.md","solutions/lead-generation/industry-key-contact-radar-api-skill/scripts/industry_key_contact_radar_api.py","solutions/lead-generation/linkedin-jobs-search/SKILL.md","solutions/lead-generation/linkedin-jobs-search/scripts/job-detail.py","solutions/lead-generation/linkedin-jobs-search/scripts/search-jobs.py","solutions/lead-generation/producthunt-launches/SKILL.md","solutions/lead-generation/producthunt-launches/scripts/extract-launch-detail.py","solutions/lead-generation/producthunt-launches/scripts/extract-leaderboard.py","solutions/lead-generation/producthunt-launches/scripts/extract-maker-profile.py","solutions/lead-generation/producthunt-launches/scripts/extract-website-content.py","solutions/lead-generation/social-media-finder-skill/SKILL.md","solutions/lead-generation/social-media-finder-skill/scripts/social_media_finder.py","solutions/lead-generation/trustpilot-company-info/SKILL.md","solutions/lead-generation/trustpilot-company-info/scripts/extract-company-info.py","solutions/lead-generation/youtube-channel-business-email/SKILL.md","solutions/lead-generation/youtube-channel-business-email/scripts/extract-channel-about.py","solutions/lead-generation/youtube-channel-business-email/scripts/extract-emails-from-text.py","solutions/lead-generation/youtube-channel-business-email/scripts/normalize-channel-input.py","solutions/search-research/google-image-api-skill/SKILL.md","solutions/search-research/google-image-api-skill/scripts/google_image_api.py","solutions/search-research/google-news-api-skill/SKILL.md","solutions/search-research/google-news-api-skill/scripts/google_news_api.py","solutions/search-research/google-search-serp/SKILL.md","solutions/search-research/google-search-serp/scripts/serp-extract.py","solutions/search-research/web-research-assistant/SKILL.md","solutions/search-research/web-research-assistant/scripts/research.py","solutions/search-research/web-search-scraper-api-skill/SKILL.md","solutions/search-research/web-search-scraper-api-skill/scripts/web_search_scraper_api.py","solutions/search-research/webcrawler-deep-crawl/SKILL.md","solutions/search-research/webcrawler-deep-crawl/scripts/discover-links.py","solutions/search-research/webcrawler-deep-crawl/scripts/discover-llms-txt.py","solutions/search-research/webcrawler-deep-crawl/scripts/discover-sitemap.py","solutions/search-research/webcrawler-deep-crawl/scripts/extract-page-content.py","solutions/social-listening/facebook-ads-library-search/SKILL.md","solutions/social-listening/facebook-ads-library-search/scripts/search-ads.py","solutions/social-listening/facebook-groups-scrape-posts/SKILL.md","solutions/social-listening/facebook-groups-scrape-posts/scripts/scrape-posts.py","solutions/social-listening/facebook-page-posts/SKILL.md","solutions/social-listening/facebook-page-posts/scripts/get-page-id.py","solutions/social-listening/facebook-page-posts/scripts/get-page-posts.py","solutions/social-listening/facebook-page-profile-posts/SKILL.md","solutions/social-listening/facebook-page-profile-posts/scripts/get-page-id.py","solutions/social-listening/facebook-page-profile-posts/scripts/get-page-posts.py","solutions/social-listening/instagram-hashtag-posts/SKILL.md","solutions/social-listening/instagram-hashtag-posts/scripts/fetch-hashtag-posts.py","solutions/social-listening/instagram-hashtag-posts/scripts/parse-hashtag-response.py","solutions/social-listening/instagram-place-posts/SKILL.md","solutions/social-listening/instagram-place-posts/scripts/get-place-posts.py","solutions/social-listening/instagram-place-posts/scripts/search-location.py","solutions/social-listening/instagram-post-comments/SKILL.md","solutions/social-listening/instagram-post-comments/scripts/get-media-id.py","solutions/social-listening/instagram-post-comments/scripts/get-post-comments.py","solutions/social-listening/instagram-profile-meta/SKILL.md","solutions/social-listening/instagram-profile-meta/scripts/get-profile-meta.py","solutions/social-listening/instagram-profile-posts/SKILL.md","solutions/social-listening/instagram-profile-posts/scripts/get-profile-posts.py","solutions/social-listening/instagram-profile-posts/scripts/get-user-id.py","solutions/social-listening/reddit-competitor-analysis-api-skill/SKILL.md","solutions/social-listening/reddit-competitor-analysis-api-skill/scripts/reddit_competitor_analysis_api.py","solutions/social-listening/reddit-warmup/SKILL.md","solutions/social-listening/threads-keyword-search/SKILL.md","solutions/social-listening/threads-keyword-search/scripts/extract-search-results.py","solutions/social-listening/threads-profile-search/SKILL.md","solutions/social-listening/threads-profile-search/scripts/extract-profile-search.py","solutions/social-listening/threads-profile-search/scripts/get-profile-details.py","solutions/social-listening/threads-user-posts/SKILL.md","solutions/social-listening/threads-user-posts/scripts/extract-posts.py","solutions/social-listening/threads-user-posts/scripts/scroll-load-more.py","solutions/social-listening/trustpilot-company-info/SKILL.md","solutions/social-listening/trustpilot-company-info/scripts/extract-company-info.py","solutions/social-listening/trustpilot-reviews/SKILL.md","solutions/social-listening/trustpilot-reviews/scripts/extract-reviews.py","solutions/social-listening/wechat-article-search-api-skill/SKILL.md","solutions/social-listening/wechat-article-search-api-skill/scripts/wechat_article_search_api.py","solutions/social-listening/x-dm-auto-chat/SKILL.md","solutions/social-listening/x-dm-auto-chat/scripts/check-composer.py","solutions/social-listening/x-dm-auto-chat/scripts/check-page-state.py","solutions/social-listening/x-dm-auto-chat/scripts/fetch-inbox-api.py","solutions/social-listening/x-dm-auto-chat/scripts/open-conversation-by-user.py","solutions/social-listening/x-dm-auto-chat/scripts/read-conversation.py","solutions/social-listening/x-dm-auto-chat/scripts/scan-inbox-merged.py","solutions/social-listening/x-dm-auto-chat/scripts/scroll-load-history.py","solutions/social-listening/x-dm-auto-chat/scripts/search-users.py","solutions/social-listening/x-dm-auto-chat/scripts/verify-sent.py","solutions/social-listening/x-keyword-comment/SKILL.md","solutions/social-listening/x-keyword-comment/scripts/click-reply.py","solutions/social-listening/x-keyword-comment/scripts/scan-search-tweets.py","solutions/social-listening/x-tweet-by-conversation/SKILL.md","solutions/social-listening/x-tweet-by-conversation/scripts/build-conversation-url.py","solutions/social-listening/x-tweet-by-conversation/scripts/parse-tweets.py","solutions/social-listening/x-tweet-by-handle/SKILL.md","solutions/social-listening/x-tweet-by-handle/scripts/build-profile-url.py","solutions/social-listening/x-tweet-by-handle/scripts/parse-tweets.py","solutions/social-listening/x-tweet-by-url/SKILL.md","solutions/social-listening/x-tweet-by-url/scripts/classify-url.py","solutions/social-listening/x-tweet-by-url/scripts/parse-tweets.py","solutions/social-listening/x-tweet-search-by-query/SKILL.md","solutions/social-listening/x-tweet-search-by-query/scripts/build-search-url.py","solutions/social-listening/x-tweet-search-by-query/scripts/parse-tweets.py","solutions/social-listening/x-tweet-search/SKILL.md","solutions/social-listening/x-tweet-search/scripts/extract-tweets.py","solutions/social-listening/xiaohongshu-auto-posting/SKILL.md","solutions/social-listening/xiaohongshu-note-detail/SKILL.md","solutions/social-listening/xiaohongshu-note-detail/scripts/extract-note-comments.py","solutions/social-listening/xiaohongshu-note-detail/scripts/extract-note-detail.py","solutions/social-listening/xiaohongshu-search-full/SKILL.md","solutions/social-listening/xiaohongshu-search-full/scripts/extract-note-detail.py","solutions/social-listening/xiaohongshu-search-full/scripts/extract-search-feeds.py","solutions/social-listening/xiaohongshu-search/SKILL.md","solutions/social-listening/xiaohongshu-search/scripts/extract-search.py","solutions/social-listening/xiaohongshu-user-profile/SKILL.md","solutions/social-listening/xiaohongshu-user-profile/scripts/extract-user-notes.py","solutions/social-listening/xiaohongshu-user-profile/scripts/extract-user-profile.py","solutions/social-listening/zhihu-search-api-skill/SKILL.md","solutions/social-listening/zhihu-search-api-skill/scripts/zhihu_search_api.py","solutions/video-platforms/douyin-video-search/SKILL.md","solutions/video-platforms/douyin-video-search/scripts/search-videos.py","solutions/video-platforms/tiktok-hashtag-videos/SKILL.md","solutions/video-platforms/tiktok-hashtag-videos/scripts/get-challenge-id.py","solutions/video-platforms/tiktok-profile-videos/SKILL.md","solutions/video-platforms/tiktok-search-videos/SKILL.md","solutions/video-platforms/tiktok-video-detail/SKILL.md","solutions/video-platforms/tiktok-video-detail/scripts/extract-video-detail.py","solutions/video-platforms/youtube-api-skill/SKILL.md","solutions/video-platforms/youtube-api-skill/scripts/youtube_api.py","solutions/video-platforms/youtube-batch-transcript-extractor-api-skill/SKILL.md","solutions/video-platforms/youtube-batch-transcript-extractor-api-skill/scripts/youtube_batch_transcript_extractor_api.py","solutions/video-platforms/youtube-channel-api-skill/SKILL.md","solutions/video-platforms/youtube-channel-api-skill/scripts/youtube_channel_api.py","solutions/video-platforms/youtube-comments-api-skill/SKILL.md","solutions/video-platforms/youtube-comments-api-skill/scripts/youtube_comments_api.py","solutions/video-platforms/youtube-influencer-finder-api-skill/SKILL.md","solutions/video-platforms/youtube-influencer-finder-api-skill/scripts/youtube_influencer_finder_api.py","solutions/video-platforms/youtube-search-api-skill/SKILL.md","solutions/video-platforms/youtube-search-api-skill/scripts/youtube_search_api.py","solutions/video-platforms/youtube-transcript-analysis-api-skill/SKILL.md","solutions/video-platforms/youtube-transcript-analysis-api-skill/scripts/youtube_transcript_analysis_api.py","solutions/video-platforms/youtube-transcript-extractor-api-skill/SKILL.md","solutions/video-platforms/youtube-transcript-extractor-api-skill/scripts/youtube_transcript_extractor_api.py","solutions/video-platforms/youtube-transcript/SKILL.md","solutions/video-platforms/youtube-transcript/scripts/extract-transcript-segments.py","solutions/video-platforms/youtube-transcript/scripts/get-languages.py","solutions/video-platforms/youtube-transcript/scripts/open-transcript-panel.py","solutions/video-platforms/youtube-video-api-skill/SKILL.md","solutions/video-platforms/youtube-video-api-skill/scripts/youtube_video_api.py"],"storefront":"/r/browser-act","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/browser-act/skills/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}