ワンクリックで
pikpak
Manage PikPak cloud storage — browse, upload, download, stream, share, and organize files via CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage PikPak cloud storage — browse, upload, download, stream, share, and organize files via CLI.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | pikpak |
| description | Manage PikPak cloud storage — browse, upload, download, stream, share, and organize files via CLI. |
| version | 0.0.1 |
| metadata | {"openclaw":{"requires":{"bins":["pikpaktui"]},"emoji":"☁️","homepage":"https://app.snaix.homes/pikpaktui/"}} |
You can manage PikPak cloud storage using the pikpaktui CLI. This skill covers file management, transfers, sharing, and cloud downloads.
The user must be logged in before any command works. If a command fails with an auth error, ask the user to log in first:
pikpaktui login -u user@example.com -p password
Environment variables PIKPAK_USER and PIKPAK_PASS are also supported.
pikpaktui ls / # List root
pikpaktui ls -l /Movies # Long format (id, size, date)
pikpaktui ls --tree --depth=2 / # Tree view
pikpaktui ls -J /Movies # JSON output (for parsing)
pikpaktui ls -s size -r /Movies # Sort by size, reversed
Sort fields: name, size, created, type, extension, none.
pikpaktui info /movie.mkv # Human-readable
pikpaktui info -J /movie.mkv # JSON output
pikpaktui mv /file.txt /Archive/
pikpaktui mv -t /Dest /a.txt /b.txt # Batch move
pikpaktui cp /file.txt /Backup/
pikpaktui rename /old.txt new.txt
All support -n / --dry-run to preview without executing.
pikpaktui mkdir / NewFolder
pikpaktui mkdir -p / path/to/deep/folder # Create intermediate dirs
pikpaktui rm /file.txt # Move to trash
pikpaktui rm -rf /old-folder # Permanent delete, recursive
pikpaktui trash # List trashed files
pikpaktui untrash file.txt # Restore from trash
pikpaktui star /movie.mkv /photo.jpg
pikpaktui unstar /movie.mkv
pikpaktui starred # List starred files
pikpaktui download /movie.mkv # Download to current dir
pikpaktui download -o output.mkv /movie.mkv # Custom output name
pikpaktui download -j4 -t ./local /Movies # Concurrent, to local dir
pikpaktui upload file.txt # Upload to root
pikpaktui upload -t /Remote a.txt b.txt # Batch upload to folder
pikpaktui link /movie.mkv # Print download URL
pikpaktui link -mc /movie.mkv # Media streams + copy to clipboard
pikpaktui link -J /movie.mkv # JSON output
Submit URLs or magnet links for server-side downloading:
pikpaktui offline https://example.com/file.zip
pikpaktui offline --to /Downloads magnet:?xt=...
pikpaktui tasks # List tasks
pikpaktui tasks list 10 # Limit to 10
pikpaktui tasks retry <task_id> # Retry failed task
pikpaktui tasks delete <task_id> # Delete task
pikpaktui tasks -J # JSON output
pikpaktui share /movie.mkv # Basic share
pikpaktui share -p -d 7 /folder # Password + 7-day expiry
pikpaktui share -J /file.txt # JSON output
pikpaktui share -l # List your shares
pikpaktui share -S https://mypikpak.com/s/abc # Save share to drive
pikpaktui share -S <url> -p <code> -t /Dest # With password + dest
pikpaktui share -D <share_id> # Delete share
Stream videos to a local player (requires player configured in ~/.config/pikpaktui/config.toml):
pikpaktui play /movie.mkv # Original quality
pikpaktui play /movie.mkv 1080 # Specific quality
pikpaktui quota # Storage usage
pikpaktui quota -J # JSON output
pikpaktui vip # VIP membership info
pikpaktui events # Recent file events
-J / --json on most commands for machine-parseable output.-n / --dry-run to preview destructive or batch operations./Movies/file.mkv), not local paths.pikpaktui update self-updates the binary to the latest release.pikpaktui cat /notes.txt.