Overview
- Skill Key
- ajstafford/jules-cli
- Author
- ajstafford
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ajstafford/jules-cli
- Latest Commit SHA
- 38efa1c17c18548d2944f6a91db864c31e1e10c2
Interact with the Jules CLI to manage asynchronous coding sessions. Use this skill sparingly for complex, isolated tasks that benefit from a remote VM.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 jules-cli 技能。 若已安装,则直接安装 jules-cli 技能。
# Jules CLI Skill
## Overview
This skill enables the agent to interact with the `jules` CLI. It supports task assignment, session monitoring, and result integration.
## Usage Guidelines (CRITICAL)
To prevent excessive and inappropriate session creation, you **must** follow these rules:
1. **Local First**: If you can solve the task locally within your current environment (e.g., editing files, running tests, small refactors), **do not** use Jules.
2. **Complexity Threshold**: Only use Jules for tasks that are:
* **Large-scale**: Touching many files or requiring significant architectural changes.
* **Isolated**: Benefiting from a clean, remote environment to avoid local dependency issues.
* **Exploratory**: Tasks where the solution isn't immediately obvious and requires iteration in a VM.
3. **No Proliferation (One at a Time)**:
* **Never** create multiple sessions for the same task.
* **Never** use a loop or parallel execution to spin up several sessions at once.
* Wait for a session to complete and inspect the results before deciding if another session is needed.
4. **No "Small" Tasks**: Do not submit tasks like "Add a comment", "Change a variable name", or "Fix a typo".
---
## Security Guidelines
To ensure safe execution of CLI commands, you **must** adhere to the following security practices:
1. **Input Validation**: Before running any command, validate that:
* **Repository names** follow the `owner/repo` format (alphanumeric, dots, hyphens, and underscores).
* **Session IDs** are alphanumeric (typically hyphens and underscores are also allowed).
2. **Quoting**: Always wrap shell placeholders in double quotes (e.g., `"<repo>"`).
3. **No Inline Injection**: Never embed user-provided data directly into script strings (like `python3 -c`). Use environment variables to pass such data safely.
4. **Sanitization**: Ensure task descriptions do not contain malicious shell characters if passed directly to the sh...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.