← Back to Skills Marketplace
barisoezcan1905

DeepSeep Intergration

by barisoezcan1905 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1100
Downloads
0
Stars
11
Active Installs
1
Versions
Install in OpenClaw
/install deepseek
Description
Integrates DeepSeek API with agents for code generation, problem solving, and analysis using configurable API endpoints.
README (SKILL.md)

DeepSeek Agent Skill

Integrates DeepSeek API with OpenClaw agents.

Features

  • Call DeepSeek API for chat completions
  • Support for code generation
  • Configurable API endpoint

Usage

The agent can use this tool to query DeepSeek for:

  • Code generation
  • Problem solving
  • Planning and analysis

Configuration

Set DEEPSEEK_API_KEY environment variable.

Usage Guidance
This package appears incomplete and inconsistent rather than actively malicious. Before installing or providing secrets: (1) ask the author for a clear implementation timeline or source of the DeepSeek API calls; (2) do not set or share DEEPSEEK_API_KEY with this skill until the code actually uses it and you can verify the endpoint; (3) review any future code changes to ensure network calls go to an expected, documented DeepSeek endpoint (not a third-party URL); and (4) prefer testing in a sandboxed environment. If you need a working DeepSeek integration now, request an update that shows concrete network logic and a declared required env var in the manifest.
Capability Analysis
Type: OpenClaw Skill Name: deepseek Version: 1.0.0 The skill bundle is a placeholder for a DeepSeek API integration. The `tools/deepseek.js` file contains a stub `execute` method that merely echoes the input prompt and does not perform any actual API calls, network requests, file system operations, or shell commands. The `SKILL.md` requests a `DEEPSEEK_API_KEY` environment variable, which is a standard and benign configuration step for API integrations. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
The skill's name/description claim a DeepSeek API integration, but the included tool implementation is a stub that does not call any network endpoint or use an API key. SKILL.md asks users to set DEEPSEEK_API_KEY, yet the skill manifest lists no required env vars and the code never reads any environment variables—this is an incoherent/unfinished implementation.
Instruction Scope
SKILL.md gives high-level usage (code generation, analysis) and instructs setting DEEPSEEK_API_KEY, but provides no concrete runtime instructions or endpoints. The instructions are vague and grant the agent broad discretion to 'use' DeepSeek without defined calls. Currently the runtime instructions do not match the actual tool behavior (the tool merely echoes prompts).
Install Mechanism
No install spec is provided and the skill is instruction+small node tool only. Nothing will be downloaded or extracted during install, which keeps install risk low.
Credentials
SKILL.md requests DEEPSEEK_API_KEY, but requires.env is empty and the JS tool does not read any credentials. Requiring an API key in docs without declaring it or using it in code is inconsistent and could mislead users into providing secrets unnecessarily.
Persistence & Privilege
The skill does not request always:true and contains no code to modify other skills or system configuration. It appears to have standard, limited privilege if installed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deepseek
  3. After installation, invoke the skill by name or use /deepseek
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
DeepSeek Agent Skill 1.0.0 initial release: - Integrates DeepSeek API with OpenClaw agents. - Supports chat completions and code generation. - Configurable API endpoint. - Requires setting the DEEPSEEK_API_KEY environment variable.
Metadata
Slug deepseek
Version 1.0.0
License
All-time Installs 11
Active Installs 11
Total Versions 1
Frequently Asked Questions

What is DeepSeep Intergration?

Integrates DeepSeek API with agents for code generation, problem solving, and analysis using configurable API endpoints. It is an AI Agent Skill for Claude Code / OpenClaw, with 1100 downloads so far.

How do I install DeepSeep Intergration?

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

Is DeepSeep Intergration free?

Yes, DeepSeep Intergration is completely free (open-source). You can download, install and use it at no cost.

Which platforms does DeepSeep Intergration support?

DeepSeep Intergration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created DeepSeep Intergration?

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

💬 Comments