skills/search/SKILL.md
--- id: search name: Search description: Search the web or fetch a URL. Actions: search (query), navigate (url). See skill.md for arguments. --- # Search Search the web or fetch a page. Call **run_skill** with **skill: "search"**. The **command name** is the operation: use **command** or **arguments.action** set to exactly one of: **search**, **navigate**. ## Commands (name is command) - **search** - For current time, weather, date, latest news, or any live query. Set **arguments.query** (e.
npx skillsauth add bishwashere/cowcode skills/searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Search the web or fetch a page. Call run_skill with skill: "search". The command name is the operation: use command or arguments.action set to exactly one of: search, navigate.
You can pass the command at the top level (command: "search") or inside arguments (arguments.action: "search"). Never omit the command/action.
search_search
description: Search the web. ALWAYS use this for any question about current events, recent news, election results, sports scores, prices, people, places, or anything that may have changed. Do not answer from memory when this tool is available.
parameters:
query: string
search_navigate
description: Open a URL and return page content.
parameters:
url: string
BRAVE_API_KEY in .env or skills.search.apiKey in config.json (or skills.browser.search.apiKey for backward compatibility).testing
Bridge conversation to dashboard Projects and Missions — list configured projects, register new ones with setup details, health-check, propose tasks, create missions after user approval, log progress, and update task status. Use when the user wants to work on, track, or manage a project.
testing
Scan linked teammates and score who best fits a user request. Returns ranked agents with relevance scores, reasoning, and a recommendation (delegate, handle-in-main, adapt, or create-new). Call when the topic does not clearly match your active skills or before deciding whether to delegate.
tools
Gmail integration. List, read, search, send, reply, archive, trash, mark-read emails. Natural language commands like "clear my inbox" or "summarize unread". Requires gog CLI authenticated with Gmail.
documentation
GitHub integration. Read repos, list/read issues and PRs, create branches, post comments, create PRs. Requires GitHub token in ~/.pasture/secrets.json or GITHUB_TOKEN env var.