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 commands/ohah/react-native-mcp/releasegit clone --depth 1 https://github.com/ohah/react-native-mcpWhat 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.00000 | $0.00343 |
| Opus 5 | $0.00000 | $0.00171 |
| Sonnet 5 | $0.00000 | $0.00069 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
release 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 2d 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.
What it actually says
npm에 패키지 릴리즈
버전 태그를 만들고 push하여 npm 배포를 트리거합니다. GitHub Action Publish to npm이 태그 push에서 실행됩니다. 릴리즈 노트를 생성하고 GitHub Release를 만듭니다.
에이전트가 할 일
- 패키지 결정: 사용자가 패키지를 지정하지 않으면 질문합니다: "어떤 패키지를 릴리즈할까요? (server | react-native)"
- 버전 확인: 패키지의
package.json의version을 확인합니다. - SSH remote: origin이
[email protected]:ohah/react-native-mcp.git인지 확인합니다. - gh 계정: push 전에
gh api user -q .login을 확인합니다. - 릴리즈 명령 실행 (태그 생성 및 push)
- 릴리즈 노트: 이전 태그 이후의 커밋에서 생성합니다.
- GitHub Release: 새 태그로 릴리즈를 생성합니다.
- gh 계정 복원: ohah로 전환했다면 이전 계정으로 복원합니다.
- 확인: 태그가 push되었고 Publish to npm 워크플로우가 실행될 것이라고 알립니다.
참고
package.json의 버전은 태그 전에 이미 커밋되어 있어야 합니다.- 이 레포는 ohah GitHub 계정을 push에 사용합니다 (AGENTS.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.
- 2d ago First seen · 21 lines · 0 tokens per session scan A 32124c08c738
release is a command published in the GitHub repository ohah/react-native-mcp (7 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 343 tokens. 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 commands, from other repositories
feature
Post a feature to the Features Board on production and write tweets.
commit-all
Group all changes semantically and commit each group separately.
validate
Run lint and build to validate changes.
responsive-design-specialist
Use when a layout breaks between sizes. Arbitrary breakpoints, type that does not scale, images that blow out the grid, or a desktop design retrofitted onto mobile.
compose-test
Run Compose UI tests with Espresso. Verify critical user flows.
app-store-audit
Run an enterprise pre submission compliance audit on an iOS or Android app against Apple App Store and Google Play rejection rules. Pass a project path or run from the project root.