wyoming_openai: Skill for Claude Code

.agents/skills/community-triage/SKILL.md

community-triage is a skill for Claude Code, Codex from roryeckel/wyoming_openai. It costs 59 tokens per session (2,276 once invoked), scanned A, original, Apache-2.0.

A guide for handling GitHub issues, pull requests, bug reports, scope questions, and support threads in an OpenAI-compatible proxy or middleware project.

In plain words
What is it for?
Use it to assess community reports, ask for reproductions, decide whether to fix locally or route an issue upstream, and close or escalate reports clearly.
Why use it?
It helps distinguish local defects from unsupported provider-specific requests, request the evidence needed to investigate, and avoid promising changes outside the project's contract.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is roryeckel/wyoming_openai's own configuration. It tells Claude Code and Codex how to work on wyoming_openai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wyoming_openai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to roryeckel/wyoming_openai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/roryeckel/wyoming_openai/main/.agents/skills/community-triage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/roryeckel/wyoming_openai

Made for: Claude Code, Codex.

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 community-triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/roryeckel/wyoming_openai/community-triage/github.svg)](https://agentmods.dev/skills/roryeckel/wyoming_openai/community-triage)
Your own site
<a href="https://agentmods.dev/skills/roryeckel/wyoming_openai/community-triage"><img src="https://agentmods.dev/badge/skills/roryeckel/wyoming_openai/community-triage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for community-triage

Your own site · 80×15
<a href="https://agentmods.dev/skills/roryeckel/wyoming_openai/community-triage"><img src="https://agentmods.dev/badge/skills/roryeckel/wyoming_openai/community-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,276 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
SkillSpector: 2 findings, up to low

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • low Excessive Agency · line 17
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
  • low Excessive Agency · line 192
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
How audits are shown
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.00059 $0.02276
Opus 5 $0.00030 $0.01138
Sonnet 5 $0.00012 $0.00455
Haiku 4.5 $0.00006 $0.00228

Measured 12d ago against content hash 365ec787180c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

community-triage 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 12d 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/skills/community-triage/SKILL.md · 295 lines

How it starts

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

Community Triage

Handle community issues and PRs with respect, evidence, and firm scope discipline.

This skill exists to protect maintainer time, avoid speculative changes, and preserve the project's intended boundary.

Project Boundary

  • Wyoming OpenAI is an OpenAI-compatible proxy/middleware.
  • Treat OpenAI-compatible request/response behavior as the primary contract.
  • Existing backend enum/autodetection exceptions are compatibility shims, not a license to support arbitrary provider-specific transports, routes, or schemas.
  • Do not expand scope to custom endpoints such as /tts, provider-specific stream=true semantics, or bespoke response formats unless the maintainer explicitly chooses to widen scope.

Goals

  • Be helpful without overcommitting.
  • Separate local defects from upstream limitations and unsupported integrations.
  • Prefer minimal actionable next steps: fix locally, request reproduction details, route upstream, or close with clear reasoning.
  • Maintain a respectful tone even when issue quality is low.

Default Posture

  • Assume good faith.
  • Do not mirror vague or incorrect technical framing.
  • Translate the report into the actual technical question the project can answer.
  • Use evidence from code, tests, docs, and upstream behavior before concluding.
  • Do not let conversation momentum expand the project's scope by accident.

Triage Workflow

  1. Classify the thread.
  2. Identify the supported surface.
  3. Gather evidence.
  4. Decide ownership.
  5. Respond with a clear outcome.

1. Classify the thread

Choose the closest category:

  • bug/regression on a supported surface
  • feature request inside scope
  • feature request outside scope
  • support question or configuration issue
  • upstream compatibility issue
  • low-fidelity report with insufficient reproduction
  • community PR

2. Identify the supported surface

Pin down the exact surface before deciding anything:

  • endpoint path
  • Wyoming event flow
  • CLI/config flag
  • backend compatibility path
  • testable request/response behavior

Read the full file on GitHub · 295 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. 12d ago First seen · 295 lines · 59 tokens per session scan A 365ec787180c

Subscribe to this mod's changes

community-triage is a skill published in the GitHub repository roryeckel/wyoming_openai (210 stars, last pushed 3d ago), licensed Apache-2.0. It adds 59 tokens to every session and 2,276 once invoked, about $0.0003 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.