← 返回 Skills 市场
mtsku

MangaDex CLI

作者 matsku · GitHub ↗ · v0.1.2
cross-platform ✓ 安全检测通过
321
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install mangadex
功能描述
MangaDex CLI skill for search, manga/chapter lookup, follow-feed checks, and recommendations.
使用说明 (SKILL.md)

MangaDex CLI Skill

Use this skill for direct MangaDex CLI workflows. This guide is for LLM/agent execution only.

Installation Check

  1. Check availability:
    • command -v mangadexcli
  2. If missing, install:
    • npm install -g @mtsku/mangadex-cli
  3. Verify:
    • mangadexcli --help

Command Map

  • Discovery/search:
    • mangadexcli search manga "\x3Cquery>"
    • mangadexcli search author "\x3Cquery>"
    • mangadexcli search group "\x3Cquery>"
    • mangadexcli works author "\x3Cauthor_uuid_or_name>"
    • mangadexcli works group "\x3Cgroup_uuid_or_name>"
  • Manga/chapter info:
    • mangadexcli manga details \x3Cmanga_uuid>
    • mangadexcli manga chapters \x3Cmanga_uuid> --lang en -n 30
    • mangadexcli manga latest \x3Cmanga_uuid> --lang en -n 10
    • mangadexcli chapter meta \x3Cchapter_uuid>
  • Follow feed:
    • mangadexcli feed updates --window 24h --lang en
    • mangadexcli feed updates --window 7d
  • Recommendations:
    • mangadexcli recommend suggest --tags "action,mystery" -n 10
    • mangadexcli recommend suggest --from-followed --exclude-library --window 7d -n 10

Auth Setup

  • Personal client login:
    • mangadexcli auth set-client \x3Cclient_id> \x3Cclient_secret>
    • mangadexcli auth login \x3Cusername> \x3Cpassword>
  • Token-only:
    • mangadexcli auth set-token \x3Caccess_token>
  • Authorization code exchange:
    • mangadexcli auth exchange --code \x3Ccode> --redirect-uri \x3Curi> [--code-verifier \x3Cverifier>]
    • mangadexcli auth refresh
  • Verify auth:
    • mangadexcli whoami
    • mangadexcli auth where

Output Mode

  • Use --json for machine-readable output.
  • Public read endpoints work without auth.
  • Feed updates and library-aware recommendation exclusions require auth.
安全使用建议
This skill appears to do what it claims, but before installing: 1) verify the npm package @mtsku/mangadex-cli (publisher, repository, and recent downloads/reviews) to reduce supply-chain risk; 2) prefer using tokens over passing username/password on the command line (CLI args can leak via process lists and shell history); 3) check where the CLI stores auth tokens or config files on disk and ensure appropriate permissions; 4) if you want to reduce risk, install or run the package in an isolated environment (container or VM) rather than globally on your primary system.
功能分析
Type: OpenClaw Skill Name: mangadex Version: 0.1.2 The mangadex-cli skill is a standard wrapper for the '@mtsku/mangadex-cli' Node.js package, providing commands to search MangaDex, retrieve chapter metadata, and manage user authentication. The SKILL.md file contains legitimate command mappings and installation instructions (npm install) consistent with its stated purpose, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description, required binary (node), and install spec (@mtsku/mangadex-cli -> mangadexcli) align with the listed commands (search, manga/chapter info, feed, auth). Nothing requested appears unrelated to a MangaDex CLI.
Instruction Scope
SKILL.md restricts the agent to running mangadexcli commands and basic installation checks. It documents auth flows (client id/secret, username/password, token) but does not instruct the agent to read arbitrary system files or environment variables. It does not say where tokens/credentials are persisted locally—so credential storage behavior is unknown and should be checked before trusting long-lived tokens.
Install Mechanism
Installation is via an npm package (@mtsku/mangadex-cli) installed globally (npm install -g). Using the public npm registry is standard but carries the usual supply-chain risk: the package owner/source should be verified before global installation because npm packages run code on install and at runtime.
Credentials
The skill declares no required environment variables or config paths. The documented auth commands accept credentials as CLI args or tokens, which is proportionate to the feature set. However, the skill does not declare where/if those credentials are stored, so you should verify storage location and permissions.
Persistence & Privilege
always is false and no system-wide config paths or other skills' configs are modified. The only persistent action implied is a global npm install of the CLI binary, which is expected for a CLI skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mangadex
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mangadex 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Updated metadata.
v0.1.1
- Changed CLI binary name from mangadexctl to mangadexcli throughout documentation. - Updated install instructions: now uses mangadexcli for command checks and calls. - Clarified installation/verification steps with explicit npm usage. - Streamlined and reworded setup, command, and output instructions.
v0.1.0
Initial release of mangadex-cli providing direct command-line access to MangaDex. - Search for manga, authors, and groups. - Lookup detailed info for manga and chapters. - Check follow-feed updates and recent releases. - Get manga recommendations, with tag filters and library-aware exclusions. - Multiple authentication methods supported (login, tokens, OAuth). - Supports machine-readable (--json) output for all commands.
元数据
Slug mangadex
版本 0.1.2
许可证
累计安装 0
当前安装数 0
历史版本数 3
常见问题

MangaDex CLI 是什么?

MangaDex CLI skill for search, manga/chapter lookup, follow-feed checks, and recommendations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 321 次。

如何安装 MangaDex CLI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mangadex」即可一键安装,无需额外配置。

MangaDex CLI 是免费的吗?

是的,MangaDex CLI 完全免费(开源免费),可自由下载、安装和使用。

MangaDex CLI 支持哪些平台?

MangaDex CLI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MangaDex CLI?

由 matsku(@mtsku)开发并维护,当前版本 v0.1.2。

💬 留言讨论