Overview
- Skill Key
- deadlysilent/codex-auth
- Author
- deadlysilent
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deadlysilent/codex-auth
- Latest Commit SHA
- a48dfea3cc3b673bce31f19bf4a6a1a085748161
Manual Telegram slash-style command to start/finish OpenAI Codex OAuth profile auth refresh. Use for /codex_auth, /codex_auth <profile>, or callback URL paste handling.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 codex-auth 技能。 若已安装,则直接安装 codex-auth 技能。
Run `scripts/codex_auth.py` to generate a login URL and apply callback URL tokens to `auth-profiles.json`. ## Safe defaults - Treat callback URLs/tokens as sensitive and never echo full values. - Use queued apply flow for controlled restart behavior. - See `RISK.md` for allowed/denied operation boundaries. ## Commands - `/codex_auth` → selector (discovered profiles) - `/codex_auth <profile>` - `/codex_auth finish <profile> <callback_url>` ## Interaction adapter - If inline buttons are supported: show selector buttons. - If inline buttons are not supported: send text fallback (`default | <profile>`). - Callback message handling must never echo full callback URLs (treat as sensitive). - Use callback_data namespace prefix `codex_auth_*` to avoid collisions. ## How to run Start flow: ```bash python3 skills/codex-auth/scripts/codex_auth.py start --profile default ``` Finish flow (after browser redirect URL is pasted): ```bash python3 skills/codex-auth/scripts/codex_auth.py finish --profile default --callback-url "http://localhost:1455/auth/callback?code=...&state=..." ``` Queue safe apply (stops/restarts gateway in background): ```bash python3 skills/codex-auth/scripts/codex_auth.py finish --profile default --callback-url "http://localhost:1455/auth/callback?code=...&state=..." --queue-apply python3 skills/codex-auth/scripts/codex_auth.py status ``` ## Safety posture - No remote shell execution (`curl|bash`, `wget|sh`) is allowed by this skill. - No `sudo`/SSH/system package mutation is performed by this skill. - OAuth callback URLs are sensitive: never echo full callback URLs or tokens in chat output. - Writes are limited to auth profile state files with lock-based coordination. ## Notes - Uses the same OpenAI Codex OAuth constants/method as OpenClaw onboarding (`auth.openai.com` + localhost callback). - OAuth success here does not guarantee `chatgpt.com/backend-api/wham/usage` acceptance; usage endpoint may reject token/session format with `401` and should b...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carlosarturoleon
Connect to Windsor.ai MCP for natural language access to 325+ data sources including Facebook Ads, GA4, HubSpot, Shopify, and more.