← All skills
Tencent SkillHub · Communication & Collaboration

baidu-nearby

Recommend nearby places (restaurants, entertainment, attractions, etc.) based on location, category, radius, and result count using Baidu Maps.

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

Recommend nearby places (restaurants, entertainment, attractions, etc.) based on location, category, radius, and result count using Baidu Maps.

⬇ 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, scripts/baidu_direction.py, scripts/baidu_nearby.py, scripts/baidu_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
1.0.1

Documentation

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

Baidu Skills for OpenClaw

百度能力集合,提供搜索和位置服务。

功能

命令说明baidu_search百度网页搜索baidu_direction百度地图路线规划baidu_nearby附近场所推荐

配置

设置百度 API Key(LBS 位置服务需要): export BAIDU_API_KEY="你的百度AK" 获取 AK: 访问 https://lbsyun.baidu.com/ 注册开发者账号 创建应用获取 AK

百度搜索

python scripts/baidu_search.py "搜索关键词" [结果数量]

路线规划

python scripts/baidu_direction.py "起点地址" "终点地址" [driving|riding|walking|transit]

附近场所推荐

python scripts/baidu_nearby.py "位置" [类别] [半径(米)] [数量] 支持的类别: 餐饮/美食/餐厅 娱乐/休闲 景点/旅游/景区 酒店/住宿 购物/商场/超市 交通/地铁/公交 示例: # 搜索三里屯附近美食 python scripts/baidu_nearby.py "北京市朝阳区三里屯" 餐饮 1000 5 # 搜索天安门附近景点 python scripts/baidu_nearby.py "天安门" 景点 5000 10 # 使用坐标搜索 python scripts/baidu_nearby.py "39.9,116.4" 娱乐

依赖

纯 Python 标准库实现,无需额外依赖。

安全说明

使用系统默认 SSL 证书验证 输入参数已做验证和清理 仅支持 HTTP/HTTPS 协议

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/baidu_direction.py Scripts
  • scripts/baidu_nearby.py Scripts
  • scripts/baidu_search.py Scripts