statusline
v0.1.1使用量が一目で分かる Claude Code ステータスライン。5h / 7d(全体・Fable)のレートリミットを、クォータ消化率をバーの塗り・窓の日程消化率をバー下端の細線と分母(例 25%/29%)で同時に表示し、「今のペースでリセットまで持つか」を色で示す。コンテキスト残量と ccusage 由来の API 換算月額ペースも表示。`/statusline:setup` で settings.json への配線まで行う。
By OrattaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Aug 28, 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 plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install statusline@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/oratta/claude-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/statusline/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "statusline",
"version": "0.1.1",
"description": "使用量が一目で分かる Claude Code ステータスライン。5h / 7d(全体・Fable)のレートリミットを、クォータ消化率をバーの塗り・窓の日程消化率をバー下端の細線と分母(例 25%/29%)で同時に表示し、「今のペースでリセットまで持つか」を色で示す。コンテキスト残量と ccusage 由来の API 換算月額ペースも表示。`/statusline:setup` で settings.json への配線まで行う。",
"author": {
"name": "Oratta"
},
"license": "MIT",
"keywords": [
"statusline",
"rate-limit",
"usage",
"quota",
"ccusage",
"claude-code"
]
}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.
[statusline on Agent Plugins Marketplace](https://pluginsmp.com/plugins/statusline)