Overview
- Skill Key
- deadlysilent/codex-profiler
- Author
- deadlysilent
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deadlysilent/codex-profiler
- Latest Commit SHA
- 792bd7e9a24496c2e4bbb1a51a41c8c8c6c985ce
This skill consolidates both scripts: scripts/codex_usage.py usage/limits scripts/codex_auth.py OAuth start/finish + queued safe apply
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Codex Profiler 技能。 若已安装,则直接安装 Codex Profiler 技能。
This skill consolidates both scripts: - `scripts/codex_usage.py` (usage/limits) - `scripts/codex_auth.py` (OAuth start/finish + queued safe apply) ## Safe defaults - Usage checks are read-only by default. - Mutation paths require explicit confirmation and should use dry-run previews first. - See `RISK.md` for allowed/denied operation boundaries. ## Commands ### Usage - `/codex_usage` → selector (default / all / discovered profiles) - `/codex_usage <profile>` - `/codex_usage delete <profile>` (requires explicit confirmation; defaults to safe detach-only mode + backup) ### Auth - `/codex_auth` → selector (profiles) - `/codex_auth <profile>` - `/codex_auth finish <profile> <callback_url>` ## UX requirements (cross-channel) For `/codex_usage`, send immediate progress message first as a separate message: - "Running Codex usage checks now…" For queued auth apply, warn before restart behavior: - "Gateway restart will be performed by background apply job. Avoid long-running tasks." ### Interaction adapter - If inline buttons are supported: use selector buttons. - If inline buttons are not supported: use text fallback prompts. - Apply duplicate-request suppression per user for ~20s. - Never echo full callback URLs in responses. ## How to run ```bash python3 skills/codex-profiler/scripts/codex_usage.py --profile all --timeout-sec 25 --retries 1 --debug python3 skills/codex-profiler/scripts/codex_usage.py --profile all --format text python3 skills/codex-profiler/scripts/codex_auth.py start --profile default python3 skills/codex-profiler/scripts/codex_auth.py finish --profile default --callback-url "http://localhost:1455/auth/callback?code=...&state=..." --queue-apply python3 skills/codex-profiler/scripts/codex_auth.py status ``` ## Safety posture - No remote shell execution (`curl|bash`, `wget|sh`) is allowed by this skill. - No `sudo`/SSH/system-level host mutation commands are part of this skill path. - Usage checks are restricted to trusted HTTPS endpoint host allow...
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.