百度能力集合 - 提供百度搜索和百度地图路线规划功能。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill baidu-nearby --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Baidu Nearby?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-baidu-nearby)More formats (shields.io, HTML) on the badges page.
---
name: Baidu Skills for OpenClaw
description: 百度能力集合 - 提供百度搜索和百度地图路线规划功能。
---
# Baidu Skills for OpenClaw
百度能力集合 - 提供百度搜索和百度地图路线规划功能。
## 功能
1. **baidu_search** - 百度搜索
2. **baidu_direction** - 百度地图路线规划
3. **baidu_nearby** - 附近场所推荐(餐饮、娱乐、景点等)
## 配置
需要设置百度API Key:
```bash
export BAIDU_API_KEY="你的百度AK"
```
获取AK:
1. 访问 https://lbsyun.baidu.com/
2. 登录百度账号,申请成为开发者
3. 创建应用获取AK
## 使用方法
### 百度搜索
```bash
python ~/.openclaw/workspace/skills/baidu/baidu_search.py "搜索关键词" [结果数量]
```
### 路线规划
```bash
python ~/.openclaw/workspace/skills/baidu/baidu_direction.py "起点地址" "终点地址" [driving|riding|walking|transit]
```
### 附近场所推荐
```bash
python ~/.openclaw/workspace/skills/baidu/baidu_nearby.py "位置" [类别] [半径(米)] [数量]
```
**支持的类别:**
- 餐饮/美食/餐厅 - 餐厅、咖啡厅、小吃等
- 娱乐/休闲 - KTV、电影院、公园、健身房等
- 景点/旅游/景区 - 旅游景点、博物馆、古迹等
- 酒店/住宿 - 酒店、宾馆
- 购物/商场/超市 - 商场、超市、便利店
- 交通/地铁/公交 - 交通设施
**示例:**
```bash
# 搜索三里屯附近的美食(半径1公里,返回5个)
python ~/.openclaw/workspace/skills/baidu/baidu_nearby.py "北京市朝阳区三里屯" 餐饮 1000 5
# 搜索天安门附近的景点(半径5公里,返回10个)
python ~/.openclaw/workspace/skills/baidu/baidu_nearby.py "天安门" 景点 5000 10
# 使用坐标搜索
python ~/.openclaw/workspace/skills/baidu/baidu_nearby.py "39.9,116.4" 娱乐
```
## 依赖
```bash
pip install requests beautifulsoup4
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...