← 返回
未分类 中文

Seekit Search(No API Key Required)

Use this skill when an agent needs fresh web results. No API key required. Supports multiple platforms (web, video, social). It explains how to choose a prov...
当智能体需要获取最新网页搜索结果时使用此技能。无需API密钥,支持多平台(网页、视频、社交媒体),并说明如何选择搜索提供商。
lexiforest lexiforest 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 438
下载
💾 1
安装
1
版本
#latest

概述

Seekit Live Search

Use this skill for live web search through seekit.

Install

pip install seekit

Workflow

Prefer the command line over the Python API — it is simpler and produces structured output directly.

CLI (preferred)

seekit <query> --engine <provider> --format json --limit 10

Examples:

seekit "latest OpenAI reasoning model" --engine bing --format json
seekit "python asyncio tutorial" --engine google --format markdown
seekit "cat videos" --engine youtube --format json --limit 5

Python API

import seekit
results = seekit.search(query, provider="bing")

Each result is a SerpItem with fields: provider, title, excerpt, url, optional author, optional cover_url.

JSON output example

[
  {
    "provider": "bing",
    "title": "OpenAI announces new reasoning model",
    "excerpt": "OpenAI has released its latest reasoning model...",
    "url": "https://example.com/article",
    "author": "John Doe",
    "cover_url": null,
    "time": "2026-03-15"
  }
]

Choosing a provider

  • bing, brave, duckduckgo, so, sogou, toutiao for web
  • youtube, bilibili for video
  • reddit, threads, weibo for social

If one provider looks thin or noisy, retry with a second provider instead of overfitting the parser output.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 20:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,444 📥 328,865
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 866 📥 347,127
ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,519 📥 577,749