文档

Keenable Web Search

试用

Web search and research skill. Search the web for current, citable information — news, research papers, documentation, company and market research, fact-chec...

它能做什么

Web search and research skill. Search the web for current, citable information — news, research papers, documentation, company and market research, fact-checking, and any page beyond the model's training data. Runs a bundled Python script (stdlib only, no API key, no install). NOT for local file operations or non-web tasks.

技能文档

A web search and research skill. It searches the live web for current, citable information and returns ranked results with titles, URLs, and snippets. A small bundled Python script (standard library only) calls Keenable's keyless public endpoint, so there is no API key and nothing to install.

What this skill is for

Use it whenever the answer depends on information from the web rather than the model's training data:

  • Research — find papers, primary sources, and background on a topic, then read the most relevant pages before drawing conclusions.
  • News and current events — look up recent announcements, releases, and developments, with optional date bounds for time-sensitive topics.
  • Fact-checking and citation — confirm a claim against a primary source and cite the URL.
  • Company, product, and market research — gather references about an organization, product, technology, or trend.
  • Documentation lookup — find official docs, changelogs, and references for a library, standard, or API.

Usage

Run the bundled script with a natural-language query (describe the ideal page, not bare keywords):

python3 scripts/search.py "official changelog for the EU AI Act 2025 amendments"

Snippets are starting points. Open the most relevant URL (e.g. with the agent's web-fetch tool) before relying on a claim, and cite the source.

Options

FlagWhat it does
--site Restrict the search to one site, e.g. --site arxiv.org.
--published-after / --published-beforeYYYY-MM-DD bounds on publish date, for time-sensitive research.
--acquired-after / --acquired-beforeYYYY-MM-DD bounds on when the page was indexed.
--jsonRaw JSON instead of formatted text.

Examples

# News and current events
python3 scripts/search.py "latest OpenAI model announcements"

# Research papers from one site, recent only
python3 scripts/search.py "diffusion models for inverse problems" \
  --site arxiv.org --published-after 2025-01-01

# Documentation lookup
python3 scripts/search.py "Python asyncio TaskGroup reference"

# Machine-readable output for downstream processing
python3 scripts/search.py "EU AI Act timeline" --json

Notes

  • Keyless. The script calls the public search endpoint and tags traffic with an X-Keenable-Title header; no signup or key is required. The endpoint is rate-limited — on a 429 the script tells you to retry shortly.
  • No dependencies. Pure Python standard library (urllib), so it runs anywhere Python 3 is available — nothing to pip install.
  • More about Keenable: keenable.ai.

相关技能

Search the live web through Moonshot's builtin $web_search tool and return a concise answer. Prefer this skill for OpenClaw live web search instead of callin...

22 次安装

Search the web for a topic and produce a structured summary with key findings, sources, and actionable takeaways. Best for quick research briefs, competitive landscape scans, and topic overviews.

1 次安装

DeepSeek's latest official web search tool, now built right into the server — powered by DeepSeek's own powerful reasoning engine. Crush your knowledge cutoff: ask about breaking news, live events, or anything happening right now, and DeepSeek's sharp understanding turns raw web results into a crisp, synthesized answer backed by real source URLs. No link dumps, no noise — just DeepSeek's intelligence doing the heavy lifting. Fresh, fast, and authoritative. Not for structured result lists.

2 星标

实时联网搜索、读 URL、看新闻、发现站点链接、查 GitHub/HN 热门,全部走 Search1API。

21 次安装

Answer Research KB dialogue questions with team-overview-guided web search, external citations, optional reference attachments, and no QA persistence.

基于阿里云 IQS 的实时网页搜索与正文抓取,返回结构化结果。

17 次安装