cd2
Installation
SKILL.md
CloudDrive2 Files
Use npx @andie/cd2 for CloudDrive2 file operations.
Steps
- Check the CLI shape with
npx @andie/cd2 --helpornpx @andie/cd2 <command> --helpwhen the exact flags matter. Completion criterion: you know the command, required arguments, and any flags needed for this operation. - Run the smallest command that performs the requested file operation. Completion criterion: the command exits and stdout contains the JSON result for that operation.
- 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: