help

A help command for listing available /ea commands or showing detailed instructions for one command. The commands cover embedded-device projects, which are software projects that run on hardware such as microcontrollers.

In plain words
What is it for?
Use it to browse the /ea command list or look up commands for project setup, testing, compiling, flashing, serial monitoring, debugging, and verification.
Why use it?
It avoids having to remember command names and options. It also explains the available workflow before you run a command.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/jzl-maker/ea-skill/help
Clone the repo
git clone --depth 1 https://github.com/jzl-maker/EA-SKILL
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 795 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00795
Opus 5 $0.00000 $0.00398
Sonnet 5 $0.00000 $0.00159
Haiku 4.5 $0.00000 $0.00080

Measured 2d ago against content hash dd7e71e21ff5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/help.md · 72 lines

What it actually says

命令: /ea help (帮助)

功能

显示命令列表或指定命令的详细帮助。

触发

/ea help [命令]

无参数时

显示命令表(19 个):

嵌入式 AI 开发管家 — /ea 命令

环境/项目:
  setup            环境工具初始化(权限 / 工具路径 / CLAUDE.md 触发器)
  init <name>      新项目初始化(建 context + 基线快照)
  si [path]        存量项目接入(代码审计 + context + 基线快照)
  rec [name]       恢复项目(state + context 摘要)
  stat [-v/steps/next]  状态查看

开发流程:
  new <描述>       新功能开发(轻档 quick-plan / 标准档 brainstorm+milestones)
  test unit <文件|函数>   生成并运行纯函数 host 单测(用例 .md + 代码 .c)
  test board <功能>       生成板级工装验收用例(用例 .md + 板载测试固件/驱动脚本)

嵌入式工具:
  build            编译(Keil UV4)
  flash            烧录(OpenOCD)
  serial           串口监控(CLI/MCP)
  debug            调试(J-Link RTT/断点/内存/寄存器;OpenOCD ST-Link/DAP 免断点监控)
  svd              SVD 寄存器地图(外设 / 位域 / 枚举 + 免断点读值)
  la               Saleae 逻辑分析仪(抓取 / 协议解码)
  scope            Rigol 示波器(波形抓取 / 测量)
  size             固件资源分析(Flash/RAM/栈 + 超限预警)
  map              Map 文件解析(对象排行 / 分段分布 / 符号映射)

验证/记录:
  verify s<N>      步骤验证(HVR + 编译→烧录→J-Link 验证→串口 + 保护区审计)
  record s<N>      输出修改记录(文件清单 + diff + 测试证据)
  help [命令]      查看帮助

有参数时

显示指定命令的详细帮助:

/ea help setup      # 环境初始化
/ea help init       # 新项目初始化
/ea help si         # 存量接入
/ea help new        # 新功能开发两档
/ea help test       # 测试生成(unit / board)
/ea help verify     # 验证流程 + 保护区审计
/ea help debug      # 调试(J-Link / OpenOCD 双后端)
/ea help svd        # SVD 寄存器地图
/ea help la         # 逻辑分析仪
/ea help scope      # 示波器
/ea help size       # 固件资源分析
/ea help map        # Map 文件解析
/ea help record     # 修改记录

红线提醒

任何命令执行中都需遵守 SKILL.md 红线:保护区文件禁随意改、老工程增量修改、所有修改给 diff、GBK 编码。

相关文件

  • commands/<cmd>.md — 各命令完整定义
  • workflows/ — 工作流细则
  • SKILL.md — 总览 + 红线规则
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 72 lines · 0 tokens per session scan A dd7e71e21ff5

Subscribe to this mod's changes

help is a command published in the GitHub repository jzl-maker/EA-SKILL (6 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 795 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.