← Back to Skills Marketplace
321
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install mangadex
Description
MangaDex CLI skill for search, manga/chapter lookup, follow-feed checks, and recommendations.
README (SKILL.md)
MangaDex CLI Skill
Use this skill for direct MangaDex CLI workflows. This guide is for LLM/agent execution only.
Installation Check
- Check availability:
command -v mangadexcli
- If missing, install:
npm install -g @mtsku/mangadex-cli
- 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 30mangadexcli manga latest \x3Cmanga_uuid> --lang en -n 10mangadexcli chapter meta \x3Cchapter_uuid>
- Follow feed:
mangadexcli feed updates --window 24h --lang enmangadexcli feed updates --window 7d
- Recommendations:
mangadexcli recommend suggest --tags "action,mystery" -n 10mangadexcli 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 whoamimangadexcli auth where
Output Mode
- Use
--jsonfor machine-readable output. - Public read endpoints work without auth.
- Feed updates and library-aware recommendation exclusions require auth.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mangadex - After installation, invoke the skill by name or use
/mangadex - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is MangaDex CLI?
MangaDex CLI skill for search, manga/chapter lookup, follow-feed checks, and recommendations. It is an AI Agent Skill for Claude Code / OpenClaw, with 321 downloads so far.
How do I install MangaDex CLI?
Run "/install mangadex" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MangaDex CLI free?
Yes, MangaDex CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MangaDex CLI support?
MangaDex CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MangaDex CLI?
It is built and maintained by matsku (@mtsku); the current version is v0.1.2.
More Skills