zh-CN

zh-CN is a skill for Claude Code, Codex from EESJGong/scholar-skill. It costs 0 tokens per session (4,009 once invoked), scanned A, original, MIT.

A Chinese-language package for ScholarSkill, an Obsidian-based system for reading academic papers and extracting knowledge. Obsidian is a note-taking application that stores linked notes in a vault, or folder of files.

In plain words
What is it for?
Use it to configure ScholarSkill in Chinese, create or check its Obsidian folder structure, verify dependencies, and prepare a vault for paper reading and knowledge notes.
Why use it?
It guides first-time setup so the system uses the intended Chinese templates, folders, vault, and required supporting skills.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/shengjie/ObsidianVault.

Good fit Use it to configure ScholarSkill in Chinese, create or check its Obsidian folder structure, verify dependencies, and prepare a vault for paper reading and knowledge notes.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 zh-CN

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/eesjgong/scholar-skill/zh-cn"><img src="https://agentmods.dev/badge/skills/eesjgong/scholar-skill/zh-cn.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 4,009 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 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.00000 $0.04009
Opus 5 $0.00000 $0.02005
Sonnet 5 $0.00000 $0.00802
Haiku 4.5 $0.00000 $0.00401

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

Security

Grade A, and why

zh-CN 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 10d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/configure.py, scripts/replace-placeholders.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

Copies of this mod

1 near-identical copy found in the catalogue:

  • zh-CN — 100% identical, 0 lines differ
zh-CN/SKILL.md · 460 lines

How it starts

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

ScholarSkill - 学术论文阅读与知识内化

技能描述: 基于 Obsidian 的 L3 级论文阅读与记忆抽取系统

版本: v1.0.0
最后更新: 2026-03-18


⚙️ 首次使用必读:配置引导

欢迎使用 ScholarSkill! 🦉

在开始阅读论文之前,需要完成以下配置。本技能支持三种配置模式:

🚀 配置模式

模式 1: 全自动配置(推荐新手)
# 先选择中文包,再明确指定目标 Obsidian vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/zh-CN/scripts/configure.py auto --vault-path "/你的/Obsidian/Vault"

适合: 第一次使用,Obsidian 已安装
自动完成:

  • ✓ 检测 Obsidian 仓库位置
  • ✓ 创建目录结构(1-Papers, 2-Knowledge, 3-MOCs, memory 等)
  • ✓ 生成配置文件
  • ✓ 检查依赖技能

注意: 推荐始终传入 --vault-path,这样不会误选到别的 vault,也能确保只同步中文模板。


模式 2: 半自动配置(推荐)
# 运行中文包配置脚本,并明确指定目标 vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/zh-CN/scripts/configure.py semi --vault-path "/你的/Obsidian/Vault"

适合: 希望手动确认每一步的用户
流程:

  1. 自动检测 Obsidian 仓库(找不到会提示手动输入)
  2. 询问是否创建目录结构
  3. 检查依赖技能,询问是否安装
  4. 生成配置文件

模式 3: 手动配置(高级用户)
# 运行中文包配置脚本,并明确指定目标 vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/zh-CN/scripts/configure.py manual --vault-path "/你的/Obsidian/Vault"

适合: 清楚自己需要什么的高级用户
流程:

  1. 手动输入 Obsidian 仓库路径
  2. 跳过目录创建(稍后手动)
  3. 仅检查依赖,不自动安装
  4. 生成配置文件

📦 依赖技能

本技能需要以下依赖技能(配置脚本会自动检查):

核心依赖(必需)

技能 用途 必需
obsidian-direct Obsidian 文件操作 ⭐⭐⭐
arxiv-watcher ArXiv 论文搜索 ⭐⭐⭐

功能增强(推荐)

技能 用途 必需
academic-research-hub 多源学术搜索 ⭐⭐
tavily 网页内容提取 ⭐⭐
pdf PDF 文本提取 ⭐⭐
obsidian-cli Obsidian CLI 工具 ⭐⭐

长任务编排(L3/批量处理必需)⭐ 新增

技能 用途 必需
durable-task-runner 长任务编排、进度追踪、崩溃恢复 ⭐⭐⭐ (L3/批量)

为什么需要 durable-task-runner?

  • L3 精读 (2.5 小时): 需要进度追踪、中断恢复
  • 批量阅读 (10+ 篇): 需要任务编排、步骤重试
  • 周巩固 (60-90 分钟): 需要状态持久化、定期执行
  • 崩溃恢复: 会话中断后可继续
  • 进度透明: 实时显示完成进度

安装命令:

# 核心依赖(通过 ClawHub 安装)
clawhub install obsidian-direct
clawhub install arxiv-watcher

# 功能增强(推荐)
clawhub install academic-research-hub
clawhub install tavily
clawhub install pdf
clawhub install obsidian-cli

# 长任务编排(L3/批量处理必需)
clawhub install durable-task-runner

Read the full file on GitHub · 460 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. 10d ago First seen · 460 lines · 0 tokens per session scan A 943eab940a3a

Subscribe to this mod's changes

zh-CN is a skill published in the GitHub repository EESJGong/scholar-skill (222 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,009 tokens. 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

translation-editorial

A writing guide for turning complex AI announcements and research into clear, practical content for business owners and specialists.

dzhokhov/markdown-agent-vault-ru · 88 tokens

codex-obsidian-loop

Use for task-driven Codex work that should preserve agent memory and durable results in an Obsidian or Markdown LLM+wiki vault: query planning, source boundaries, project workbench notes, checkpoints, decision logs, result writeback, and lint. Always use this skill when the user mentions Codex plus Obsidian, LLM+wiki…

zhouxifox6249-byte/codex-obsidian-loop · 107 tokens

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

obsidian-bases

Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use for Obsidian Bases, database-like vault views, dynamic tables, reading lists, task trackers, filters, formulas, summaries, and .base file edits.

AgriciDaniel/claude-obsidian · 69 tokens