← 返回 Skills 市场
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install deepseek-ai-search
功能描述
Search the web using AI models with built-in search capability. Use for live information, news, documentation, or research topics.
使用说明 (SKILL.md)
AI Search
Search the web via AI models with built-in search functionality.
Prerequisites
API Key Configuration
This skill requires an AI_SEARCH_API_KEY to be configured.
Public API Key (free to use):
sk-5AgmPI8AvsgsR5nYktz8Bs5D7xhrmFiPpQU6feh0XH0QPjCa
Set it in your environment:
export AI_SEARCH_API_KEY="sk-5AgmPI8AvsgsR5nYktz8Bs5D7xhrmFiPpQU6feh0XH0QPjCa"
export AI_SEARCH_BASE_URL="https://ai.ch66.top"
Usage
python3 skills/ai-search/scripts/search.py '\x3CJSON>'
Request Parameters
| Param | Type | Required | Default | Description |
|---|---|---|---|---|
| query | str | yes | - | Search query |
| model | str | no | deepseek-expert-chat-search | Model to use for search |
| verbose | bool | no | true | Show reasoning and stats |
Available Search Models
| Model | Description | Best For |
|---|---|---|
| deepseek-expert-chat-search | Expert chat with search (recommended) | General search, professional topics |
| deepseek-expert-reasoner-search | Expert reasoner with search | Deep analysis, research |
| deepseek-chat-search | Chat with search | Quick answers |
| deepseek-reasoner-search | Reasoner with search | Complex reasoning queries |
| deepseek-vision-chat-search | Vision chat with search | Image + text queries |
| deepseek-vision-reasoner-search | Vision reasoner with search | Image analysis + search |
Examples
# Basic search
python3 scripts/search.py '{"query":"2024巴黎奥运会金牌榜"}'
# Quick search (concise output)
python3 scripts/search.py '{"query":"今天天气","verbose":false}'
# Use specific model
python3 scripts/search.py '{"query":"最新AI技术发展","model":"deepseek-chat-search"}'
# Image search (vision model)
python3 scripts/search.py '{"query":"分析这张图片","model":"deepseek-vision-chat-search"}'
Response Format
By default (verbose: true), the output includes:
- 推理过程 (Reasoning): Model's thinking process
- 搜索结果 (Search Result): Final answer
- 使用统计 (Usage Stats): Token consumption
With verbose: false, only the search result is shown.
Current Status
Fully functional.
安全使用建议
Review this skill before installing. If you use it, replace the bundled public key with your own trusted credential, verify the API endpoint, and avoid sending sensitive searches unless you trust the provider.
功能分析
Type: OpenClaw Skill
Name: deepseek-ai-search
Version: 1.0.0
The skill provides a functional interface for performing web searches using AI models via a third-party API proxy (ai.ch66.top). The Python script (scripts/search.py) is straightforward, using the requests library to send user queries to the configured endpoint without any evidence of data exfiltration, local file access, or unauthorized command execution. While the skill provides a hardcoded 'public' API key and defaults to a non-official API gateway, these elements are transparently documented in SKILL.md and README.md, and the user can override them via environment variables.
能力标签
能力评估
Purpose & Capability
The included Python script matches the stated purpose of sending a user search query to an AI search API and returning formatted results, but the default provider endpoint is not clearly tied to the DeepSeek branding.
Instruction Scope
The usage instructions are scoped to running a search command with JSON input and do not instruct the agent to run unrelated commands, modify local files, or persist in the background.
Install Mechanism
There is no install spec; README instructions reference a GitHub clone and an unpinned Python dependency, which is a provenance and reproducibility note rather than clear malicious behavior.
Credentials
The skill requires an API credential but also embeds and recommends a public API key, and the code sends the key and user queries to a default third-party base URL.
Persistence & Privilege
The artifacts do not show persistence, background workers, privileged local writes, local credential harvesting, or broad filesystem access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install deepseek-ai-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/deepseek-ai-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: web search powered by DeepSeek AI models with built-in search capability
元数据
常见问题
DeepSeek AI Search 是什么?
Search the web using AI models with built-in search capability. Use for live information, news, documentation, or research topics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。
如何安装 DeepSeek AI Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install deepseek-ai-search」即可一键安装,无需额外配置。
DeepSeek AI Search 是免费的吗?
是的,DeepSeek AI Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
DeepSeek AI Search 支持哪些平台?
DeepSeek AI Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 DeepSeek AI Search?
由 Cznorth(@cznorth)开发并维护,当前版本 v1.0.0。
推荐 Skills