cd2

Installation
SKILL.md

CloudDrive2 Files

Use npx @andie/cd2 for CloudDrive2 file operations.

Steps

  1. Check the CLI shape with npx @andie/cd2 --help or npx @andie/cd2 <command> --help when the exact flags matter. Completion criterion: you know the command, required arguments, and any flags needed for this operation.
  2. Run the smallest command that performs the requested file operation. Completion criterion: the command exits and stdout contains the JSON result for that operation.
  3. Use the JSON result from stdout to decide what happened. Completion criterion: success or failure is based on the CLI result, and any user-facing response includes the relevant path, command, and error message when present.

Common Commands

Configure:

Installs
2
First Seen
Jun 23, 2026
cd2 — andiedie/cd2-skills