mojiemoji-github

mojiemoji-github is a skill for Claude Code from jozobeer/mojiemoji-plugin. It costs 33 tokens per session (745 once invoked), scanned A, original, MIT.

A rule for adding Mojiemoji image stamps to Japanese GitHub Markdown, such as issues, pull requests, reviews, and release notes.

In plain words
What is it for?
Use it before posting Japanese GitHub content to render the shared stamp format and decide when content must remain undecorated.
Why use it?
It keeps stamps consistent and checks special cases where they could accidentally enter Git commit messages.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mojiemoji-github plugin — 4 skills, 1 agent, 2 hooks shipped together

Good fit Use it before posting Japanese GitHub content to render the shared stamp…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jozobeer/mojiemoji-plugin/mojiemoji-github
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.

Any agent
npx skills add jozobeer/mojiemoji-plugin --skill mojiemoji-github
Clone the repo
git clone --depth 1 https://github.com/jozobeer/mojiemoji-plugin

Made for: Claude Code.

Or install mojiemoji-github, the plugin that ships this one along with the rest of its 4 skills, 1 agent, 2 hooks.

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 mojiemoji-github

README.md
[![agentmods](https://agentmods.dev/badge/skills/jozobeer/mojiemoji-plugin/mojiemoji-github.svg)](https://agentmods.dev/skills/jozobeer/mojiemoji-plugin/mojiemoji-github)
Your own site
<a href="https://agentmods.dev/skills/jozobeer/mojiemoji-plugin/mojiemoji-github"><img src="https://agentmods.dev/badge/skills/jozobeer/mojiemoji-plugin/mojiemoji-github.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 745 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00033 $0.00745
Opus 5 $0.00016 $0.00373
Sonnet 5 $0.00007 $0.00149
Haiku 4.5 $0.00003 $0.00075

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

Security

Grade A, and why

mojiemoji-github 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.

harnesses/codex/mojiemoji-github/SKILL.md · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mojiemoji-github (Codex)

Use this skill when Codex is preparing Japanese GitHub Markdown for an issue, PR, review, review reply, issue comment, or release note.

Core First

Run the published core before posting:

uvx mojiemoji < body.md > decorated.md

uvx resolves the mojiemoji distribution from PyPI on first use, so no repository checkout and no manual install are involved. Paste or pipe the decorated output into the GitHub command. Do not hand-build stamp URLs when the core can render them.

PR bodies need one check the core does not perform: GitHub can copy the PR body into squash / merge commit messages, and stamps must not leak into commit history. Before decorating a PR body, run

gh api 'repos/{owner}/{repo}' --jq '(.allow_squash_merge and .squash_merge_commit_message == "PR_BODY") or (.allow_merge_commit and .merge_commit_message == "PR_BODY")'

from inside the target repository, and when it prints true, post the PR body undecorated — only an explicit user request overrides this. Every other surface (issue body, review body, comment, release note) is decorated unconditionally.

Required URL Contract

Rendered stamps must use /emoji/<encoded-text> and include:

  • font
  • color
  • animation
  • background=transparent
  • outline
  • outline_width=2

Good inline colors include a855f7, 22c55e, f59e0b, 06b6d4, and f472b6. Good animations include bane, bure, kirari, yoko_scroll, and zairu.

Gate Behavior

Before any gh issue, gh pr, gh release, gh api, or GitHub MCP call that posts a Japanese body, verify that the body has either already been decorated or intentionally opts out with <!-- mojiemoji:off --> / <!-- mojiemoji:on -->.

For PR bodies, run the repository-policy check from Core First above before posting. When it prints true, do not decorate the PR body manually either, unless the user explicitly requests decorated PR body output.

Read the full file on GitHub · 82 lines

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 · 82 lines · 33 tokens per session scan A 5da564a97345

Subscribe to this mod's changes

mojiemoji-github is a skill published in the GitHub repository jozobeer/mojiemoji-plugin (4 stars, last pushed 9d ago), licensed MIT. It adds 33 tokens to every session and 745 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

ship

Ship a build — pre-flight checks, deploy, document, verify, monitor. Use when deploying code, publishing packages, or releasing.

martineserios/thebrana · 29 tokens

export-pdf

Convert a markdown file to PDF using mdpdf. Use when exporting proposals, SOPs, or any markdown document to PDF.

martineserios/thebrana · 29 tokens

code-review

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…

martineserios/thebrana · 94 tokens

taiyi-integration

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

Dong90/oh-my-taiyiforge · 27 tokens

pr

Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.

umputun/cc-thingz · 51 tokens

backlog

Read, work, and maintain a Git repo's deferred-work items in docs/backlog/, one file per item. Use when the user says "backlog", "check backlog", "what's on my backlog", "work the backlog", "address the backlog", "add to backlog", "clean up backlog", or when a review or task produced items that are real but not being…

umputun/cc-thingz · 96 tokens