Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计通过

agentic-codex-devagentic Codex DEV 搜索

Agent Skill

agentic-codex-dev 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,281

周安装

182

GitHub Stars

1

下载量

1,749
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentic-codex-dev(agentic Codex DEV 搜索)
来源仓库:https://github.com/zack-dev-cm/agentic-codex-dev
安装命令:
openclaw skills install agentic-codex-dev
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentic-codex-dev

简介

agentic-codex-dev 协调 Codex、GitHub 与 OpenClaw 开发流程。

  • 提供规划、实施与发布工作流支持。
  • 适合复杂软件开发项目管理。agentic-codex-dev 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需集成各平台 API 密钥与权限。
  • 建议设置 CI/CD 钩子确保变更可追溯。

SKILL.md

name
agentic-codex-dev
description
Use when planning, implementing, reviewing, coordinating, or publishing agentic software development work with Codex, GitHub, and OpenClaw/ClawHub. Provides a production-grade multi-agent operating loop with role roster, model policy, task ledger, memory ledger, report artifacts, verification gates, and anti-bleed public-surface review.
version
0.3.3
user-invocable
true
disable-model-invocation
true
metadata
{"openclaw":{"homepage":"https://github.com/zack-dev-cm/agentic-codex-dev-skill","skillKey":"agentic-codex-dev","requires":{"bins":["git","clawhub"],"anyBins":["python3","python"]},"install":[{"kind":"node","label":"Install ClawHub CLI","package":"clawhub","bins":["clawhub"]}],"tags":["codex","github","clawhub","agentic-development"]}}

Agentic Codex Dev

Operate Codex like a disciplined software team: clear goal, explicit roles, scoped ownership, evidence, tests, review, report.

When to Use

Use this skill for:

  • coding tasks where Codex should inspect, modify, test, and report on a GitHub repo
  • turning a rough product or bug request into scoped implementation work
  • setting up repo-local AGENTS.md, .codex/agents/, or skill instructions
  • reviewing agent-generated code for correctness, tests, security, and public-surface leaks
  • preparing a GitHub repo or ClawHub skill for open-source publication
  • coordinating explicit parallel/subagent work with role ownership and integration control

Do not use it for one-line answers, pure brainstorming, or tasks that only need a command output.

Runtime Requirements

ClawHub requirement metadata for this skill declares git, python3, and clawhub, following the ClawHub skill metadata format at <https://github.com/openclaw/clawhub/blob/main/docs/skill-format.md>.

  • Local plan, review, and implementation modes may work with the tools already available in the host.
  • Verification and publish modes expect the declared binaries plus optional Python modules such as antirot and codex_harness.
  • This skill should not request, print, or store credentials. GitHub and ClawHub publishing must use existing local authenticated CLI sessions, or the user must authenticate manually outside the prompt.
  • Do not run git push, clawhub publish, or other remote-changing commands unless the user asked for publish or remote update work.

Core Loop

  1. Restate the goal and name the verification step before editing.
  2. Read the repo map: AGENTS.md, README, package config, tests, and the files closest to the task.
  3. Define concrete success criteria that would let a reviewer say "done".
  4. Make the narrowest defensible change. Match local style. Avoid speculative abstractions.
  5. Run the highest-signal local check. Add a focused smoke test when behavior changed.
  6. Review the diff for bugs, regressions, secrets, private paths, and public-surface bleed.
  7. Report what changed, how it was verified, and any residual risk.

If the task is unclear, stop early and name the ambiguity. Prefer one precise question over guessing.

Operating Rules

  • Treat repository files as the source of truth. If knowledge matters later, put it in repo docs.
  • Keep AGENTS.md short. Use it as an index to durable docs, not a giant prompt.
  • Prefer boring, inspectable code over opaque magic. Agents compound what they can read.
  • Touch only files required for the goal. Mention unrelated problems; do not fix them unless asked.
  • Use structured APIs, tests, and parsers where available. Avoid fragile string tricks.
  • Convert repeated review feedback into checks, docs, or templates.
  • Keep logs and long command output out of the main narrative; summarize the signal.
  • Avoid asking an agent to read undeclared secret files or sync credentials as part of a skill.

Scope Modes

Pick the mode that fits the risk:

  • Patch: one bug or one focused feature. Read close code, edit, test, review.
  • Plan: ambiguous or multi-file work. Write a short acceptance plan before editing.
  • Review: findings first, with emphasis on correctness, regressions, security, tests, and leaks as summarized in source review.
  • Harness: improve repo legibility: docs, CI, local scripts, custom agents, or audit gates.
  • Evolve: metric-driven optimization. One variable per experiment, fixed budget, log keep/discard.
  • Publish: GitHub/ClawHub release readiness, metadata, license, docs, and verification.
  • Multi-Agent: explicit role roster, task ledger, isolation plan, review gates, memory update, and final report.

Prefer Patch unless the task shows it needs more structure. Use Multi-Agent only when the user explicitly asks for subagents, delegation, or parallel agent work.

System Design

For non-trivial or multi-agent work, set up a control plane before coding:

  • Orchestrator: the main Codex thread owns requirements, task split, agent selection, integration, final review, and user communication.
  • Role agents: subagents are optional workers with declared purpose, model, reasoning effort, sandbox, file ownership, and output schema.
  • Artifacts: use repo-local ledgers so work survives context loss and can be reviewed without private chat history.
  • Isolation: prefer branches or worktrees per writer when multiple agents edit. If one checkout is shared, assign disjoint file ownership.
  • Gates: no task is done until its acceptance criteria, verification command, diff review, public-surface scan, and report entry are complete.

When this structure is overkill, keep a solo Patch flow and still preserve the same verification discipline.

Task, Memory, and Report Ledgers

Create or update these artifacts when work is multi-agent, multi-turn, risky, or intended for publication:

  • docs/agentic/tasks.md: task id, owner role, goal, owned files, status, acceptance criteria, verification, result, blocker.
  • docs/agentic/memory.md: stable repo facts, architecture decisions, commands that actually work, hazards, rejected approaches, last-verified date. Do not store secrets, tokens, private paths, or raw logs.
  • docs/agentic/reports/<date>-<slug>.md: final objective, source links, task outcomes, changed files, tests, review findings, unresolved risks, release or PR status.

If the target repo already has equivalent docs, use the local convention instead of inventing new paths.

Role Roster

Use this roster as the default multi-agent team. The parent thread stays responsible for coordination and final judgment.

RoleDefault modelReasoningScopeRequired output
Orchestratorgpt-5.4xhigh for critical design/release, high otherwiseOwns task split, integration, reportplan, assignments, final decision
Analystgpt-5.4highTurns vague request into requirements and risksassumptions, open questions, acceptance criteria
Architectgpt-5.4xhighSystem design, boundaries, dependency choicesdesign note, rejected options, invariants
Plannergpt-5.4highBreaks design into ordered taskstask ledger rows with owners and gates
Explorergpt-5.4-mini or gpt-5.3-codex-sparkmediumRead-only code mapping and evidence gatheringfiles, symbols, execution path, uncertainty
Implementergpt-5.4 for risky code, gpt-5.3-codex-spark for bounded editshigh or mediumWrites only owned filespatch summary, tests, residual risks
Reviewergpt-5.4xhighCorrectness, security, regressions, tests, public surfacefindings first, file/line evidence, verdict
QA/CI Analystgpt-5.4highReproduction, failing checks, browser or CLI evidenceexact command, observed failure, fix owner
Memory Curatorgpt-5.4-minimediumUpdates durable docs after decisions landmemory entries, stale entries removed

Subagents

Only use subagents when the user explicitly asks for subagents, delegation, or parallel agent work.

Good delegation targets:

  • read-heavy codebase mapping
  • independent test or CI-log analysis
  • independent review categories such as security, test gaps, or docs correctness
  • disjoint implementation slices with clearly separate file ownership

Bad delegation targets:

  • the immediate blocker for your next local step
  • tightly coupled edits in the same files
  • vague "go improve the code" work
  • recursive fan-out with no cap

When delegating, give each agent a bounded task, a clear output shape, and explicit ownership. Keep the main thread focused on requirements, decisions, integration, and final review. Keep agents.max_depth = 1 unless the user explicitly accepts recursive delegation risk; this matches the Codex subagent configuration surface documented at <https://developers.openai.com/codex/subagents>.

Delegation prompt shape:

Role: reviewer
Model: gpt-5.4
Reasoning: xhigh
Ownership: read-only review of <files or branch>
Task: find correctness, security, regression, test, and public-surface risks.
Output: findings first with file/line evidence, then open questions, then verdict.
Do not edit files. Do not inspect secrets. Do not broaden scope.

Model Policy

  • Use gpt-5.4 with xhigh reasoning for architecture, security review, release decisions, and ambiguous multi-agent coordination; Codex custom-agent examples document gpt-5.4 reviewer roles at <https://developers.openai.com/codex/subagents>.
  • Use gpt-5.4 with high reasoning for implementation where correctness or cross-module behavior matters; model selection follows the Codex custom-agent configuration surface at <https://developers.openai.com/codex/subagents>.
  • Use gpt-5.4-mini or gpt-5.3-codex-spark for read-only exploration, docs checks, and bounded cleanup where speed matters and the output will be reviewed; both model families appear in Codex custom-agent examples at <https://developers.openai.com/codex/subagents>.
  • Do not use a budget model for final architecture, security, or publish verdicts.
  • Use extra compute selectively: best-of-N, independent reviewer passes, or verifier checks only when the decision is expensive to reverse; optillm documents inference-time scaling techniques at <https://github.com/algorithmicsuperintelligence/optillm>.

Implementation Discipline

Before editing:

  • inspect the existing patterns
  • identify the likely tests or smoke command
  • check dirty git state and avoid touching unrelated user changes
  • state the planned edit in one or two sentences

While editing:

  • keep the diff surgical
  • add tests when behavior, contracts, or public output changes
  • avoid new dependencies unless they clearly reduce risk or complexity
  • keep comments rare and useful

After editing:

  • run the named verification
  • inspect the diff, not just test output
  • update docs only when user-facing behavior or workflow changed
  • do not call work published until the public surface is clean

Review Checklist

Review every non-trivial result for:

  • Does every changed line trace to the stated goal?
  • Are edge cases covered by tests or a clear smoke path?
  • Did the change preserve existing public APIs and CLI behavior?
  • Did docs/examples drift from actual behavior?
  • Did any secret-like string, local path, private URL, copied dashboard, or stale release note enter the repo?
  • Did the final diff remove avoidable complexity from the first draft, as recommended in source review?

Consistency and Effectiveness Gates

For multi-agent work, verify the process itself:

  • Every task has an owner, owned files, acceptance criteria, verification command, and result.
  • Every subagent output is mapped to a task or explicitly discarded with a reason.
  • No writer agent edits outside its assigned ownership without parent approval.
  • At least one reviewer pass is read-only and independent of the implementer.
  • The final report names changed files, commands run, failed checks, source links, residual risk, and release status.
  • Memory updates contain stable facts only; do not store raw chat, secrets, local credentials, or transient logs.
  • If a metric-driven change is attempted, record baseline, candidate, verifier, result, and keep/discard decision.

Real Example Eval

For a serious workflow eval, run this skill against a real repo task and archive the result in the report ledger. A valid eval has:

  • baseline repo state and user goal
  • role roster used, including model and reasoning choices
  • task ledger rows with owners and file boundaries
  • at least one implementation or review task with verification output
  • public-release check for private-path examples, local-only URLs, secret-shaped placeholders, and stale claims
  • final report with changed files, tests, residual risks, and follow-up blockers

Use example run as the minimum acceptance shape.

GitHub and ClawHub Publish Gate

Before publishing:

  • README or skill summary says what it does, when to use it, and what it does not do.
  • License is compatible with the target surface. ClawHub publishes skills under MIT-0.
  • SKILL.md has frontmatter name, description, and version.
  • The skill folder contains only text-based files needed at runtime.
  • No hidden install scripts, credential readers, service restarts, or local machine assumptions.
  • Public repo has security, contribution, support, CI, and release/audit checks when applicable.
  • Run the repo's public-surface gate before pushing or publishing to a registry.

For this skill's source analysis, read references/source-review.md and references/comparison-matrix.md. For multi-agent artifacts and templates, read references/system-design.md. For release commands and manual checks, read references/publish-checklist.md.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

93.31%
按下载量换算1,632

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills