Agent Plugins Marketplace
All plugins

codex-deepseek-subagent

v0.4.0

Offline installer for the DeepSeek V4 Flash custom subagent for Codex

Claude CodeAgent Plugins1 Skill

By HernandoR0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install codex-deepseek-subagent for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install codex-deepseek-subagent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/HernandoR/agent-skillset

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex-deepseek-subagent/.

Plugin files

plugins/codex-deepseek-subagent/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/install-codex-deepseek-subagent/SKILL.md

Included Skills1

install-codex-deepseek-subagentskills/install-codex-deepseek-subagent/SKILL.md

Use when the user asks to install, update, or repair the DeepSeek V4 Flash custom subagent for Codex — the standalone agent TOML, the use-v4-flash-worker handoff skill, and the SubagentStart plaintext-handoff Hook. Fully offline; the payload is vendored in this skill and installed by a bundled script, no GitHub access needed. Installation only proceeds when DEEPSEEK_API_KEY is already set in the environment.

Plugin manifests2

plugins/codex-deepseek-subagent/.claude-plugin/plugin.json
{
  "name": "codex-deepseek-subagent",
  "version": "0.4.0",
  "description": "Offline installer for the DeepSeek V4 Flash custom subagent for Codex",
  "keywords": [
    "codex",
    "deepseek",
    "subagent",
    "hooks",
    "installer",
    "offline"
  ],
  "skills": "./skills",
  "interface": {
    "displayName": "Codex DeepSeek Subagent",
    "shortDescription": "Install the DeepSeek V4 Flash subagent, handoff skill, and Hook into Codex, fully offline",
    "longDescription": "An offline, idempotent installer for the Utopia-V/codex-deepseek-subagent payload. The upstream files (agent TOML, use-v4-flash-worker handoff skill, SubagentStart plaintext-handoff Hook, AGENTS.md routing block, protocol tests) are vendored at a pinned commit with sha256 manifest, and a bundled stdlib-only install.py performs plan-first installation with one clearance, offline verification, and a redacted report - no GitHub access, no plaintext keys, no paid calls, Hook trust left to the user.",
    "developerName": "HernandoR",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Install the DeepSeek V4 Flash subagent into my Codex configuration.",
      "Re-run the v4-flash-worker installer and show me what changed."
    ]
  }
}
plugins/codex-deepseek-subagent/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "codex-deepseek-subagent",
  "version": "0.4.0",
  "description": "Offline installer for the DeepSeek V4 Flash custom subagent for Codex",
  "author": {
    "name": "HernandoR",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/HernandoR/agent-skillset",
  "repository": "https://github.com/HernandoR/agent-skillset",
  "keywords": [
    "codex",
    "deepseek",
    "subagent",
    "hooks",
    "installer",
    "offline"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[codex-deepseek-subagent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-deepseek-subagent)