ワンクリックで
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.