jules-cli

仓库创建 2013年3月8日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

自动遍历 CLI 命令面,适合需要与 jules 交互的代理。

▸ 风险提示

需要本地安装 jules CLI,执行命令可能改变环境。

这个 Skill 做什么

探索并执行 Jules CLI 的完整命令与子命令集。

把 Jules CLI 当成可被程序调用和探索的工具:可以执行 jules 命令、递归探查所有子命令和参数,把命令树和用法展开给你看。需要自动化任务、调试 CLI 调用或想了解可用命令与子命令时用它来跑和检测。它相当于把 CLI 的完整命令面暴露出来,方便自动化 agent 使用。

开发编程CLI命令探索jules通用
61
Stars
19
Forks
4
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/jeremyckahn/dotfiles/master/opencode/.config/opencode/skills/jules-cli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/jeremyckahn/dotfiles/master/opencode/.config/opencode/skills/jules-cli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: jules-cli
description: Executes tasks using the jules CLI and recursively explores its full command surface area.
license: MIT
compatibility: opencodemetadata:
  audience: dev-ops
  workflow: cli
---

## What I do

This skill provides a complete API reference for the Jules CLI, allowing agents to execute tasks and understand the entire tool's command structure.

## When to use me

Use this when you need to execute a specific task in Google Jules via CLI, or when you need a comprehensive overview of what the `jules` CLI can do.

## Jules CLI API Reference

This document provides a comprehensive reference for the Jules CLI, an asynchronous coding agent from Google.

### Global Option
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有