deepseek-api

Set the DeepSeek API key in the user-local OMK secret environment file.

130|14|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/dmae97/oh-my-kimi --skill deepseek-api-dmae97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deepseek-api
Source: https://github.com/dmae97/oh-my-kimi/tree/main/templates/skills/kimi/deepseek-api
Command: npx skills add https://github.com/dmae97/oh-my-kimi --skill deepseek-api-dmae97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the hassle and risk of manually configuring the DeepSeek API key by providing a controlled OMK command that stores the key in the user-local OMK secret environment without exposing it.

Core Features & Use Cases

  • Secure key setup: Sets the official DeepSeek API key in the user-local OMK secret env file without printing the value.
  • Non-interactive support: Supports key injection via stdin or environment variable flags for automation and CI workflows.
  • Verification workflow: Recommends running a doctor check after setting to confirm the key is available.

Quick Start

Run the command omk deepseek api to store your DeepSeek API key locally for OMK use without printing it.

Frequently Asked Questions about deepseek-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I securely set my DeepSeek API key for OMK workflows?

You can inject the DeepSeek API key via stdin or environment variable flags to support automation and CI workflows, storing it in the user-local OMK secret environment file without exposing the value.

Can I configure the DeepSeek API key non-interactively for CI workflows?

Yes, you can configure the DeepSeek API key non-interactively by injecting it via stdin or environment variable flags, allowing automated key setup for CI workflows without exposing the secret value.

How do I verify my DeepSeek API key is configured correctly in OMK?

To verify your DeepSeek API key configuration in OMK, run a follow-up doctor check after setting the key to confirm that it is available and properly stored in the local secret environment.

Why does my DeepSeek API key setup fail to apply to coding and agent workflows?

DeepSeek API key setup may fail if the key is not properly set in the user-local OMK secret environment file, which is required to enable authenticated requests for coding and agent workflows.

Does setting the DeepSeek API key in OMK expose the secret value in the repository?

No, setting the DeepSeek API key in OMK does not expose the secret value because the command specifically avoids printing or persisting the API key in the repository, ensuring safe environment configuration.