excel-toolkit/scripts
ivanberry 2eff4a6033 feat: 添加 OpenClaw Auth Runtime Python 实现
基于 ~/clawd/skills/_shared/auth-runtime 的 TypeScript 实现:
- auth_runtime.py: 核心认证运行时
  - CLIENT_KEY 认证
  - 令牌缓存(可配置 TTL)
  - 自动刷新过期令牌
  - 401/403 自动重试
- test_auth.py: 测试脚本
- 更新 .env.example 添加 CLIENT_KEY 配置
- 更新 requirements.txt 添加 requests 依赖
- AUTH_RUNTIME.md: 完整使用文档
2026-03-11 20:21:05 +08:00
..
auth_runtime.py feat: 添加 OpenClaw Auth Runtime Python 实现 2026-03-11 20:21:05 +08:00
auto_script.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
batch_process.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
filter_data.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
load_env.py feat: 添加 .env 环境变量支持 2026-03-11 20:06:47 +08:00
merge_excel.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
read_excel.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
replace_cells.py Initial commit: excel-toolkit skill 2026-03-11 12:20:00 +08:00
test_auth.py feat: 添加 OpenClaw Auth Runtime Python 实现 2026-03-11 20:21:05 +08:00
translate_excel.py fix: 修复导入语句,dry-run 测试通过 2026-03-11 19:34:34 +08:00