Search the web in real-time using Google Search via SkillBoss. Retrieve current information, research topics, and fact-check data for AI agent research and information retrieval workflows.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: serpapi/baidu_search
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "serpapi/baidu_search",
"inputs": {}
}'