npx skills add smithery/neversight --skill run-codex
lostabaddon/headlessknight
run-codex
向助手发出协助请求,适用于代码审核、逻辑推理、科学与哲学思考、深度分析、策略制定、市场分析等任务场景。
Installation
npx skills add lostabaddon/headlessknight --skill run-codex
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Migrate supported instruction files, skills, agents, and MCP config into Codex project and glob…
1.9K installsCodex Pet generator on RunComfy. Build a Codex-compatible Codex Pet spritesheet.webp + pet.json…
378.4K installs>- Delegate a coding task to the OpenAI Codex CLI as a background implementer, then review its …
4.6K installsGenerate visually unified image-based PPT/PPTX decks from articles, reports, papers, notes, or …
4K installsUse when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex f…
4K installsConnect a ChatGPT or Codex subscription via OAuth device-code login. Use when the user wants to…
2.5K installsAlso in this package
Other skills from lostabaddon/headlessknight.
npx skills add lostabaddon/headlessknight
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
master
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,892 B -
docs
SUMMARY.md170 B
History
- First seen on skills.sh
- First recorded snapshot · 12 installs
SKILL.md
功能简介
通过 MCP 工具向一位外部助手发出协助请求,请对方在一个上下文干净的、运行时隔离的、独立环境中,执行代码审核、逻辑推理、科学与哲学思考、深度分析、策略制定、市场分析等任务。
使用方法
使用 mcp__pluginheadless-knightrunCLI__codex 工具来向助手发出请求,可传入参数包括:
prompt: string,从上下文整理出的完整的任务描述,必填参数systemPrompt: string,从上下文整理出的需要该助手遵守的系统提示词,用于约束他的行为,可选workDir: string,工作目录,默认为当前目录,可选model: string,指定使用哪个模型,取值为"gpt-5.1-codex"、"gpt-5.1"、"gpt-5-mini"、"gpt-5-nano"或"o3"等 OpenAI 的 GPT 系列模型的代号,可选,默认为 gpt-5.1-codexenv: object,自定义环境变量,键值对,可选
模型选择
- o3: 适用于复杂的科学、数学、逻辑推理、哲学思考、策略分析与制定等任务与问题
- gpt 5/5.1 系列: 适用于代码审核、重构方案制定、BUG 分析、数学科学与哲学问题的深度思考等任务与问题,根据任务或问题的难度调整使用原版、mini 版还是 nano 版,codex 版更专注于代码审核
相关环境变量
如果不另外设置,则自动使用当前对话上下文中的配置
OPENAIAPIKEY: Codex CLI 的 API_KeyHTTP_PROXY: HTTP 代理地址HTTPS_PROXY: HTTPS 代理地址ALL_PROXY: 默认代理地址OPENAICODEXCOMMAND: Codex 命令行地址或名称(确保在 PATH 中包含了路径)NODE_ENV: 环境参数,比如 "development"