📚
AutomationPython

Douyin Favorites to Knowledge

by tars1230

Douyin Favorites to Knowledge is an Automation skill for Claude Code, published by tars1230 in douyin-favorites-to-knowledge.

48 stars0 forkson tars1230/douyin-favorites-to-knowledgeAdded 2026/08/11+14% in starsRepository updated 2026/08/05
agent-skillsdouyinknowledge-baseobsidianpython
Install in seconds
Install Douyin Favorites to Knowledge
Copy Douyin Favorites to Knowledge into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/tars1230/douyin-favorites-to-knowledge/tree/main/skill ~/.claude/skills/skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/tars1230/douyin-favorites-to-knowledge.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/SKILL.md in tars1230/douyin-favorites-to-knowledge
Installs to
~/.claude/skills/skill
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What Douyin Favorites to Knowledge does

Sync your Douyin video favorites to a local Markdown or Obsidian knowledge base with optional transcription via SiliconFlow or local Whisper. Automates daily sync and nightly digests.

Douyin Favorites to Knowledge is cataloged under Automation on DirSkills. Douyin Favorites to Knowledge comes from a repository tagged agent-skills, douyin, knowledge-base, obsidian and python.

Documentation

README

抖音视频收藏转本地知识库

优先使用单入口流程。不要先向用户解释 schema、模式、provider 或 adapter。

首次使用

先检查命令是否存在:

douyin-favorites-knowledge --help

如果命令不存在,优先从国内镜像安装完整程序。选择用户确认的项目目录,不要替用户猜测长期存放位置:

git clone https://gitee.com/tars123/douyin-favorites-to-knowledge.git
cd douyin-favorites-to-knowledge
python3 -m venv .venv
. .venv/bin/activate
python -m pip install .

Gitee 不可用时再使用源码仓库 https://github.com/tars1230/douyin-favorites-to-knowledge。不要使用不明 GitHub 加速站。

安装完成后运行:

douyin-favorites-knowledge setup

让用户选择 Markdown 或 Obsidian 知识库目录,再让用户选择转录方案。推荐 SiliconFlow云端;本地 Whisper 只有用户愿意下载模型、承担本机资源时才选;none 只保存描述与链接。不要要求用户复制 Cookie。默认来源是收藏;仅当用户明确说“喜欢”或“点赞”时,向 login/sync--source like

用户明确选择 Obsidian 时,在已有 setup 后执行:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Douyin Favorites to Knowledge

  • What else does tars1230 publish alongside Douyin Favorites to Knowledge?

    Douyin Favorites to Knowledge is one of 2 skills that DirSkills catalogs from tars1230/douyin-favorites-to-knowledge, the repository it ships in. Its siblings there include Douyin Favorites to Knowledge. Each one is a separate skill with its own page in this directory, installs the same way Douyin Favorites to Knowledge does, and is maintained by tars1230 in that same repository. The rest of the collection is listed on the tars1230/douyin-favorites-to-knowledge page.

  • How does Douyin Favorites to Knowledge compare to other Automation skills?

    Douyin Favorites to Knowledge ranks #1424 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Douyin Favorites to Knowledge against them. Open each page to compare what they document and how they install.