bing-search

免费网页搜索,使用 Bing + Jina.ai 提取内容摘要。无需 API Key,直接可用。适用于快速获取搜索结果和网页内容。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bing-search" with this command: npx skills add azzazhang/bing-search-free

Bing Search Skill

免费网页搜索方案,基于 Bing 搜索 + Jina.ai 内容提取。

特性

  • 完全免费 — 无需 API Key
  • 🌐 Bing 搜索 — 全球搜索结果
  • 📄 内容摘要 — Jina.ai 自动提取页面核心内容
  • 快速响应 — 通常 1 秒内完成

使用方法

命令行

./scripts/bing_search.sh '<json>'

示例:

# 基本搜索
./scripts/bing_search.sh '{"query": "Python 教程"}'

# 指定结果数量
./scripts/bing_search.sh '{"query": "AI news", "max_results": 5}'

# 中文搜索
./scripts/bing_search.sh '{"query": "人工智能 最新消息", "max_results": 3}'

参数说明

参数类型默认值说明
querystring必填搜索关键词
max_resultsnumber5返回结果数量 (1-10)

输出格式

{
  "query": "搜索关键词",
  "results": [
    {
      "url": "https://example.com",
      "title": "页面标题",
      "content": "页面内容摘要...",
      "score": 0.95
    }
  ],
  "response_time": 0.75
}

技术原理

  1. Bing 搜索 — 获取搜索结果列表
  2. Jina.ai 提取https://r.jina.ai/http://bing.com/search?q=关键词
  3. 结果解析 — 提取标题、URL、内容摘要

限制

  • 免费服务,有请求频率限制
  • 不适合大规模自动化搜索
  • 结果质量依赖 Bing 和 Jina.ai

故障排除

问题: 返回空结果 解决: 检查网络连接,稍后重试

问题: 请求频繁被拒 解决: 等待几秒后再试,或减少请求频率


来源: agents-skills-personal → openclaw-workspace

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated