Agent Plugins Marketplace
← All plugins

statusline

v1.1.0

Native Codex status-line setup with an optional API-equivalent session cost estimate.

CodexClaude Code1 Skill

By Nathan Wong1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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 statusline for Codex and Claude Code

Installs for the current user
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add statusline@lm-tools

Paste and run these commands in a terminal with Codex. They add and refresh the lm-tools catalog, then install this plugin.

Compatibility: the page URL and API slug “statusline-6” remain stable.

  • Codex: statusline-6@agent-plugin-marketplace → statusline@lm-tools

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/thelogicmatrix/lm-tools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is statusline/.

Plugin files

statusline/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/statusline/SKILL.md

Included Skills1

statuslineskills/statusline/SKILL.md

Use when the user asks to install, configure, or repair the Codex status line, or asks for an estimated cost of the current Codex session.

Plugin manifests2

statusline/.codex-plugin/plugin.json
{
  "name": "statusline",
  "version": "1.1.0",
  "description": "Native Codex status-line setup with an optional API-equivalent session cost estimate.",
  "author": {
    "name": "Nathan Wong"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "statusline",
    "shortDescription": "Configure Codex's footer and estimate session cost",
    "longDescription": "Install a useful native Codex footer and calculate a clearly labelled API-equivalent cost estimate from local session token usage.",
    "developerName": "Nathan Wong",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Install my Codex status line",
      "Estimate this Codex session's cost"
    ]
  }
}
statusline/.claude-plugin/plugin.json
{
  "name": "statusline",
  "version": "1.1.0",
  "description": "statusline - a two-row Claude Code status line built only from the payload the harness hands it: model, effort, project, context fill, which login is driving the session, usage windows, and session cost.",
  "author": {
    "name": "Nathan Wong"
  }
}

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-6)