xiaobei-skill AGENTS.md

xiaobei-skill AGENTS.md is an instructions file for Codex, OpenCode from xiao24bei/xiaobei-skill. It costs 190 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a collection of separately installable Codex skills. The repository root is only a catalogue and is not itself an installable skill.

In plain words
What is it for?
Use it when installing a skill from this repository, deciding which child skill a user requested, or handling requests to install one, several, or all listed skills.
Why use it?
They prevent the coding agent from installing the wrong directory or treating examples and documentation as skills. They also require it to show the available child skills when no specific one is named.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: uses $skill-installer, but also the file is AGENTS.md. Also seen: mentions Codex; $skill-name invocation.

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 instructions/xiao24bei/xiaobei-skill/agents-md
Clone the repo
git clone --depth 1 https://github.com/xiao24bei/xiaobei-skill

Made for: Codex, OpenCode.

Wrote 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.

agentmods badge for xiaobei-skill AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xiao24bei/xiaobei-skill/agents-md.svg)](https://agentmods.dev/instructions/xiao24bei/xiaobei-skill/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/xiao24bei/xiaobei-skill/agents-md"><img src="https://agentmods.dev/badge/instructions/xiao24bei/xiaobei-skill/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 190 This file is loaded in full into every session.
When invoked 190 The same file — it is already loaded in full.
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.1 $0.00190 $0.00190
Opus 5 $0.00095 $0.00095
Sonnet 5 $0.00038 $0.00038
Haiku 4.5 $0.00019 $0.00019

Measured 6d ago against content hash f7c46bacf169, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

xiaobei-skill AGENTS.md 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 6d 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.

AGENTS.md · 16 lines

What it actually says

XiaoBei Skill Collection Routing

This repository is a collection of independently installable Codex skills. The repository root is intentionally not an installable skill and must not contain SKILL.md.

When a user asks to install xiaobei-skill, this repository, or its root URL without naming a child skill:

  1. Read skill-catalog.json.
  2. Show every listed skill's display_name, description, and path.
  3. Ask the user which one they want.
  4. After the user chooses, install only that exact child path with $skill-installer.
  5. Do not infer a default and do not install all skills unless the user explicitly asks for all of them.

When a user explicitly names one child skill, install that child directly. When the user explicitly asks for all skills, install every path listed in the catalog.

Do not treat repository documentation, examples, gallery assets, or the repository root as skills.

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. 6d ago First seen · 16 lines · 190 tokens per session scan A f7c46bacf169

Subscribe to this mod's changes

xiaobei-skill AGENTS.md is an instructions file published in the GitHub repository xiao24bei/xiaobei-skill (280 stars, last pushed 9d ago), licensed Apache-2.0. It adds 190 tokens to every session, about $0.0010 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-30.

Related

Other instructions, from other repositories

ppt-master CLAUDE.md

Claude Code instructions for hugohe3/ppt-master: Claude Code entry point. To avoid maintaining two copies, all project instructions live in a single source of truth — AGENTS.md — imported below (Claude Code inlines @-referenced files into context). Always edit AGENTS.md; never duplicate its content here.

hugohe3/ppt-master · 74 tokens

codex-ppt-skill AGENTS.md

Instructions for ningzimu/codex-ppt-skill, covering agents.md, contribution flow, changelog, release process and verification.

ningzimu/codex-ppt-skill · 340 tokens

codex-project-skill-manager AGENTS.md

Instructions for WildPigKing/codex-project-skill-manager, covering codex project & skill manager, product boundary, startup routing, consent contract and repository records.

WildPigKing/codex-project-skill-manager · 630 tokens

codex-token-meter AGENTS.md

AGENTS.md instructions for prefect12/codex-token-meter, covering ai token meter development guide, project shape, build and verification, git workflow and ai token meter test loop.

prefect12/codex-token-meter · 1,357 tokens

sentry-instrumentation AGENTS.md

Instructions for tortastudios/sentry-instrumentation, covering agents guide — sentry-instrumentation, what this repo is, this repo has no "skill registry", if you're a codex agent asked to install this skill and skill-enable block (copy into consumer agents.md).

tortastudios/sentry-instrumentation · 1,038 tokens

agent-profile CLAUDE.md

Claude Code instructions for jsuvic/agent-profile, covering instruction precedence, claude code, source of truth, runtime scope and safety rules.

jsuvic/agent-profile · 1,495 tokens