Overview
- Skill Key
- deadlysilent/codex-usage
- Author
- deadlysilent
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deadlysilent/codex-usage
- Latest Commit SHA
- 915266a3447df68c0aeaa05bb0711c05bcbfa1e8
Manual Telegram slash-style command for Codex profile status and usage checks. Use when the user sends /codex_usage, /codex_usage default, /codex_usage all, or /codex_usage <profile>, or asks to check openai-codex profile usage/limits/auth health.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 codex-usage 技能。 若已安装,则直接安装 codex-usage 技能。
Run `scripts/codex_usage.py` to produce a Codex profile report discovered from local auth profiles. ## Safe defaults - `/codex_usage` is read-only. - For mutations, require explicit confirmation and prefer `--dry-run` first. - See `RISK.md` for allowed/denied operation boundaries. ## UX requirements (cross-channel) Before running the script for a user-triggered `/codex_usage` request, send an immediate progress note as a separate message: - "Running Codex usage checks now…" Then send final usage result when complete (do not skip the progress note). ### Interaction adapter - If inline buttons are supported: show selector buttons (default / all / discovered profiles). - If inline buttons are not supported: show text menu fallback (`default | all | <profile>`). - Apply duplicate-request suppression per user for ~20s to avoid accidental spam retries. ## Commands - `/codex_usage` → **MUST** return selector buttons first (default / all / discovered profiles) - `/codex_usage default` - `/codex_usage all` - `/codex_usage <profile>` - `/codex_usage delete <profile>` (must require explicit confirmation before mutation) ## How to run From workspace root: ```bash python3 skills/codex-usage/scripts/codex_usage.py --profile all --timeout-sec 25 --retries 1 --debug python3 skills/codex-usage/scripts/codex_usage.py --profile all --format text ``` Profile-specific examples: ```bash python3 skills/codex-usage/scripts/codex_usage.py --profile default --timeout-sec 25 --retries 1 --debug python3 skills/codex-usage/scripts/codex_usage.py --profile openai-codex:default --timeout-sec 25 --retries 1 --debug python3 skills/codex-usage/scripts/codex_usage.py --profile <suffix> --timeout-sec 25 --retries 1 --debug ``` Delete examples (with safeguards): ```bash # preview only (required guard response without --confirm-delete) python3 skills/codex-usage/scripts/codex_usage.py --delete-profile openai-codex:mine # safe preview with explicit confirm but no file mutation python3 skills/...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.