Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

clawthority

clawthority에는 OpenAuthority에서 수집한 skills 22개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
22
Stars
8
업데이트
2026-04-24
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

check-exists
소프트웨어 개발자

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

2026-04-24
copy-file
소프트웨어 개발자

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

2026-04-24
delete-file
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-24
find-files
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-24
git-branch
소프트웨어 개발자

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

2026-04-24
git-checkout
소프트웨어 개발자

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

2026-04-24
git-clone
소프트웨어 개발자

Clones a remote git repository to a specified local path.

2026-04-24
git-diff
소프트웨어 개발자

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

2026-04-24
git-log
소프트웨어 개발자

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

2026-04-24
git-merge
소프트웨어 개발자

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

2026-04-24
git-push
소프트웨어 개발자

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

2026-04-24
git-reset
소프트웨어 개발자

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

2026-04-24
git-status
소프트웨어 개발자

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

2026-04-24
grep-files
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-24
make-dir
소프트웨어 개발자

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

2026-04-24
move-file
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-24
read-files-batch
소프트웨어 개발자

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
소프트웨어 개발자

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