dingtalk-ai-web-search

Solid

网页搜索与实时信息检索。需要查找最新资讯、实时数据、技术文档、热点事件,或用户说"搜一下"、"帮我查"、"查资料"、"web search"等时使用。基于小宿AI智能搜索,支持关键词搜索、时间范围过滤(一天/一周/一月/一年)、自定义结果数量、JSON 输出。

AI & Automation 47 stars 7 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 72/100

Stars 20%
56
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

## 会话开始:连通性检查 **每次新会话开始,先运行 `--ping` 检查,再执行实际搜索:** ```bash bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh --ping ``` 根据结果处理: | 结果 | 含义 | 处理方式 | |------|------|----------| | `✓ 连通成功,可用工具: web_search` | 正常 | 直接开始搜索 | | `错误:未配置 MCP URL` | 从未配置或配置丢失 | 向用户索取 MCP 配置(见下方) | | `连接失败: ...` | URL 失效或网络问题 | 让用户重新获取配置并执行 `--save` | --- ## 配置缺失时:向用户索取 MCP 配置 让用户打开以下页面,复制 MCP 配置 JSON 后提供给你: ``` https://mcp.dingtalk.com/#/detail?detailType=instanceMcpDetail&instanceId=78440 ``` 配置格式示例: ```json { "mcpServers": { "小宿智能搜索": { "type": "streamable-http", "url": "https://mcp-gw.dingtalk.com/server/..." } } } ``` 收到配置后,运行连通性测试并永久保存(将 JSON 作为字符串传入 `-c`): ```bash bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh --save -c '{"mcpServers":{"小宿智能搜索":{"type":"streamable-http","url":"<用户提供的URL>"}}}' ``` - 成功:输出 `✓ 连通成功,可用工具: ...` 并提示已保存,后续无需再传 `-c` - 失败:根据报错提示处理(配置格式错误 / 网络不通 / URL 无效) --- ## 快速参考 | 场景 | 命令 | |------|------| | **会话开始连通检查** | `bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh --ping` | | **保存配置(需 -c 传入 JSON)** | `bash ... --save -c '<MCP JSON配置>'` | | 普通搜索 | `bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh -q "关键词"` | | 限定时间范围 | `bash ... -q "关键词" -f oneWeek` | | 返回更多结果 | `bash ... -q "关键词" -n 10` | | JSON 输出 | `bash ... -q "关键词" --json` | --- ## 基础用法 ```bash bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh -q "Python asyncio 最佳实践" ``` --- ## 时间筛选 ```bash # 一周内的最新文章 bash <CURRENT_SKILL_MD_PATH_DIR>/scripts/search.sh -q "LLM 评测基准 2025" ...

Details

Author
breath57
Repository
breath57/dingtalk-skills
Created
2 months ago
Last Updated
1 months ago
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

agent-reach

Give your AI agent eyes to see the entire internet. 17 platforms via CLI, MCP, curl, and Python scripts. Zero config for 8 channels. 【路由方式】SKILL.md 包含路由表和常用命令,复杂场景需按需阅读对应分类的 references/*.md。 分类:search / social (小红书/抖音/微博/推特/B站/V2EX/Reddit) / career(LinkedIn) / dev(github) / web(网页/文章/公众号/RSS) / video(YouTube/B站/播客). Use when user asks to search, read, or interact on any supported platform, shares a URL, or asks to search the web.

20,264 Updated 1 weeks ago
Panniantong
Data & Documents Listed

deep-research

Conduct multi-step autonomous research on any topic. Iteratively search, analyze, synthesize, and produce comprehensive research reports. Powered by Crawl4AI for high-speed content extraction.

32 Updated 2 months ago
malue-ai
Web & Frontend Solid

autocli

Use autocli CLI to interact with social/content websites (HackerNews, DevTo, Lobsters, StackOverflow, Steam, Linux-do, Arxiv, Wikipedia, Apple-Podcasts, Xiaoyuzhou, BBC, Hugging Face, SinaFinance, Google, V2EX, Bloomberg, Twitter/X, Bilibili, Reddit, Zhihu, Xiaohongshu, Xueqiu, Weibo, Douban, WeRead, YouTube, Medium, Substack, SinaBlog, BOSS直聘, Jike, Facebook, Instagram, TikTok, Yollomi, Yahoo-Finance, Barchart, LinkedIn, Reuters, SMZDM, Ctrip, Coupang, Grok, Jimeng, Chaoxing, Weixin, Doubao, Cursor, Codex, ChatWise, ChatGPT, Doubao-App, Notion, Discord, Antigravity etc.) via the user's Chrome login session. ALWAYS prefer autocli over playwright/browser automation for these supported sites. Triggers: user asks to browse, search, or fetch hot/trending content from internet, post, or read messages on any web site;

841 Updated 1 months ago
nashsu
AI & Automation Featured

research

Conduct preliminary research on a topic and generate research outline. For academic research, benchmark research, technology selection, etc.

853 Updated 2 weeks ago
Weizhena
AI & Automation Solid

ai-search-hub

Run the AI Search Hub browser automation scripts for Yuanbao, LongCat, Doubao, Qwen, Gemini, Grok, and MiniMax. Use this skill when the user wants to ask one of those sites a prompt, auto-start or attach to a Chrome DevTools session on port 9222, seed an isolated debug browser profile from the user's local browser data, detect whether login is required, wait for the user to finish logging in if needed, and then continue automatically.

1,127 Updated 4 weeks ago
minsight-ai-info