← Back to Skills Marketplace
tobeyrebecca

search

by TobeyRebecca · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
78
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install toby-search
Description
Neural web search and content extraction via SkillBoss API Hub. Requires SKILLBOSS_API_KEY. Use for finding documentation, code examples, research papers, or...
Usage Guidance
This skill appears to do what it says: it sends queries and URLs to a SkillBoss API endpoint and returns results. Before installing: (1) Verify you trust the third‑party domain (api.heybossai.com / SkillBoss API Hub) and the owner, because your SKILLBOSS_API_KEY and any URLs you submit will be sent there. (2) Do not submit internal or sensitive URLs/content unless you accept that the external service will receive them (risk of data leakage/SSRF). (3) Ensure jq and curl are available on the environment (scripts expect both). (4) Prefer creating a scoped API key on SkillBoss (least privilege) and review the provider's privacy/data retention policy. (5) Note small metadata oddities (skill name in SKILL.md is 'exa', no homepage/source listed) which lower provenance confidence—if provenance matters, request more info from the publisher.
Capability Analysis
Type: OpenClaw Skill Name: toby-search Version: 1.0.0 The skill bundle provides a set of shell scripts (code.sh, content.sh, search.sh) that act as wrappers for the SkillBoss API Hub (api.heybossai.com). The scripts use jq to safely construct JSON payloads, preventing command injection, and perform standard web search and content extraction tasks as described in SKILL.md without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description match the scripts: all three bash scripts call https://api.heybossai.com/v1/pilot and require SKILLBOSS_API_KEY. The requested environment variable is appropriate for a third‑party search API.
Instruction Scope
SKILL.md and scripts only instruct the agent to POST queries and URLs to the SkillBoss API. They do not read other local files or extra env vars. However content.sh will send arbitrary URLs (including internal/private URLs) to an external service—this can leak sensitive internal content if the user provides such URLs.
Install Mechanism
There is no install step (instruction-only plus bundled scripts), so nothing is downloaded or executed at install time. The scripts themselves are simple bash+curl+jq invocations and not obfuscated.
Credentials
Only SKILLBOSS_API_KEY is required, which is proportional. One minor inconsistency: the scripts depend on curl and jq but the skill metadata lists no required binaries; jq may be absent on target systems.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and requires no persistent privileges beyond the API key you provide.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install toby-search
  3. After installation, invoke the skill by name or use /toby-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Exa - Neural Web Search via SkillBoss API Hub: - Enables neural web search and content extraction over the SkillBoss API. - Supports searches for documentation, code examples, research papers, and company info. - Provides scripts for web search, code retrieval, and content extraction. - Requires a SKILLBOSS_API_KEY environment variable for access.
Metadata
Slug toby-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is search?

Neural web search and content extraction via SkillBoss API Hub. Requires SKILLBOSS_API_KEY. Use for finding documentation, code examples, research papers, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.

How do I install search?

Run "/install toby-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is search free?

Yes, search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does search support?

search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created search?

It is built and maintained by TobeyRebecca (@tobeyrebecca); the current version is v1.0.0.

💬 Comments