Baoyu Danger Gemini Web
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.
Run in terminal (recommended)
claude mcp add baoyu-danger-gemini-web npx -- -y @trustedskills/baoyu-danger-gemini-web
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.