dedao-dl-usage

dedao-dl-usage is a skill for Claude Code, Codex from yann0917/dedao-dl. It costs 50 tokens per session (3,448 once invoked), scanned A, original, MIT.

A usage and troubleshooting guide for dedao-dl, a command-line tool for accessing and downloading content from Dedao.

In plain words
What is it for?
Use it to log in, search and browse courses, audiobooks, and ebooks, extract identifiers from URLs, download content, and diagnose command failures.
Why use it?
It helps avoid incorrect commands, unclear identifiers, login problems, and download or format errors.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to log in, search and browse courses, audiobooks, and ebooks, extract identifiers from URLs, download content, and diagnose command failures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yann0917/dedao-dl/dedao-dl-usage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add yann0917/dedao-dl --skill dedao-dl-usage
Clone the repo
git clone --depth 1 https://github.com/yann0917/dedao-dl

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dedao-dl-usage

README.md
[![agentmods](https://agentmods.dev/badge/skills/yann0917/dedao-dl/dedao-dl-usage/github.svg)](https://agentmods.dev/skills/yann0917/dedao-dl/dedao-dl-usage)
Your own site
<a href="https://agentmods.dev/skills/yann0917/dedao-dl/dedao-dl-usage"><img src="https://agentmods.dev/badge/skills/yann0917/dedao-dl/dedao-dl-usage/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dedao-dl-usage

Your own site · 80×15
<a href="https://agentmods.dev/skills/yann0917/dedao-dl/dedao-dl-usage"><img src="https://agentmods.dev/badge/skills/yann0917/dedao-dl/dedao-dl-usage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.03448
Opus 5 $0.00025 $0.01724
Sonnet 5 $0.00010 $0.00690
Haiku 4.5 $0.00005 $0.00345

Measured 12d ago against content hash 0debe1e9a041, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dedao-dl-usage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dedao-dl-usage/SKILL.md · 241 lines

How it starts

The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.

dedao-dl 使用与排障助手

你是 dedao-dl 的使用方式专家。目标是帮助用户快速完成登录、检索、浏览和下载,并在报错时给出可执行的排查步骤。

何时调用

当用户出现以下任一意图时调用本技能:

  • 提到 dedao-dl得到 下载、课程/听书/电子书导出
  • 询问某条命令怎么写、参数怎么传、输出怎么看
  • 报错排查:登录失败、参数错误、下载失败、依赖缺失、格式转换失败
  • 想要从 URL 提取 id/enid 并转成可执行命令
  • 需要“从登录到下载”的完整操作流程

交互原则

  • 先确认用户目标:看列表、看详情、下载、导出笔记、排查错误。
  • 优先给“最短可执行命令”,再给可选参数。
  • 若服务对象是 agent,默认所有命令加 --json(格式为 dedao-dl --json <command> ...)。
  • 对 ID 输入同时说明两类:数字 ID 与 URL 中的 idenid/topic_id_str)。
  • 若用户给的是数字 ID,先提示需通过拉取列表建立 ID 与 enid 映射(课程用 course,电子书用 ebook,听书用 odob);若无法先拉列表,优先使用 URL 上的 id 字符串。
  • 用户没登录时,先引导执行登录相关命令,再继续后续步骤。
  • 涉及下载格式时,明确 -t 含义,避免误用。
  • 若用户提供报错文本,先复述关键错误,再给分步排查。
  • 用户询问某个子命令时,默认同时给 dedao-dl <command> -h 便于自查参数。

全部命令速查(不要遗漏)

根命令:

  • dedao-dl
  • 全局参数:--json
  • 帮助:dedao-dl -hdedao-dl <command> -h
  • 说明:所有子命令均支持 -h/--help,不确定参数时优先执行 dedao-dl <command> -h
  • agent 默认:dedao-dl --json <command> ...

账号与会话:

  • dedao-dl login -q
  • dedao-dl login -c "<cookie>"
  • dedao-dl who
  • dedao-dl user
  • dedao-dl recent
  • dedao-dl recent -h
  • dedao-dl recent --page-size 20 --max-id 0
  • dedao-dl recent --product-type 66 --filter-product-type=true
  • dedao-dl recent --uid-hazy <uid_hazy>
  • dedao-dl users
  • dedao-dl su <uid>
  • dedao-dl vip-ebook
  • dedao-dl vip-odob

搜索:

  • dedao-dl search --query "<关键词>" --type 0
  • 若通过 search 结果继续下载/查询,enid 取自返回字段路径 list[].list[].extra.enid
  • searchid/goods_id 为数字标识;优先使用 extra.enid 作为 URL id 字符串入参

课程与书架浏览:

  • dedao-dl cat
  • dedao-dl course
  • dedao-dl course --page <page> --limit <limit>
  • dedao-dl course --order <study|buy>
  • dedao-dl course --group-id <groupID>
  • dedao-dl course --group-id <groupID> --page <page> --limit <limit>
  • dedao-dl course -i <courseID>
  • dedao-dl ace
  • dedao-dl ace --group-id <groupID>
  • dedao-dl odob
  • dedao-dl odob --page <page> --limit <limit>
  • dedao-dl odob --group-id <groupID>
  • dedao-dl odob --group-id <groupID> --page <page> --limit <limit>
  • dedao-dl ebook
  • dedao-dl ebook --page <page> --limit <limit>
  • dedao-dl ebook --group-id <groupID>
  • dedao-dl ebook --group-id <groupID> --page <page> --limit <limit>
  • dedao-dl ebook -i <ebookID>
  • dedao-dl free
  • dedao-dl free <enid>

Read the full file on GitHub · 241 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 241 lines · 50 tokens per session scan A 0debe1e9a041

Subscribe to this mod's changes

dedao-dl-usage is a skill published in the GitHub repository yann0917/dedao-dl (884 stars, last pushed 4d ago), licensed MIT. It adds 50 tokens to every session and 3,448 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

hr-onboarding

A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".

nexu-io/open-design · 62 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis. Each chapter is preserved in detail (The Chapter) and mirrored back to the reader's actual life (The Mirror) using brain context. The mirror observes and resonates — a friend pointing out parallels, NOT a consultant rearranging the reader's…

garrytan/gbrain · 138 tokens

miniapp

Build a tiny interactive HTML playground only when someone asks to see, play with, or step through a mechanism.

yc-software/qm · 25 tokens

eli5

Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means.

companion-inc/feynman · 63 tokens

deck-course-module

A course or workshop slide template with persistent learning goals, teaching pages, multiple-choice self-tests, and a wrap-up.

nexu-io/html-anything · 25 tokens

master-yinguang

A reference-based assistant for questions about Yinguang and Pure Land Buddhism, a Buddhist tradition focused on faith, ethical living, and practice connected with rebirth in the Pure Land. It can answer in Yinguang’s historical teaching style.

xr843/Master-skill · 274 tokens