List storage Recommended
/ak:ckm-storage list - Use when:
- Use when you need to inspect objects or bucket contents.
- Expected:
- The list reference is loaded and the storage listing action runs.
Quick Ref / Command
Marketing Kit
/ak:ckm-storage
Routes S3 storage work to list, sync, upload, or URL retrieval references, then executes the remaining arguments.
Parse subcommand
Route reference
List assets
Sync folders
Rule 01
Keep the command as a thin router over documented S3 operations.
Rule 02
Use only the listed storage subcommands: list, sync, upload, and url.
Rule 03
Load the matching reference before executing action-specific behavior.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:ckm-storage list /ak:ckm-storagesync assets/--dry-run--extensions=.png,.jpg
/ak:ckm-storage upload assets/banner.png /ak:ckm-storage url assets/banner.png