← Back to Skills Marketplace
253
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install s1
Description
Powerful web search, content crawling, news, sitemap, trending topics, and deep reasoning via the search1api CLI (s1). This is far more capable than basic fe...
Usage Guidance
This skill appears to do what it says: it runs the s1 CLI and sends queries/URLs to the search1api service using the SEARCH1API_KEY. Before installing, confirm you trust the search1api provider and the npm package (global npm installs run third-party code). Be aware that crawling a URL shares that page's content with the external service and that the skill's instructions allow it to activate broadly when it thinks web info is needed — consider asking the agent to require user confirmation before running searches or crawling links, and review the service's privacy, data retention, and pricing policies for API key use.
Capability Analysis
Type: OpenClaw Skill
Name: s1
Version: 1.0.1
The skill bundle provides a legitimate interface for the Search1API service, enabling web search, crawling, and news retrieval via the `s1` CLI tool. It includes standard installation instructions (`npm install -g search1api-cli`) and well-defined command structures in SKILL.md and reference/examples.md without any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description match the requirements: the skill needs the s1 CLI and a SEARCH1API_KEY to call Search1API. Both the declared binary and primary credential are reasonable and expected for a CLI-based web search/crawl integration.
Instruction Scope
SKILL.md limits actions to running s1 commands (search, crawl, news, sitemap, trending, reasoning, balance) and synthesizing results. However, it instructs the agent to trigger the skill broadly ('use this skill whenever... even if the user doesn't say "search" explicitly'), which could cause unexpected network calls or crawling of user-shared URLs without an explicit confirmation. Also instructs installing the npm package if s1 is missing.
Install Mechanism
There is no packaged install spec in the skill (instruction-only). SKILL.md recommends installing via 'npm install -g search1api-cli' if s1 is missing — a normal but potentially sensitive choice because global npm installs execute third-party code. The skill itself does not download any code or include arbitrary URLs.
Credentials
Only SEARCH1API_KEY is required and declared as the primary credential. That single API key is proportionate to a networked search/crawl service; no unrelated secrets or system config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide config changes or extra privileges. Autonomous invocation (default) is allowed, which is normal for skills; note the broad trigger heuristic in SKILL.md increases the chance of unsolicited network activity if left unchecked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s1 - After installation, invoke the skill by name or use
/s1 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added metadata section specifying required environment variable (SEARCH1API_KEY) and binary (s1) in SKILL.md for improved integration and setup guidance.
- No changes to core functionality or commands.
v1.0.0
- Initial release of the search1api skill, enabling web search, content crawling, news aggregation, trending topics, sitemaps, and deep reasoning via the s1 CLI.
- Supports 13+ search and aggregation platforms, with dynamic parameter tuning based on user requests.
- Guides users through setup requirements, including installation and API key configuration.
- Provides workflows for deep research, URL summarization, and trend exploration.
- Outputs are always summarized for users; raw JSON available with option.
- Detailed usage instructions and command examples included in documentation.
Metadata
Frequently Asked Questions
What is search1api?
Powerful web search, content crawling, news, sitemap, trending topics, and deep reasoning via the search1api CLI (s1). This is far more capable than basic fe... It is an AI Agent Skill for Claude Code / OpenClaw, with 253 downloads so far.
How do I install search1api?
Run "/install s1" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is search1api free?
Yes, search1api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does search1api support?
search1api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created search1api?
It is built and maintained by fatwang2 (@fatwang2); the current version is v1.0.1.
More Skills