obsidian-llm-wiki: Skill for Claude Code

.claude/skills/scholar-skill/SKILL.md

scholar-skill is a skill for Claude Code from levi-qiao/obsidian-llm-wiki. It costs 0 tokens per session (122 once invoked), scanned A, a copy of scholar-skill, MIT.

A repository containing two language versions of the ScholarSkill academic paper-reading system for Obsidian. It provides an English package and a Simplified Chinese package, along with shared setup and project files.

In plain words
What is it for?
Use it to select the English or Chinese ScholarSkill package, inspect its setup files, and access shared requirements, licensing, contribution, and change-log information.
Why use it?
It helps users choose the correct language version before installing or using the system. Keeping shared files separate from language-specific instructions makes the repository easier to navigate.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is levi-qiao/obsidian-llm-wiki's own configuration. It tells Claude Code how to work on obsidian-llm-wiki itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything obsidian-llm-wiki configures →

Reuse

Borrowing it

Nothing to install: this file belongs to levi-qiao/obsidian-llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/levi-qiao/obsidian-llm-wiki/main/.claude/skills/scholar-skill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/levi-qiao/obsidian-llm-wiki

Made for: Claude Code.

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 scholar-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/levi-qiao/obsidian-llm-wiki/scholar-skill/github.svg)](https://agentmods.dev/skills/levi-qiao/obsidian-llm-wiki/scholar-skill)
Your own site
<a href="https://agentmods.dev/skills/levi-qiao/obsidian-llm-wiki/scholar-skill"><img src="https://agentmods.dev/badge/skills/levi-qiao/obsidian-llm-wiki/scholar-skill/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 scholar-skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/levi-qiao/obsidian-llm-wiki/scholar-skill"><img src="https://agentmods.dev/badge/skills/levi-qiao/obsidian-llm-wiki/scholar-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 122 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.
Origin 100% copy Near-identical to another mod 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.00000 $0.00122
Opus 5 $0.00000 $0.00061
Sonnet 5 $0.00000 $0.00024
Haiku 4.5 $0.00000 $0.00012

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

Security

Grade A, and why

scholar-skill 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 11d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (en/scripts/configure.py, en/scripts/replace-placeholders.py, tools/generate_teaser_image.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to scholar-skill — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/scholar-skill/SKILL.md · 18 lines

What it actually says

ScholarSkill Repository Entry

This repository ships two language-specific variants of the same skill package.

Choose one:

Shared repository files:

If you are using this repository in GitHub, start with the language-specific package directory.

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 18 lines · 0 tokens per session scan A 99fb5340e95b

Subscribe to this mod's changes

scholar-skill is a skill published in the GitHub repository levi-qiao/obsidian-llm-wiki (10 stars, last pushed 28d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 122 tokens. A static security scan graded it A with 0 findings. It is 100% identical to scholar-skill, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

llm-wiki

Build and maintain a persistent, interlinked Obsidian-compatible markdown wiki using Karpathy's LLM Wiki pattern. Extension-backed with auto-generated metadata, guardrails, and 14 custom tools (+3 opt-in agent-trajectory tools).

zosmaai/pi-llm-wiki · 52 tokens

lecture-to-notes

A workflow that turns lecture or conference recordings into organised notes using local transcription and slide extraction. It accepts video and audio files, including MOV, MP4, M4A, MP3, and WAV.

drpwchen/lecture-to-notes · 87 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens

cognitive-compile

Use when source material must be transformed into a compact, evidence-aware model for learning, decisions, or an Obsidian concept note.

Mark393295827/third-brain-v7-skills · 32 tokens

kb-lint

Health check for the PARA Knowledge Base. Detects orphan documents, broken links, index drift, tag issues, and stale content. Run periodically or as part of weekly review.

ernestolee13/para-knowledge-base · 39 tokens

kb-index

Update Knowledge Base indexes. Smart mode detects changes and updates only what's needed. Full rebuild available with --full flag. Use after adding/moving documents or when indexes feel stale.

ernestolee13/para-knowledge-base · 38 tokens