← All skills
Tencent SkillHub · Developer Tools

Langextract Search

集成智谱搜索、DuckDuckGo 搜索和多模型结构化提取的完整工作流。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

集成智谱搜索、DuckDuckGo 搜索和多模型结构化提取的完整工作流。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, conf.json, references/search-params.md, references/workflow-details.md, scripts/langextract_wrap.py, scripts/search.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

LangExtract Search Skill

集成智谱搜索 + DuckDuckGo 搜索 + 多模型结构化提取的完整工作流。

功能特性

🔍 智谱 AI 搜索: 使用智谱 zai-sdk 进行网络搜索 🌐 DuckDuckGo 搜索: 备用搜索引擎(支持多后端:Bing/Google/Brave 等) 📝 多模型提取: 支持 OpenAI 通用协议 🔄 完整工作流: 搜索 → 提取 → 保存,一键完成 ⚙️ 灵活配置: 支持时间过滤、地区设置、代理等高级参数

前置条件

Python 3.8+ ddgs(DuckDuckGo 搜索库) requests(HTTP 请求库) 可选:配置 langextract 处理模型

安装

pip install requests ddgs langextract 参考 conf.json.example 配置模型

首次使用交互选择

如果未在 openclaw.json 中配置 baseUrl,首次运行时会自动提示选择套餐类型,选择结果保存到项目 conf.json 文件中。

快速开始

cd scripts python search.py "搜索关键词" --verbose

基本用法

python search.py "搜索关键词"

验证输入输出(详细模式)

python search.py "搜索关键词" --verbose

保存完整 JSON

python search.py "搜索关键词" --save-json

自定义 DuckDuckGo 结果数量

python search.py "搜索关键词" --ddg-max-results 30

所有选项

python search.py --help

搜索配置

搜索参数通过 conf.json 配置。默认配置开箱即用,无需额外设置。

默认配置(自动应用)

搜索引擎默认结果数时间过滤其他智谱搜索15 条不限search_pro 引擎DuckDuckGo20 条不限自动选择后端

自定义配置

当默认配置不满足需求时(如需要时间过滤、地区设置、代理等),请参阅 references/search-params.md 获取完整参数说明。 常见自定义场景: 搜索最近一周/一月的内容:设置 timelimit: "week" 或 "month" 限定搜索地区:设置 region: "cn-zh" 或 "us-en" 使用代理访问:设置 proxy: "http://127.0.0.1:7890" 切换搜索后端:设置 backend: "google" 或 "bing,google"

更多信息

工作流详细说明、输出文件格式和故障排除,请参阅 references/workflow-details.md。

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • references/search-params.md Docs
  • references/workflow-details.md Docs
  • scripts/langextract_wrap.py Scripts
  • scripts/search.py Scripts
  • conf.json Config