Brave Web Search

search the web using Brave Search API with a query as argument. Use this skill when the user asks to search for information on the web. Use when this capability is needed.

tomevault-io Updated

File contents

Brave Web Search

Command to execute

curl -s "https://api.search.brave.com/res/v1/web/search?q=$(echo "$ARGUMENTS_REST" | sed 's/ /+/g')&count=10" \
  -H "X-Subscription-Token: ${BRAVE}" \
  -H "Accept: application/json"

Source: aiden-liu/news_roundup_agent — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/aiden-liu--news-roundup-agent--brave-web-search commit 49c538891b

Frequently asked questions

npx skillmds@latest add tomevault-io/brave-web-search