一键导入
send2boox
Send files to Boox e-reader via BooxDrop over local WiFi. Use when the user wants to transfer EPUB, PDF, or other files to their Boox device quickly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send files to Boox e-reader via BooxDrop over local WiFi. Use when the user wants to transfer EPUB, PDF, or other files to their Boox device quickly.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run Claude CLI in non-interactive mode to review git diffs between branches or commits and return severity-ordered findings with file references. Use when a user asks for a "Claude review", wants a second-opinion code review from Claude, or needs fast triage of a large branch diff like master...feature.
Create strict JSON execution plans with Claude Code and return machine-readable handoff objects for planner-executor workflows. Use when a user asks for a 2-step planner to executor pipeline, wants Claude to produce a structured plan schema, or needs validated plan JSON before step-by-step execution.
Delegate a bounded local coding task to the Copilot CLI, either as a single non-interactive run or as multiple tmux workers with per-task logs. Use when the user explicitly wants local `copilot --yolo` execution with strict file ownership, prompt files, and post-run review.
Detect and remove dead/unused code using language-appropriate static analysis tools (ruff+vulture, knip, cargo clippy, golangci-lint, etc.). Use when cleaning up after vibe-coding, AI-generated code, or any session that may have left unused imports, dead functions, or unreachable exports.
Run tasks through the Gemini CLI and then review, verify, and evaluate the resulting changes. Use when the user asks to delegate work to Gemini (or says "use gemini") and expects a follow-up review of the edits, diffs, or outputs.
Request or re-request GitHub Copilot review on the open PR for the current branch, or on a specified PR number, using gh CLI; verify gh auth first, trigger the reviewer request, and confirm GitHub recorded a fresh review request event.
| name | send2boox |
| description | Send files to Boox e-reader via BooxDrop over local WiFi. Use when the user wants to transfer EPUB, PDF, or other files to their Boox device quickly. |
Quickly send files to your Boox e-reader via BooxDrop using the command line.
# First time: set your Boox IP address
scripts/send.sh --set-ip 192.168.1.100:8080
# Send a file
scripts/send.sh /path/to/book.epub
# Send with custom IP (one-time)
scripts/send.sh /path/to/book.epub --ip 192.168.1.50:8080
192.168.1.100:8080)scripts/send.sh --set-ip <IP>scripts/send.sh <file_path>On Boox Device:
http://192.168.1.100:8080)On Linux PC:
# Save the Boox IP for future use
scripts/send.sh --set-ip 192.168.1.100:8080
# Send a single file (uses saved IP)
scripts/send.sh /path/to/book.epub
# Send file with custom IP
scripts/send.sh /path/to/book.epub --ip 192.168.1.100:8080
# Send multiple files
scripts/send.sh book1.epub book2.pdf document.mobi
# Check saved IP
scripts/send.sh --show-ip
# Update saved IP
scripts/send.sh --set-ip 192.168.1.200:8080
| Option | Description |
|---|---|
--ip <address> | Use specific IP for this transfer (format: IP:PORT) |
--set-ip <address> | Save IP address for future use |
--show-ip | Display currently saved IP address |
-h, --help | Show help message |
Boox supports: EPUB, PDF, MOBI, AZW3, TXT, HTML, RTF, CBR, CBZ, and more.
Connection refused:
File not found:
Upload failed:
/Download/ folder on Boox# 1. User starts BooxDrop on Boox, sees IP: 192.168.1.100:8080
# 2. Assistant saves the IP
scripts/send.sh --set-ip 192.168.1.100:8080
# 3. Send newly created EPUB
scripts/send.sh "/home/user/Documents/My Book.epub"
# Output: ✓ Successfully uploaded My Book.epub to Boox