TopRank Skills

Home / Claw Skills / 监控 / clawusage
Official OpenClaw rules 36%

clawusage

Run local clawusage monitoring commands from chat (Telegram/Feishu). Use when user types `/clawusage ...` or asks to check Codex usage, enable/disable auto idle alerts, set idle reminder threshold, or switch language with `lang english|chinese`.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 clawusage 技能。 若已安装,则直接安装 clawusage 技能。

Overview

Skill Key
fantasyengineercdream/clawusage-windows-hardlock
Author
fantasyengineercdream
Source Repo
openclaw/skills
Version
-
Source Path
skills/fantasyengineercdream/clawusage-windows-hardlock
Latest Commit SHA
2611d43debe7074228b4a78c87ff51eac41579ec

Extracted Content

SKILL.md excerpt

# ClawUsage Chat Command

Run bundled local scripts and return command output directly.

Command source:

- `scripts/clawusage.ps1` bundled inside this skill package

Supported arguments:

- `now`
- `usage`
- `status`
- `help`
- `lang`
- `lang english`
- `lang chinese`
- `auto on [minutes]`
- `auto off`
- `auto set <minutes>`
- `auto status`
- `doctor`
- `-help`

Execution rules:

1. Parse user input after `/clawusage`.
2. If no argument is provided, default to `usage`.
3. Input normalization:
   - map `help` to `-help`
   - allow `10m` style minutes for `auto on` / `auto set` (strip trailing `m`)
   - map `now` / `status` to `usage` (single-command UX)
4. Resolve skill script directory in this order:
   - `$env:USERPROFILE\\.openclaw\\workspace\\skills\\clawusage\\scripts`
   - `$env:USERPROFILE\\.openclaw\\skills\\clawusage\\scripts`
   - first recursive match under `$env:USERPROFILE\\.openclaw\\` ending with `\\clawusage\\scripts`
5. Prefer text-packaged script files (ClawHub-safe):
   - `clawusage.ps1.txt`
   - `openclaw-usage-monitor.ps1.txt`
   - `clawusage-auto-worker.ps1.txt`
   Fallback to direct `.ps1` files only for local dev installs.
6. Materialize runtime files under:
   - `$env:USERPROFILE\\.clawusage\\skill-runtime`
   - write `clawusage.ps1`, `openclaw-usage-monitor.ps1`, `clawusage-auto-worker.ps1`
7. Run exactly one local command:
   - `& powershell -NoProfile -ExecutionPolicy Bypass -File "<runtime_root>\\clawusage.ps1" <args>`
8. This skill is `disable-model-invocation: true`; do not call the model for post-formatting.
9. Return stdout directly. Do not rewrite, summarize, or translate command output.
10. Do not run unrelated commands.
11. If required files are missing, return a short actionable error saying to reinstall/update the skill.

Path-resolution snippet (PowerShell):

```powershell
$scriptDirs = @(
  "$env:USERPROFILE\.openclaw\workspace\skills\clawusage\scripts",
  "$env:USERPROFILE\.openclaw\skills\clawusage\scripts"
)
$dir = $scriptD...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.