kmoe

kmoe — Manga Downloader CLI

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kmoe" with this command: npx skills add holdjun/kmoe/holdjun-kmoe-kmoe

kmoe — Manga Downloader CLI

CLI tool for downloading manga from kxx.moe / kzz.moe / koz.moe in EPUB or MOBI format, with local library tracking and automatic updates.

Prerequisites

kmoe must be installed and the user must be logged in.

First, check if kmoe is installed:

kmoe --version

If not installed, install it for the user:

pip install kmoe

Then check login status:

kmoe status

If not logged in or session expired, tell the user to run kmoe login -u <email> themselves — login is interactive (prompts for password, download directory, format preference, language, worker count). Do not attempt to automate login.

Commands Reference

search — Find manga

kmoe search "keyword" kmoe search "keyword" --lang ch # Filter: all/ch/jp/en/oth kmoe search "keyword" --page 2 # Pagination

Returns a table: ID, Title, Authors, Update date, Score, Status, Language. Note the comic ID for subsequent commands.

info — View details

kmoe info <comic_id>

Shows metadata (title, authors, categories, score, description) and a volume list with MOBI/EPUB sizes. Use this to check what's available before downloading.

download — Get volumes

kmoe download <comic_id> # All volumes kmoe download <comic_id> -V "vol1,vol2,vol3" # Specific volume IDs kmoe download <comic_id> -f epub # Override format (epub/mobi)

Files go to {download_dir}/{title}_{book_id}/ . Shows progress bars, transfer speed, and quota before starting. Already-downloaded volumes are skipped automatically.

library — List tracked comics

kmoe library

Shows all comics in the local library with download progress, completion status, and source (download or scan).

update — Fetch new volumes

kmoe update <comic_id> # One comic kmoe update --all # Entire library kmoe update --all --dry-run # Preview only kmoe update --all -y # Skip confirmation

Compares local library against remote, shows what's new, and downloads missing volumes. Only affects download-source entries — scan-only (local) entries are skipped.

scan — Maintain local library

kmoe scan # Scan all directories

Purely local (no network). Walks the download directory and maintains library.json metadata:

  • Untracked directories (no library.json): scans files, creates library.json with source="scan" . No online matching or directory renaming.

  • Scan-source entries: rescans files on disk, updates records (picks up added/removed files).

  • Download-source entries: validates file integrity (removes records for missing or undersized files). Run update afterward to re-download removed volumes.

Common Workflows

Find and download a manga:

  • kmoe search "title" — find the comic ID

  • kmoe info <id> — review volumes and sizes

  • kmoe download <id> — download

Keep library current:

kmoe update --all -y

Import an existing collection:

kmoe scan — scans local files and creates library.json (offline, no online matching)

Check quota before a big download:

kmoe status — shows remaining monthly quota

Key Details

  • Quota: Monthly download limit. Shown by kmoe status and before each download. Downloads halt automatically when exhausted.

  • Formats: EPUB (default) or MOBI. Set globally in config or per-download with -f .

  • Mirrors: Automatically fails over between kxx.moe, kzz.moe, koz.moe.

  • Config file: ~/.config/kmoe/config.toml — can be edited directly.

  • Two source types: download (from kmoe, has online ID, supports update ) and scan (local-only, no online link).

  • All commands except login are non-interactive and safe to run via shell.

  • Add -v to any command for debug logging.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated