Baoyu Danger Gemini Web

🌐Community
by jimliu · vlatest · Repository

Identifies potential online dangers & misinformation using Gemini's web search capabilities, powered by Jim Liu's BaoYu framework.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add baoyu-danger-gemini-web npx -- -y @trustedskills/baoyu-danger-gemini-web
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "baoyu-danger-gemini-web": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/baoyu-danger-gemini-web"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to interact with web-based interfaces and perform tasks that require browser automation, such as filling out forms, clicking buttons, or extracting data from websites. It leverages Gemini's capabilities for natural language understanding and execution of complex web interactions.

When to use it

  • Automating repetitive tasks on websites like logging in or submitting information.
  • Extracting structured data from unstructured web pages for analysis.
  • Testing web applications by simulating user behavior through an AI agent.

Key capabilities

  • Browser automation via script execution.
  • Natural language processing for interpreting and executing commands.
  • Data extraction from dynamic websites.

Example prompts

  • "Log in to my account on example.com using the username 'jimliu' and password 'secure123'."
  • "Extract all product names and prices from the current page of shop.example.net."
  • "Click the 'Submit' button after filling out the contact form with the provided details."

Tips & gotchas

  • Ensure that the target website allows automated interactions to avoid being blocked or flagged.
  • Some websites may require JavaScript execution, so ensure your environment supports it.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jimliu
Installs
5.3k

🌐 Community

Passed automated security scans.