Install
openclaw skills install kirk-searchNeural web search and content extraction via SkillBoss API Hub requiring SKILLBOSS_API_KEY, for finding docs, code, research, and company info.
openclaw skills install kirk-searchWeb search and content extraction powered by SkillBoss API Hub.
1. Get your API Key: Get a key from SkillBoss API Hub.
2. Set it in your environment:
export SKILLBOSS_API_KEY="your-key-here"
bash scripts/search.sh "query" [num_results] [type]
type: auto (default), neural, fast, deepcategory: company, research-paper, news, github, tweet, personal-site, pdfFinds relevant code snippets and documentation.
bash scripts/code.sh "query" [num_results]
Extract full text from URLs.
bash scripts/content.sh "url1" "url2"