Claude Connect

WarnAudited by ClawScan on May 10, 2026.

Overview

Claude Connect is purpose-aligned, but it handles Claude OAuth credentials and installs a persistent background refresher from an unknown and inconsistently documented source, so it should be reviewed carefully before use.

Install only if you specifically want a persistent service to copy and refresh Claude OAuth credentials for Clawdbot. First check whether Clawdbot's native OAuth support is enough, inspect the shell scripts, confirm the LaunchAgent and notification target, and keep a backup of your Clawdbot auth profile.

Findings (5)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing this can let Clawdbot use your Claude subscription and may expose or overwrite OAuth credentials if the scripts are wrong or untrusted.

Why it was flagged

The skill expands the credential boundary by taking Claude OAuth credentials from Keychain and placing access and refresh tokens into Clawdbot's auth profile, giving Clawdbot ongoing delegated Claude access.

Skill content
Reads OAuth tokens from macOS Keychain ... Writes them to ~/.clawdbot/agents/main/agent/auth-profiles.json ... "access": "sk-ant-...", "refresh": "sk-ant-ort..."
Recommendation

Only install if you trust the source and want Clawdbot to use these Claude credentials; inspect the scripts first, back up auth-profiles.json, and be prepared to revoke or re-authenticate tokens if needed.

What this means

The refresher can keep operating in the background and maintaining account access even when you are not actively using the skill.

Why it was flagged

The skill installs persistent launchd automation that continues to run and handle OAuth tokens after the initial setup task.

Skill content
Auto-refreshes every 2 hours ... Runs every 2 hours via ~/Library/LaunchAgents/com.clawdbot.claude-oauth-refresher.plist ... auto-refreshes tokens forever
Recommendation

Verify the LaunchAgent contents and unload or uninstall it when you no longer need it; confirm the documented plist name matches what is actually installed.

What this means

It is harder to verify who produced the code and exactly what will run during installation before granting it access to OAuth credentials.

Why it was flagged

The package lacks provenance and a declarative install mechanism, yet its shell scripts are responsible for credential handling and persistence.

Skill content
Source: unknown; Homepage: none ... No install spec — this is an instruction-only skill ... Code file presence: install.sh, refresh-token.sh, uninstall.sh
Recommendation

Prefer a known upstream source or Clawdbot's native OAuth flow if available; otherwise manually inspect the shell scripts and verify checksums before running them.

What this means

Users may install a credential-handling background service that the package itself says is unnecessary and unmaintained.

Why it was flagged

This conflicts with the active SKILL.md and registry description that recommend installing the skill to keep tokens refreshed 24/7.

Skill content
DEPRECATED — Clawdbot Handles This Natively ... This skill is no longer needed ... The code is no longer maintained.
Recommendation

Check whether Clawdbot's native OAuth support already solves the problem, and treat the skill as potentially stale unless the maintainer clarifies the status.

What this means

Refresh status messages may be sent to an auto-detected chat, user, or phone target that you did not manually confirm.

Why it was flagged

The installer auto-detects messaging channel targets and uses them for success/failure notifications, which is purpose-aligned but touches private messaging configuration.

Skill content
Read ~/.clawdbot/clawdbot.json ... telegram: extract default_chat_id or user_id ... slack ... discord ... whatsapp ... imessage ... signal
Recommendation

Review claude-oauth-refresh-config.json after installation, confirm the notification target, and disable notifications if you do not want these messages sent.