Agent Plugins Marketplace
All plugins

embedded

v0.1.0+codex.20260919052821

显式选择后启用的公开版嵌入式开发工具箱,涵盖 STM32、MSPM0、ESP32、数字电源、FOC 与电赛等模块。

Codex1 Skill

By 吴智硕0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 embedded for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add embedded@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/wik711/codex-embedded-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

embedded/
├── .codex-plugin/plugin.json
└── skills/embedded/SKILL.md

Included Skills1

embeddedskills/embedded/SKILL.md

仅在用户从加号手动选择嵌入式插件,或当前请求开头明确说“调用嵌入式插件”或“使用嵌入式插件”时启用的嵌入式开发工具箱。

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "embedded",
  "version": "0.1.0+codex.20260919052821",
  "description": "显式选择后启用的公开版嵌入式开发工具箱,涵盖 STM32、MSPM0、ESP32、数字电源、FOC 与电赛等模块。",
  "author": {
    "name": "吴智硕"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "嵌入式",
    "shortDescription": "STM32、MSPM0、ESP32、电赛与控制开发工具箱",
    "longDescription": "源码公开版保留 15 个通用模块;不包含私人 K230/步进云台资料、用户固件、第三方 SDK 或实机服务。",
    "developerName": "吴智硕",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "调用嵌入式插件,检查这个 STM32G431 工程。",
      "使用嵌入式插件,设计 ESP32 与 MCU 的通信协议。"
    ],
    "brandColor": "#00897B"
  }
}

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

[embedded on Agent Plugins Marketplace](https://pluginsmp.com/plugins/embedded)