skills/baidu-hot-cn/SKILL.md
百度热榜监控 | Baidu Hot Topics Monitor. 获取百度热搜榜、搜索趋势、关键词热度 | Get Baidu trending searches, trends, keyword popularity. 触发词:百度、热搜、baidu.
npx skillsauth add aaaaqwq/claude-code-skills baidu-hot-cnInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
百度搜索热搜榜实时监控,支持搜索趋势分析、关键词热度追踪。
获取百度热搜榜前 10
返回:
[
{"rank": 1, "title": "春节档电影票房", "search_count": 1234567, "category": "娱乐"},
{"rank": 2, "title": "AI技术突破", "search_count": 987654, "category": "科技"},
{"rank": 3, "title": "春运最新消息", "search_count": 876543, "category": "社会"}
]
查询 "AI" 在百度的搜索热度
分析百度热搜今天的科技类话题
weibo-hot-cn - 微博热搜对比zhihu-hot-cn - 知乎热榜对比toutiao-hot-news-cn - 头条热榜对比🔍 百度热搜榜 Top 10
1. [娱乐] 春节档电影票房 - 123.5万搜索
2. [科技] AI技术突破 - 98.8万搜索
3. [社会] 春运最新消息 - 87.7万搜索
...
📊 百度热搜趋势分析
今日热点分类:
- 娱乐:35%
- 科技:28%
- 社会:22%
- 体育:15%
上升最快:AI技术突破 (+250%)
百度热榜,洞察搜索趋势 🔍
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。