🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Kmoe Manga Download

by @inphinitiz

Download manga from Kmoe (kxx.moe / mox.moe) with concurrent downloads, credential management, and automation callbacks.

πŸ’‘ Examples

Download specific volumes

kmdr download -d ~/manga -l https://kxx.moe/c/50076.htm -v 1-5

Download all extras as MOBI

kmdr download -l https://kxx.moe/c/50076.htm -t extra -v all -f mobi

Download with callback

Post-download callbacks support template variables:

  • {v.name} β€” Volume name
  • {v.page} β€” Page count
  • {v.size} β€” File size
  • {b.name} β€” Book/manga name
  • {b.author} β€” Author name
  • kmdr download -l https://kxx.moe/c/50076.htm -v 1-3 \
      --callback "echo '{b.name} - {v.name} done!' >> ~/kmdr.log"
    

    Use credential pool for large batch

    kmdr pool add -u user1 -o 1 -n "main account"
    kmdr pool add -u user2 -o 2 -n "backup"
    kmdr download -l https://kxx.moe/c/50076.htm -v all --use-pool
    

    Download via proxy

    kmdr download -l https://kxx.moe/c/50076.htm -v 1-10 -p http://localhost:7890
    

    βš™οΈ Configuration

    # Set default options
    kmdr config --set proxy=http://localhost:7890 dest=~/manga

    List current config

    kmdr config -l

    Clear all config

    kmdr config -c all

    Switch mirror source

    kmdr config -b https://mox.moe

    Credential Pool

    Manage multiple accounts for failover when one account's quota is exhausted.

    # Add account to pool
    kmdr pool add -u  [-o ] [-n "note"]

    List pool accounts (with optional quota refresh)

    kmdr pool list [-r] [--num-workers 3]

    Switch active account

    kmdr pool use

    Update account info

    kmdr pool update [-n "note"] [-o ]

    Remove account from pool

    kmdr pool remove

    πŸ“‹ Tips & Best Practices

  • Set defaults once: Use kmdr config --set dest=~/manga proxy=http://localhost:7890 to avoid repeating flags
  • Credential pool: For large downloads, set up multiple accounts with kmdr pool add to avoid hitting quota limits
  • Volume types: Manga on Kmoe may have vol (main volumes), extra (bonus chapters), and seri (serialized chapters) β€” use -t all to get everything
  • Callback automation: Use callbacks to trigger file organization, notifications, or syncing after each volume downloads
  • View on ClawHub
    TERMINAL
    clawhub install kmoe-manga-download

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’