← 返回 Skills 市场
Claude Connect
作者
TunaIssaCoding
· GitHub ↗
· v1.1.0
6335
总下载
13
收藏
35
当前安装
12
版本数
在 OpenClaw 中安装
/install claude-connect
功能描述
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
安全使用建议
Install only if you specifically need this legacy refresher; the README says current Clawdbot handles Claude OAuth natively. Before running install.sh, review the launchd job, decide whether notifications should be disabled or manually configured, and understand that Claude OAuth refresh tokens will be copied from Keychain into a local Clawdbot auth file.
功能分析
Type: OpenClaw Skill
Name: claude-connect
Version: 1.1.0
The skill performs several high-risk actions, including reading OAuth tokens from macOS Keychain, writing them to `~/.clawdbot/agents/main/agent/auth-profiles.json`, making external network calls to `https://console.anthropic.com/v1/oauth/token` for token refresh, and establishing persistence via a `launchd` job (`com.clawdbot.claude-oauth-refresher.plist` in `~/Library/LaunchAgents/`). While these actions (found primarily in `refresh-token.sh` and `install.sh`) are explicitly stated and appear to align with the skill's purpose of keeping Claude CLI tokens refreshed for Clawdbot, the combination of direct credential access, modification of sensitive application configuration, external network communication, and persistent execution elevates its risk profile beyond benign. There is no clear evidence of *intentional malicious intent* such as exfiltration to unauthorized endpoints or subversion of the agent, but the capabilities themselves are significant.
能力评估
Purpose & Capability
The core purpose of linking Claude to Clawdbot and refreshing tokens is coherent with reading Claude Keychain credentials, calling Anthropic's OAuth token endpoint, writing Clawdbot auth profiles, and running on a schedule. There is no artifact-backed evidence of credential exfiltration to unrelated endpoints.
Instruction Scope
The runtime scripts do more than a simple connector: they retrieve live Keychain secrets, rewrite auth-profiles.json, update Keychain entries, restart the Clawdbot gateway, and send notifications. Much of this is documented, but notification auto-detection and credential verification are not clearly gated by separate consent.
Install Mechanism
install.sh runs verification, auto-detects notification settings, performs an immediate token refresh, creates a launchd plist, copies it into ~/Library/LaunchAgents, and loads it. These are user-triggered and partially disclosed, but they create persistent credential-handling automation.
Credentials
The skill reads OAuth material from macOS Keychain, stores access and refresh tokens in ~/.clawdbot/agents/main/agent/auth-profiles.json, reads local Clawdbot session/config data to infer notification targets, and can restart a local gateway. These actions are sensitive and broader than necessary for users who only need a one-time connection.
Persistence & Privilege
The launchd job runs every two hours with RunAtLoad and continues refreshing credentials until removed. An uninstall script exists, but the package's README also says the skill is deprecated because Clawdbot now handles this natively.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claude-connect - 安装完成后,直接呼叫该 Skill 的名称或使用
/claude-connect触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fixed OAuth auth-profiles.json format bug
v1.0.12
claude-connect 1.0.12
- Updated `refresh-token.sh` with recent changes.
- No changes to documentation or user-facing features.
v1.0.11
claude-connect 1.0.11
- Updated the refresh-token.sh script.
- No user-facing documentation changes; usage and installation instructions remain the same.
v1.0.10
- Added alternative manual install instructions using git clone in the Installation section.
- Clarified steps if clawdhub is not working.
- Updated shell command instructions and made filenames more visible.
- No changes to code logic; documentation only.
v1.0.9
claude-connect 1.0.9
- Clarified install instructions to require seeing "✓ Keychain updated" for a successful refresh.
- Added troubleshooting note if the expected output is missing.
- Improved output examples to include explicit timestamps and status messages.
- No code changes; documentation updates only.
v1.0.8
claude-connect v1.0.8
- Added clear instructions to run refresh-token.sh in a new terminal window (not inside Claude Code CLI) to prevent disconnections and refresh failures.
- README and SKILL documentation updated for improved clarity and troubleshooting during setup.
- No code changes, but improved guidance to avoid common setup issues.
v1.0.5
claude-connect v1.0.5
- Updated the refresh-token.sh script.
- No visible changes to documentation or instructions.
- Core functionality maintained: keeps Claude connected to Clawdbot by automatically refreshing tokens.
v1.0.4
claude-connect 1.0.4
- Updated configuration example file (claude-oauth-refresh-config.example.json).
- Improved install and validation scripts for more robust setup and refresh handling.
- Enhanced token refresh logic in refresh-token.sh for better reliability.
- Minor changes in test and verification scripts for smoother operation.
v1.0.3
claude-connect v1.0.3
- detect-notification-config.sh and refresh-token.sh updated.
- Internal scripts refined; no user-facing changes documented.
- No modifications to skill setup, workflow, or instructions.
v1.0.2
- Updated installation instructions to include changing to the correct directory (`cd ~/clawd/skills/claude-connect`) before running the token refresh script.
- No changes to core functionality. Documentation improved for clarity.
v1.0.1
- Expanded documentation in SKILL.md to clarify purpose, usage, and troubleshooting.
- Added detailed installation steps for prerequisites and Claude Code CLI setup.
- Improved explanation of how token refresh and Keychain scanning work.
- Included usage examples and expected output for easier onboarding.
- README and SKILL.md updated for clearer directions and user guidance.
v1.0.0
- Initial release of claude-connect skill.
- Instantly links your Claude subscription to Clawdbot after setup.
- Maintains the connection 24/7 by auto-refreshing tokens before expiry.
- Requires macOS, Claude CLI, and jq; stores credentials securely using macOS Keychain.
- Ensures uninterrupted access to Claude features through Clawdbot with automated, silent maintenance.
元数据
常见问题
Claude Connect 是什么?
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6335 次。
如何安装 Claude Connect?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claude-connect」即可一键安装,无需额外配置。
Claude Connect 是免费的吗?
是的,Claude Connect 完全免费(开源免费),可自由下载、安装和使用。
Claude Connect 支持哪些平台?
Claude Connect 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claude Connect?
由 TunaIssaCoding(@tunaissacoding)开发并维护,当前版本 v1.1.0。
推荐 Skills