← Back to Skills Marketplace
cznorth

DeepSeek AI Search

by Cznorth · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
60
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deepseek-ai-search
Description
Search the web using AI models with built-in search capability. Use for live information, news, documentation, or research topics.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deepseek-ai-search
  3. After installation, invoke the skill by name or use /deepseek-ai-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: web search powered by DeepSeek AI models with built-in search capability
Metadata
Slug deepseek-ai-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is DeepSeek AI Search?

Search the web using AI models with built-in search capability. Use for live information, news, documentation, or research topics. It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.

How do I install DeepSeek AI Search?

Run "/install deepseek-ai-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is DeepSeek AI Search free?

Yes, DeepSeek AI Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does DeepSeek AI Search support?

DeepSeek AI Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DeepSeek AI Search?

It is built and maintained by Cznorth (@cznorth); the current version is v1.0.0.

💬 Comments