Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

openai-auth-switcher-publicOpenAI auth switcher public 搜索

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

5,203

周安装

219

GitHub Stars

公开资料未说明

下载量

1,822
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openai-auth-switcher-public(OpenAI auth switcher public 搜索)
来源仓库:https://github.com/amior1024/openai-auth-switcher-public
安装命令:
openclaw skills install openai-auth-switcher-public
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openai-auth-switcher-public

简介

openai-auth-switcher-public 用于 OpenAI OAuth 账户切换的 Web 优先流程。

  • 适合在 OpenClaw 中需要公共轨道工作流程进行环境接管时使用。
  • 支持可重复使用的身份验证配置管理。
  • 安装命令:openclaw skills install openai-auth-switcher-public,需谨慎处理凭据暴露风险。
  • 建议在非生产环境测试后再应用于关键任务。

SKILL.md

name
openai-auth-switcher-public
description
Web-first, publishable OpenClaw skill for OpenAI OAuth account switching. Use when you need a reusable public-track workflow for first-run takeover, environment discovery, doctor checks, runtime inspection, slot management, dry-run validation, controlled switch experiments, rollback planning, and release-safe packaging without bundling live auth snapshots, logs, callbacks, or other machine-specific runtime data.

OpenAI Auth Switcher Public

Use this skill as the publishable public-track release of the OpenAI auth switcher workflow.

It is designed for OpenClaw administrators who want a web-first, first-run-friendly, release-safe workflow for OpenAI OAuth account takeover, inspection, dry-run validation, controlled switching, and public distribution.

Purpose

Keep the live/internal operator skill and the public distributable skill separated.

This public track must:

  • avoid bundling live runtime state
  • avoid bundling auth snapshots, callbacks, backups, or token ledgers from a real machine
  • avoid machine-specific hard-coded paths where possible
  • document compatibility boundaries explicitly
  • provide a release-safe packaging workflow
  • keep temporary runtime files inside the skill runtime area, while encouraging important persistent state to live in an external state base via OPENAI_AUTH_SWITCHER_PUBLIC_STATE_DIR

Core operating model

Treat OpenClaw OpenAI OAuth switching as a high-sensitivity maintenance workflow.

Always do work in this order:

  1. Use install.sh as the default user-facing bootstrap entrypoint.
  2. Run doctor.py when installation or environment checks fail.
  3. Confirm runtime discovery with env_detect.py.
  4. Inspect the current runtime before any switch logic.
  5. Dry-run any target before proposing a write.
  6. Keep rollback and backup behavior explicit.
  7. Package only from this public skill directory or from a sanitized staging copy.

Included scripts

Primary public-release scripts:

  • install.sh — recommended user entrypoint; wraps the web bootstrap into a single shell command
  • uninstall.sh — recommended cleanup entrypoint before clawhub uninstall
  • scripts/install_web_app.py — one-shot web bootstrap for first-run access
  • scripts/pick_port.py — port selection helper (952712138 → fallback)
  • scripts/generate_web_credentials.py — default admin credential generator
  • scripts/doctor.py — compatibility and environment checks
  • scripts/env_detect.py — OpenClaw path and runtime discovery
  • scripts/paths.py — centralized path resolution helpers
  • scripts/inspect_runtime.py — portable runtime inspection
  • scripts/profile_slot.py — public-safe slot metadata and local slot files
  • scripts/rollback_experiment.py — rollback helper using explicit backup sources
  • scripts/switch_experiment.py — controlled switch experiment with backup and rollback
  • scripts/token_ledger.py — local token attribution ledger rebuild
  • scripts/hourly_usage.py — hourly/daily rollup payload for local analytics
  • scripts/package_public_skill.py — release-safe packager wrapper

Helper modules:

  • scripts/auth_file_lib.py
  • scripts/probe_lib.py
  • scripts/lock_lib.py
  • scripts/state_lib.py

Compatibility and safety references

Read only as needed:

  • references/compatibility.md — Python / Node / OpenClaw / OS expectations
  • references/runtime-discovery.md — path detection and override model
  • references/install-and-runbook.md — operator flow and first-run checks
  • references/security-model.md — sensitivity, boundaries, and redaction rules
  • references/packaging-policy.md — publish checklist and forbidden contents
  • references/migration-notes.md — relation to the internal/live skill

Release rule

Do not publish skills/openai-auth-switcher directly.

Use the public skill directory for ClawHub publication and use a packaging wrapper that rejects runtime data, backups, session callbacks, and credential-bearing files.

Recommended first release positioning:

  • version: 0.1.0
  • tested on OpenClaw 2026.3.11
  • tested on Python 3.11
  • tested on Node.js 22.x
  • Linux-first release

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.5%
按下载量换算1,394

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install openai-auth-switcher-public 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills