文件内容
skill-card.md
## Description: <br>
Interact with the Jules CLI to manage asynchronous coding sessions for complex, isolated coding tasks that benefit from a remote VM. <br>
This skill is ready for commercial/non-commercial use. <br>
## Publisher: <br>
[ajstafford](https://clawhub.ai/user/ajstafford) <br>
### License/Terms of Use: <br>
## Use Case: <br>
Developers and coding agents use this skill to delegate complex, isolated, asynchronous coding work to Jules CLI sessions, monitor progress, and deliberately integrate completed changes. <br>
### Deployment Geography for Use: <br>
Global <br>
## Known Risks and Mitigations: <br>
Risk: Remote session creation, teleporting, or applying pulled changes can affect remote resources or modify the local codebase. <br>
Mitigation: Require explicit user approval before jules remote new, jules remote pull --apply, jules teleport, or login-related actions; review and test changes before relying on them. <br>
Risk: Unsafe CLI input handling can pass untrusted repository names, session IDs, or task text into shell commands. <br>
Mitigation: Validate repository and session ID formats, quote shell placeholders, pass session IDs through environment variables, and avoid embedding user-provided data directly in inline scripts. <br>
## Reference(s): <br>
- [Jules CLI Usage Reference](references/usage.md) <br>
- [ClawHub Skill Page](https://clawhub.ai/ajstafford/jules-cli) <br>
## Skill Output: <br>
**Output Type(s):** [Shell commands, Configuration instructions, Guidance] <br>
**Output Format:** [Markdown with inline bash code blocks] <br>
**Output Parameters:** [1D] <br>
**Other Properties Related to Output:** [Requires local jules and python3 binaries and HOME environment access; sensitive Jules actions require explicit user approval.] <br>
## Skill Version(s): <br>
1.0.2 (source: server release metadata) <br>
## Ethical Considerations: <br>
Users should evaluate whether this skill is appropriate for their environment, review any generated or modified files before relying on them, and apply their organization's safety, security, and compliance requirements before deployment. <br>