smithery/neversight

shoqai-automation

Automate browsing and article searching on shoqai.com with screenshot capture

Installation

$ npx skills add smithery/neversight --skill shoqai-automation

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,068 B
  • docs SUMMARY.md 102 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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 loaded
  • 2-after-explore-click.png - After clicking Explore
  • 3-article-opened.png - Article opened
  • 4-final.png - Final state

Requirements

  • Node.js (v14 or higher)
  • npm
  • Internet connection