oms
v0.31.3oms - see what every Claude and Codex subscription you own has left, and never let one spill into paid credit.
By goosullLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 14, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install oms for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install oms@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/goosull/oh-my-subscriptionsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/config/SKILL.md├── skills/handoff/SKILL.md├── skills/priority/SKILL.md├── skills/rename/SKILL.md└── skills/status/SKILL.md
Included Skills5
Change an account's settings - the model, reasoning effort or context window it launches with, its billing threshold, or how big its plan is. Use when the user wants a specific account to run a particular model or effort level, or wants different settings per account.
Carry the current work into a session on a different account. Use when the user is about to switch accounts, has hit or is near a usage limit, or asks to continue this work somewhere else, on another account, or on the other vendor.
Show or change the order oms picks accounts in, and explain why an account ranks where it does. Use when the user asks which account gets used first, wants to reorder or prioritize accounts, wants to save one for later, or asks why auto chose a particular account.
Rename an account. Use when the user wants to call an account something else, or the name no longer describes what the account actually is.
Show what every configured subscription has left, and which account to use next. Use when the user asks about their usage, quota, rate limit, remaining credits, which account to use, or whether they are about to be charged.
Plugin manifests1
{
"name": "oms",
"description": "oms - see what every Claude and Codex subscription you own has left, and never let one spill into paid credit.",
"version": "0.31.3",
"author": {
"name": "goosull"
},
"homepage": "https://github.com/goosull/oh-my-subscriptions",
"repository": "https://github.com/goosull/oh-my-subscriptions",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[oms on Agent Plugins Marketplace](https://pluginsmp.com/plugins/oms)