用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aphrody-code/aphrody --skill bxc命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Scan and migrate a Node.js codebase to Bun using n2b, including API mappings, Bun Shell ($), shebang updates, and package config.
Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.
Apply Google's design language to a UI. Load whenever the user wants something to look or feel like a Google product, including requests like "apply Google design style", "make it look like a Google product", "Google-style UI", "design.google guidance", "Google design principles", "Google Sans typography", "Product Sans", "Gemini visual language", "the Gemini sparkle / gradient look", "Material You expressiveness", or any question about how Google approaches color, type, motion, and brand across its products (Search, Gemini, Workspace, Pixel). This is the language layer above the Material 3 spec; for exact M3 token values use the sibling skill m3-docs.
正在显示 SKILL.md
| name | bxc |
| description | Crawler and web scraping engine with advanced stealth, browser automation, and platform scrapers. |
| when_to_use | User asks to crawl, recon, or scrape a webpage, search Google, automate browser tasks, extract data, or interact with platforms like x.com/Grok/WorldBeyblade. |
| version | 1.1.0 |
bxc is a high-performance web browser, crawling, and scraping engine. It is optimized for server environments and Google-grade stealth, fushing in-process V8 bindings with a native Rust Chromium driver.
aphrody bxc recon https://example.com
aphrody bxc detect https://example.com --json
aphrody bxc scrape https://example.com --selector "article h2"
aphrody bxc search "rust async closures"
aphrody bxc serve --cdp-port 9222
aphrody bxc mirror https://example.com
aphrody bxc cookies --domain example.com
bxc includes specialized modules for crawling and automating interactions with various platforms:
aphrody bxc xcom <handle>aphrody bxc xaphrody bxc grok "your query"aphrody bxc worldbeyblade --rankings
aphrody bxc challonge https://challonge.com/tournament_id
aphrody bxc fut --player "Messi"
aphrody bxc voiranime search "Inazuma Eleven"
For large-scale or persistent crawling tasks:
aphrody bxc actor run <actor_name>
aphrody bxc crawl-worker --daemon
--proxy <url>: Route all traffic through an HTTP/SOCKS5 proxy.--insecure / -k: Skip TLS/SSL certificate validation.--json: Format command outputs in raw JSON.--timeout <ms>: Adjust the global network timeout.