원클릭으로
slk-file
List and manage files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
List and manage files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage Slack credentials
Manage channel bookmarks
Create, read, update, list canvases
List and manage channels
Do-Not-Disturb status and snooze
List custom emoji
| name | slk-file |
| description | List and manage files |
| metadata | {"version":"0.8.1","openclaw":{"category":"productivity","requires":{"bins":["slk"]},"cliHelp":"slk file --help"}} |
List and manage files
PREREQUISITE: Read
../slk-shared/SKILL.mdfor auth, global flags, security rules, and exit codes. If missing, runslk generate-skills.
| Command | Description |
|---|---|
slk file delete | Delete a file |
slk file info | Show file details |
slk file list | List files |
slk file public | Make a file publicly accessible |
slk file revoke-public | Revoke a file's public link |
slk file upload | Upload a file |
Delete a file
Slack API: files.delete
slk file delete [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--file | ✓ | — | file ID |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Show file details
Slack API: files.info
slk file info [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--file | ✓ | — | file ID |
List files
Slack API: files.list
slk file list [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | — | — | filter by channel ID (optional) |
--types | — | — | filter by file types, comma-separated (optional) |
--user | — | — | filter by user ID (optional) |
Make a file publicly accessible
Slack API: files.sharedPublicURL
slk file public [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--file | ✓ | — | file ID |
Tips: Makes the file accessible to anyone with the link.
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Revoke a file's public link
Slack API: files.revokePublicURL
slk file revoke-public [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--file | ✓ | — | file ID |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.
Upload a file
Slack API: files.getUploadURLExternal
slk file upload [flags]
| Flag | Required | Default | Description |
|---|---|---|---|
--channel | — | — | channel ID to share the file into (optional) |
--file | ✓ | — | path to file to upload |
--title | — | — | file title (defaults to filename) |
[!CAUTION] Write command — confirm with the user before executing; preview with
--dry-run.