Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

clawthority

clawthority contient 22 skills collectées depuis OpenAuthority, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
22
Stars
8
mis à jour
2026-04-24
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

check-exists
Développeurs de logiciels

Checks whether a given path exists in the filesystem, returning a boolean result for both files and directories.

2026-04-24
copy-file
Développeurs de logiciels

Copies a file from a source path to a destination path. The source file remains unchanged after the operation.

2026-04-24
delete-file
Développeurs de logiciels

Removes a file or empty directory at the specified path. Recursive deletion and trash/recycle-bin moves are out of scope.

2026-04-24
edit-file
Développeurs de logiciels

Replaces the first occurrence of old_string with new_string in a file.

2026-04-24
find-files
Développeurs de logiciels

Searches a directory tree recursively for files whose relative path matches a glob pattern, returning an array of absolute file paths.

2026-04-24
git-add
Développeurs de logiciels

Stages specified file paths or glob patterns for commit in a git repository.

2026-04-24
git-branch
Développeurs de logiciels

Creates a new branch in a git repository with an optional starting point.

2026-04-24
git-checkout
Développeurs de logiciels

Switches the working directory to a specified branch or commit in a git repository.

2026-04-24
git-clone
Développeurs de logiciels

Clones a remote git repository to a specified local path.

2026-04-24
git-diff
Développeurs de logiciels

Returns unified diff output for a git repository, with optional ref and path filters.

2026-04-24
git-log
Développeurs de logiciels

Returns formatted commit history for a git repository, with optional limit and path filters.

2026-04-24
git-merge
Développeurs de logiciels

Merges a specified branch into the current branch in a git repository.

2026-04-24
git-push
Développeurs de logiciels

Pushes commits from the current branch to a remote git repository.

2026-04-24
git-reset
Développeurs de logiciels

Resets the current HEAD to a specified commit with a chosen reset mode (soft, mixed, or hard).

2026-04-24
git-status
Développeurs de logiciels

Returns the current git repository status with staged, unstaged, and untracked file lists.

2026-04-24
grep-files
Développeurs de logiciels

Searches for a regex pattern across files in a directory tree, returning an array of matches with file paths, line numbers, and matched line content.

2026-04-24
list-dir
Développeurs de logiciels

Lists file and directory names in a specified path, with optional recursive traversal.

2026-04-24
make-dir
Développeurs de logiciels

Creates a directory at the specified path, including any missing parent directories. Returns gracefully if the directory already exists.

2026-04-24
move-file
Développeurs de logiciels

Moves a file from a source path to a destination path. The source file is removed after a successful move.

2026-04-24
read-file
Développeurs de logiciels

Reads the UTF-8 text content of a file and returns it as a string.

2026-04-24
read-files-batch
Développeurs de logiciels

Reads the UTF-8 text content of multiple files in a single concurrent operation, returning a mapping of paths to their content or error status.

2026-04-24
write-file
Développeurs de logiciels

Writes UTF-8 text content to a file, creating it (and any missing parent directories) if it does not exist, or overwriting it if it does.

2026-04-24
clawthority Agent Skills sur GitHub | SkillsMP