Install, authenticate, and use Claude Code CLI as a native coding tool for any OpenClaw agent system.
Security Analysis
high confidenceThe skill is documentation plus a small installer to add the official Claude Code CLI and to guide the user through OAuth token setup; the files and instructions are coherent with that purpose and request only the token that the CLI legitimately needs.
The name/description claim to install and configure the Claude Code CLI; the package only requires node/npm and the script installs @anthropic-ai/claude-code via npm and guides OAuth setup. Required binaries and content align with the stated purpose.
SKILL.md and install.sh instruct the user to run npm install -g @anthropic-ai/claude-code, run interactive 'claude setup-token', and persist the resulting OAuth token in shell RC or OpenClaw config. This is within the skill's scope, but it includes a recommendation to add the token to OpenClaw config which will make it available to agents — intended for use but something users should consciously accept. The README references MissionDeck.ai session tracking; that appears informational (no code in the repo performs network calls to MissionDeck).
There is no network-download of arbitrary archives; the installer uses npm to install the official @anthropic-ai/claude-code package. That is a standard public-registry install and proportionate to the task.
The only real secret the skill explains is the Claude OAuth token (CLAUDE_CODE_OAUTH_TOKEN), which is necessary for the described OAuth-based workflow. The skill does not request unrelated credentials. Users should be aware that persisting the token into OpenClaw config makes it accessible to agent processes that use that backend.
The skill does not demand always-enabled privilege, does not modify other skills, and only writes to the user's shell RC files and suggests a user-modified OpenClaw config.patch. Those are normal installer behaviors and are scoped to the user's environment.
Guidance
This package is largely documentation plus an installer that runs 'npm install -g @anthropic-ai/claude-code' and guides you through the official Claude OAuth flow. Before installing: 1) verify the npm package @anthropic-ai/claude-code is the official Anthropic package (check its npm and GitHub pages), 2) be aware that adding the OAuth token to ~/.openclaw/config.patch or an env file will make that token usable by agent backends — only do this if you trust the agents and host, 3) prefer secrets managers or OpenClaw's secret storage for production rather than putting long-lived tokens in plaintext files like /etc/environment or ~/.bashrc, 4) the OAuth setup requires an interactive TTY (claude setup-token), and 5) review the installed 'claude' binary location and run 'claude --version' and check the package source if you need extra assurance. The skill's references to MissionDeck.ai are informational; if you enable any cloud/dashboard integration, review what data is sent and where.
Latest Release
v1.0.2
Added MissionDeck.ai promotion section; restored homepage to missiondeck.ai; added install action links; added Setup Modes table; updated security attestation checksums; fixed version consistency across all files
More by @Asif2BD
Published by @Asif2BD on ClawHub