openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Claude Code Statusline

Install and configure a custom Claude Code status line showing real-time token usage, context window percentage, git branch, and color-coded warnings. Use wh...

开发与 DevOps

作者:Ajit Singh @ajitsingh25

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 33 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:ajitsingh25/claude-code-statusline

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's files, installer, and runtime instructions are coherent with a Claude Code status-line feature and do not request unrelated credentials or perform network installs; minor doc vs. implementation mismatches are noted.

目的

Name/description match the delivered artifacts: a statusline renderer (statusline.py) and an installer (statusline_installer.py). The code only touches ~/.claude, reads JSON from stdin (the expected Claude Code runtime input), optionally calls git for branch info, and writes a local config file. No unrelated credentials, binaries, or remote installs are requested.

说明范围

SKILL.md's runtime instructions align with the installer usage (install/configure/status/uninstall). One small mismatch: SKILL.md says it 'updates ~/.claude/settings.local.json', but the installer updates ~/.claude/settings.json (and cleans settings.local.json). Apart from that documentation mismatch, the instructions do not ask the agent to read or transmit unrelated system data or external endpoints.

安装机制

There is no network download/install in the spec — installation is performed by running the bundled installer script which copies local files into ~/.claude. No package managers or external URLs are used, lowering install risk.

证书

The skill requires no environment variables or external credentials. The scripts read USER and use standard os.environ when invoking git (to disable prompts) and operate only under the user's home directory. The workspace path is taken from the JSON input (expected for showing git branch).

持久

The installer persistently writes files under ~/.claude, creates a config (~/.claude/statusline.config), and injects a statusLine command into ~/.claude/settings.json so the status line runs when Claude Code starts. This is expected for a UI plugin but is a persistent change to application settings.

综合结论

This skill appears to do what it claims: a local status line and installer that writes files under ~/.claude and updates your Claude Code settings.json. Before installing: (1) Inspect the bundled scripts (they're included) if you have any doubt. (2) Back up ~/.claude/settings.json (the installer modifies this file). (3) Note the documentation mismatch: SKILL.md mentions settings.local.json but the installer updates settings.json — expect the l…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Claude Code Statusline」。简介:Install and configure a custom Claude Code status line showing real-time token …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ajitsingh25/claude-code-statusline/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。