Jules Tools Skill for Openclaw

A specialized skill to interface with Google's Jules Tools CLI for managing automated AI coding sessions.

alexdavidswift
v1.0.0
Feb 27, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install google-jules-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install google-jules-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Jules Tools Skill?

The Jules Tools Skill bridges the gap between your AI agent and Google's powerful Jules AI coding assistant. By wrapping the Jules Tools CLI, it enables seamless management of remote coding tasks directly through Openclaw Skills. This integration allows developers to automate the creation, tracking, and retrieval of AI-generated code changes within their existing version control workflows, leveraging the power of Google's coding models.

Jules Tools Skill Use Cases

  • Automating bug fixes by describing tasks to Jules via the CLI commands.
  • Scaling development output by running multiple parallel coding sessions across different repositories.
  • Integrating Google's Jules AI capabilities into custom developer advocate or DevOps automation pipelines using Openclaw Skills.
  • Periodically checking and pulling AI-generated code improvements into local branches.

How Jules Tools Skill Works

  1. The agent verifies the presence of the jules CLI and ensures the user is authenticated via the login command.
  2. A new coding task is initiated using the remote new command with a specific repository name and task description.
  3. The agent monitors active sessions using the remote list command to track the progress of the AI's work.
  4. Once the AI task is marked as complete, the agent executes a pull command to retrieve and apply the resulting code changes to the local environment.

Jules Tools Skill Setup

Install the Jules CLI globally using npm to begin using this skill:

npm install -g @google/jules

Authenticate with your Google account to enable the Openclaw Skills integration:

jules login

Verify that the installation was successful by checking the version:

jules --version

Jules Tools Skill Data Schema & Taxonomy

The skill interacts with external session data and local repository states. It primarily processes session IDs and repository metadata as described below:

Field Description
Session ID Unique identifier for an AI coding task, used for pulling results.
Repo Name The target repository name or the current directory (.).
Task Description Plain text instruction describing the coding job for the AI.
Parallel Flag Integer defining the number of concurrent sessions to run for a single repo.

Jules Tools Skill Advanced Features

  • Parallel Session Management: Launch multiple AI coding tasks simultaneously to accelerate project development cycles.
  • Remote Repository Linking: Connect and list multiple repositories to manage complex microservices architectures through Openclaw Skills.
  • Automated Result Pulling: Programmatically retrieve code changes once a session status transitions to completed.
  • Headless Authentication Support: Guidance for authenticating in remote or containerized environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*