Install codex-account-switcher-skill from GitHub

This commit is contained in:
OpenClaw Assistant
2026-02-24 17:48:00 +00:00
parent dbc909aaee
commit 8fc6679826
6 changed files with 1104 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Version control & OS
.git/
.DS_Store
# Python caches
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# Runtime artifacts
*.log
*.db
*.sqlite
# Secrets & credentials (never publish)
.env
secrets/
tokens-*.json
auth.json
config.json
*.pem
# GitHub-only docs (SKILL.md serves as ClawHub readme)
README.md