From a1f80d38f28345ea5017cfdd0556cae509d96618 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Fri, 27 Mar 2026 16:38:18 +0100 Subject: [PATCH] update skill to reflect changes --- OpenclawSkill.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/OpenclawSkill.md b/OpenclawSkill.md index 431c0e8..dc8ea11 100644 --- a/OpenclawSkill.md +++ b/OpenclawSkill.md @@ -45,10 +45,10 @@ this will check the health, and if not setup, it will prompt you to set up the C - `shsf update namespace `: Update a specific namespace by its ID. (use `shsf update namespace -h` first) - `shsf update trigger `: Update a specific trigger from a function. (use `shsf update trigger -h` first) -- `shsf file create`: Create a file in a storage. (use `shsf file create -h` first) -- `shsf file overwrite`: Overwrite an existing file in a storage. (use `shsf file overwrite -h` first) -- `shsf file delete`: Delete a file from a storage. (use `shsf file delete -h` first) -- `shsf file list`: List files in a storage. (use `shsf file list -h` first) +- `shsf file create`: Create/update a file in a function. (use `shsf file create -h` first) +- `shsf file list`: List files in a function. (use `shsf file list -h` first) +- `shsf file rename`: Rename a file in a function. (use `shsf file rename -h` first) +- `shsf file delete`: Delete a file from a function. (use `shsf file delete -h` first) - `shsf remote pull --id --into [--force]`: Pull files from a function into a local directory. - `shsf remote push --id --from [--force]`: Push files from a local directory to a function.