Google Jules Tools CLI
ReviewAudited by ClawScan on May 1, 2026.
Overview
This skill is coherent and purpose-aligned, but it would let the agent install and use Google's Jules CLI, authenticate with a Google account, start remote coding sessions, and pull code changes.
Install this only if you trust Google's Jules CLI and want your agent to manage Jules coding sessions. Use the intended Google account, limit use to appropriate repositories, avoid privileged npm installation unless necessary, and review any pulled code changes before relying on them.
Findings (4)
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.
The agent could help create remote coding tasks or bring code changes into a repository when asked.
The skill exposes CLI actions that can start remote AI coding work and pull resulting code changes. This is aligned with the stated purpose, but it is a meaningful mutation-capable workflow.
jules remote new --repo <repo_name> --session "<task_description>" ... jules remote pull --session <session_id>
Use this only on repositories where you are comfortable letting Jules operate, and review diffs before committing, deploying, or merging pulled changes.
Using the skill may let the agent act through the authenticated Google/Jules account for supported Jules operations.
The skill requires Jules authentication through a Google account. This is expected for the integration, but it grants the CLI account-level authority to manage Jules sessions.
The agent must be authenticated to interact with Jules. To authenticate, run: jules login
Authenticate only with the intended account, understand what repositories Jules can access, and use logout or account controls when finished.
Installing the CLI adds software from npm to the local system and may require elevated permissions.
The skill instructs users to install an external npm package globally, optionally with sudo. This is purpose-aligned, but it is privileged/unpinned package installation.
npm install -g @google/jules ... try sudo npm install -g @google/jules
Install from the official package/source, avoid sudo unless necessary, and consider pinning or verifying the package before installation.
Task descriptions and repository-related context may be processed by Google's Jules service as part of the coding session workflow.
The workflow involves sending session requests to a remote AI coding service and retrieving results. This external provider flow is disclosed and expected, but repository/task context may be involved.
manage Google's Jules AI coding sessions ... Ensure the agent has internet access to reach Google's servers
Do not use the skill with confidential repositories or task details unless the Jules service terms and account permissions are acceptable.
