Toolverse
All skills

baidu-search

by openclaw

Search the web using Baidu AI Search Engine (BDSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Search the web using Baidu AI Search Engine (BDSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.

How to use

  1. Zdobądź klucz API Baidu, odwiedzając https://console.bce.baidu.com/ai-search/qianfan/ais/console/apiKey i postępując zgodnie z instrukcjami w pliku references/apikey-fetch.md dołączonym do skillu.

  2. Skonfiguruj zmienną środowiskową BAIDU_API_KEY w OpenClaw, wklejając swój klucz API.

  3. Upewnij się, że masz zainstalowany Python 3 na swoim systemie.

  4. Uruchom skill z zapytaniem wyszukiwania, przekazując parametr query w formacie JSON. Podstawowe użycie: python3 skills/baidu-search/scripts/search.py '{"query":"twoje zapytanie"}'

  5. Opcjonalnie dodaj parametr count, aby zmienić liczbę wyników (domyślnie 10, maksymalnie 50): python3 skills/baidu-search/scripts/search.py '{"query":"twoje zapytanie","count":20}'

  6. Aby ograniczyć wyniki do określonego okresu, użyj parametru freshness – wpisz "pd" dla ostatnich 24 godzin, "pw" dla ostatnich 7 dni, "pm" dla ostatnich 31 dni, "py" dla ostatniego roku, lub podaj dokładny zakres w formacie "YYYY-MM-DDtoYYYY-MM-DD".

Related skills

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

openspec

by ruan-cat

OpenSpec 中文版规范助手 - 规范驱动的 AI 编程开发,帮助初始化、创建提案、编写规格、校验格式并归档变更。触发条件: 当用户提及 openspec、规范文档、需求管理、变更提案、spec-driven development 等关键词时主动调用。

Backend
27122

himalaya

by openclaw

CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).

Backend
35108

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

api-design-principles

by wshobson

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

Backend
50146