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.
npx agentmods add skills/tigu77/tiguclaw/codex-wrapper-syncnpx skills add tigu77/tiguclaw --skill codex-wrapper-syncgit clone --depth 1 https://github.com/tigu77/tiguclawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tigu77/tiguclaw/codex-wrapper-sync)<a href="https://agentmods.dev/skills/tigu77/tiguclaw/codex-wrapper-sync"><img src="https://agentmods.dev/badge/skills/tigu77/tiguclaw/codex-wrapper-sync.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00141 | $0.01528 |
| Opus 5 | $0.00071 | $0.00764 |
| Sonnet 5 | $0.00028 | $0.00306 |
| Haiku 4.5 | $0.00014 | $0.00153 |
Grade A, and why
codex-wrapper-sync 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
codex-wrapper-sync — Codex 자산을 tiguclaw 로 래핑
Codex 의 스킬을 tiguclaw 의 skills/ 로 가져온다. Codex 스킬도 <dir>/SKILL.md
(frontmatter name/description) 포맷이라 tiguclaw 와 동일 → 래핑은 검증 + 복사가 본질.
★Codex 는 Claude Code 식 서브에이전트가 없다(단일 에이전트) → agents 는 대상 아님(스킬만).
tiguclaw 는 매 턴 라이브 발견하므로 재시작 불요. 자매 스킬 = claude-wrapper-sync.
0) ★메인 지침 먼저 이해·반영 (AGENTS.md → PROJECT.md)
Codex 스킬은 프로젝트 AGENTS.md(+ 전역 ~/.codex/AGENTS.md 있으면)가 세운 컨벤션·규칙 컨텍스트를
전제한다. 스킬만 복사하면 겉돈다. 순서:
- 먼저
<project>/AGENTS.md(및 전역)를 Read 해 이해한다. - 그 핵심 컨텍스트를 tiguclaw 의
<project>/PROJECT.md에 반영(AGENTS.md ↔ PROJECT.md, 둘 다 프로젝트 메인 지침). 없으면 요지 정리해 작성(frontmattername·description·status: active), 있으면 덮어쓰지 말고 스킬 의존 규칙만 보강. verbatim 통째보다 요지 를 담아라(길면 요약). - ★LLM-agnostic(#2): PROJECT.md 에 반영해야 어느 어댑터로든 같은 맥락이 선다.
- 컨텍스트 의존 스킬은 프로젝트 스코프(
<project>/.tiguclaw/skills) 래핑 권장 +project_register등록.
1) 소스·대상 정하기
- 소스(존재하는 것만):
- 유저 스킬:
~/.codex/skills/<name>/SKILL.md..system/은 제외(skill-creator 등 Codex 빌트인 — 유저 자산 아님). - (선택) 프로젝트 프롬프트:
~/.codex/prompts/*.md→ tiguclaw commands 로 래핑 가능(슬래시커맨드 동형). <project>/AGENTS.md: Codex 프로젝트 메인 지침 — §0 에서 이미 PROJECT.md 로 반영(스킬 아닌 컨텍스트).
- 유저 스킬:
- 대상(불명확하면 물어라): 전역
<TIGUCLAW_HOME>/skills(기본) 또는 특정 프로젝트<project>/.tiguclaw/skills(2026-07-10 메타 폴더 컨벤션 — 프로젝트 자기 폴더와 충돌 회피). Glob로~/.codex/skills/*/SKILL.md(단.system제외) 목록을 만든다.
2) 드라이런 미리보기 (먼저 보여주고 확인)
- 각 스킬: 이름·소스경로 → 대상경로.
- 이름 충돌: 대상/빌트인(harness·code-review 등)에 같은 이름이면 ⚠️ + 덮어쓰기 명시 확인(빌트인 클로버링 금지).
- frontmatter
name/description누락 → 드롭(사유 표기).
3) ★래핑 방식 — 전체 복사 (기본이자 원칙)
- **원본 내용을 그대로 복사(self-contained)**한다 — 포인터·요약 아님. 자기완결이라 머신·이동·다른
인스턴스 sync 에도 안 깨진다. Codex 원본은 대부분 홈(
~/.codex/skills, 머신 종속)이라 포인터 부적합 → 반드시 복사. - ★절대·머신종속 경로 절대 금지(
/Users/…,C:\…,~/.codex/…를 본문에 하드코딩 X). 원본을 참조하지 말고 내용을 복사하라.
3b) 복사 절차 (확인 후)
- 스킬:
~/.codex/skills/<name>/디렉터리 전체 →<대상>/skills/<name>/.SKILL.md(내용 전체) + 보조 파일(스크립트·레퍼런스) 함께(Glob하위 열거 후 각각 Read/Write).metadata.short-description등 부가 frontmatter 는 tiguclaw 가 무시 → verbatim 안전. - (선택) 프롬프트→커맨드:
~/.codex/prompts/<name>.md→<대상>/commands/<name>.md(내용 복사).
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.
- 3d ago First seen · 64 lines · 141 tokens per session scan A 41d78c4936b5
codex-wrapper-sync is a skill published in the GitHub repository tigu77/tiguclaw (5 stars, last pushed 3d ago), licensed Apache-2.0. It adds 141 tokens to every session and 1,528 once invoked, about $0.0007 per session on Opus 5. 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.
Other skills, from other repositories
superplane-changelog
When generating a SuperPlane changelog from merged commits. Use for "what's new" summaries with new integrations, new components/triggers, improvements, security updates, and bug fixes. Output is user-focused markdown in tmp/.
review-agents-md
Audit Dograh AGENTS.md files for drift against the live repo and for bad scope boundaries between parent and child docs. Use when the user asks to review existing AGENTS files, identify stale guidance, decide whether a subtree needs its own AGENTS.md, or update the AGENTS.md hierarchy under the repo root, api/, or ui/.
simplified-technical-english
Write user-facing and reviewer-facing technical text in ASD-STE100 Simplified Technical English style. Use when drafting PR descriptions, commit message bodies, UI copy, docs, error messages, procedures, onboarding text, or any product wording that must stay clear for non-native readers.
pandic-office
Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.
experiment-tracking-swanlab
Provides guidance for experiment tracking with SwanLab. Use when you need open-source run tracking, local or self-hosted dashboards, and lightweight media logging for ML workflows.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.