shoqai-automation
4
总安装量
3
周安装量
#54414
全站排名
安装命令
npx skills add https://github.com/dysthayes/claude-code-skills --skill shoqai-automation
Agent 安装分布
antigravity
3
windsurf
2
opencode
2
claude-code
2
gemini-cli
2
Skill 文档
Shoqai Automation
This skill automates web interactions on shoqai.com. It opens the website, clicks Explore, searches for articles by name, opens them, and captures screenshots at each step.
Usage
# Find and open Tesla article (default)
node automate-shoqai.js
# Find specific article
node automate-shoqai.js "Apple"
node automate-shoqai.js "Microsoft"
Installation
npm install
npx playwright install chromium
mkdir screenshots
Features
- Automated browser navigation with Playwright
- Handles links that open in new tabs
- Automatic screenshot capture at each step
- Configurable article search
Screenshots
Screenshots are saved to the screenshots/ folder:
1-homepage.png– Homepage loaded2-after-explore-click.png– After clicking Explore3-article-opened.png– Article opened4-final.png– Final state
Requirements
- Node.js (v14 or higher)
- npm
- Internet connection