baidu-nearby

# Baidu Nearby / 百度能力集合

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 "baidu-nearby" with this command: npx skills add longjf25/baidu-nearby

Baidu Nearby / 百度能力集合

Baidu capability suite providing search and location services. / 百度能力集合,提供搜索和位置服务。

Features / 功能

Command / 命令Description / 说明
baidu_searchBaidu web search / 百度网页搜索
baidu_directionBaidu Map route planning / 百度地图路线规划
baidu_nearbyNearby place recommendation / 附近场所推荐

Configuration / 配置

Set Baidu API Key (required for LBS location services) / 设置百度 API Key(LBS 位置服务需要):

export BAIDU_API_KEY="your_baidu_ak"

How to get AK / 获取 AK:

  1. Visit https://lbsyun.baidu.com/
  2. Register a developer account / 注册开发者账号
  3. Create an application to get AK / 创建应用获取 AK

Usage / 使用方法

Baidu Search / 百度搜索

python scripts/baidu_search.py "search_keywords" [result_count]

Route Planning / 路线规划

python scripts/baidu_direction.py "origin_address" "destination_address" [driving|riding|walking|transit]

Nearby Place Recommendation / 附近场所推荐

python scripts/baidu_nearby.py "location" [category] [radius_meters] [count]

Supported Categories / 支持的类别:

  • 餐饮/美食/餐厅 — Food & Dining
  • 娱乐/休闲 — Entertainment & Leisure
  • 景点/旅游/景区 — Attractions & Tourism
  • 酒店/住宿 — Hotels & Accommodation
  • 购物/商场/超市 — Shopping & Malls
  • 交通/地铁/公交 — Transportation

Examples / 示例:

# Search for food near Sanlitun / 搜索三里屯附近美食
python scripts/baidu_nearby.py "Sanlitun, Chaoyang District, Beijing" 餐饮 1000 5

# Search for attractions near Tiananmen / 搜索天安门附近景点
python scripts/baidu_nearby.py "Tiananmen" 景点 5000 10

# Search using coordinates / 使用坐标搜索
python scripts/baidu_nearby.py "39.9,116.4" 娱乐

Dependencies / 依赖

Pure Python standard library, no additional dependencies. / 纯 Python 标准库实现,无需额外依赖。

Security Notes / 安全说明

  • Uses system default SSL certificate verification / 使用系统默认 SSL 证书验证
  • Input parameters are validated and sanitized / 输入参数已做验证和清理
  • Only HTTP/HTTPS protocols supported / 仅支持 HTTP/HTTPS 协议

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

Super Personasiled Search

Build, debug, and extend the Connectify founder network platform (React/Vite frontend + Express backend + Redis cache + OpenAI ranking + Apify ingestion). Us...

Registry Source
1550Profile unavailable
General

Google Maps

Google Maps integration for OpenClaw with Routes API. Use for: (1) Distance/travel time calculations with traffic prediction, (2) Turn-by-turn directions, (3...

Registry Source
4.2K8Profile unavailable
Coding

Multi Search CN

聚合国内常用搜索引擎:默认用 DuckDuckGo HTML(cn-zh)零 API Key 抓取可解析结果,并输出必应中国、百度、搜狗、360 的直达搜索链接。当用户需要中文网页检索、国内信息、政策/舆情、对比多个搜索引擎、或 Brave/Google 不可用时使用。依赖 Python 3 标准库与 scrip...

Registry Source
2890Profile unavailable
Security

Skill Hunter

Find, evaluate, and install ClawHub skills. Semantic search across 10,000+ skills, security vetting before install, side-by-side comparison. The skill that m...

Registry Source
1.4K3Profile unavailable