en

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

An Obsidian-based system for reading academic papers and turning them into stored knowledge and memories. Obsidian is a Markdown note app; the setup creates folders, templates, configuration, and related indexes in a chosen vault.

In plain words
What is it for?
Use it to configure an Obsidian research vault, read papers, extract knowledge, and organize the resulting notes and memories.
Why use it?
It gives paper reading a repeatable structure and helps preserve useful findings for later retrieval. Its setup also checks dependencies and avoids choosing the wrong vault when a path is supplied.

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/your-name/ObsidianVault.

Good fit Use it to configure an Obsidian research vault, read papers, extract knowledge, and organize the resulting notes and memories.

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 en

README.md
[![agentmods](https://agentmods.dev/badge/skills/eesjgong/scholar-skill/en.svg)](https://agentmods.dev/skills/eesjgong/scholar-skill/en)
Your own site
<a href="https://agentmods.dev/skills/eesjgong/scholar-skill/en"><img src="https://agentmods.dev/badge/skills/eesjgong/scholar-skill/en.svg" alt="Measured on agentmods" 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 3,629 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.03629
Opus 5 $0.00000 $0.01814
Sonnet 5 $0.00000 $0.00726
Haiku 4.5 $0.00000 $0.00363

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

Security

Grade A, and why

en 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 8d 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:

  • en — 100% identical, 0 lines differ
en/SKILL.md · 465 lines

How it starts

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

ScholarSkill - Academic Paper Reading and Knowledge Internalization

Description: An Obsidian-based L3-grade paper reading and memory extraction system.

Version: v1.0.0
Last Updated: 2026-03-18


Setup Guide Before First Use

Welcome to ScholarSkill! Owl mascot included.

Before reading papers, complete the setup flow below. This package supports three setup modes.

Setup Modes

Mode 1: Fully Automatic Setup (auto)
# Choose the English package first, then explicitly point to the target Obsidian vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/en/scripts/configure.py auto --vault-path "/your/Obsidian/Vault"

Best for: first-time users with Obsidian already installed
Automatically handles:

  • detecting the Obsidian vault location
  • creating the folder structure (1-Papers, 2-Knowledge, 3-MOCs, memory, and more)
  • generating the config file
  • checking dependency skills

Note: it is strongly recommended to always pass --vault-path so the script never selects the wrong vault and only syncs the English templates.


Mode 2: Semi-Automatic Setup (semi) - Recommended
# Run the English package setup script and explicitly provide the target vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/en/scripts/configure.py semi --vault-path "/your/Obsidian/Vault"

Best for: users who want to confirm each step
Flow:

  1. detect the Obsidian vault automatically, or prompt you if needed
  2. ask whether to create the folder structure
  3. check dependency skills and ask whether to install them
  4. generate the config file

Mode 3: Manual Setup (manual)
# Run the English package setup script and explicitly provide the target vault
python ~/.openclaw/workspace-scholar/skills/scholar-skill/en/scripts/configure.py manual --vault-path "/your/Obsidian/Vault"

Best for: advanced users who know exactly what they want
Flow:

  1. enter the Obsidian vault path manually
  2. skip directory creation for now
  3. only check dependencies without prompting installation
  4. generate a minimal config file

Read the full file on GitHub · 465 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. 8d ago First seen · 465 lines · 0 tokens per session scan A b12bf67a1271

Subscribe to this mod's changes

en 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 3,629 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

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

save

Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the user explicitly asks to preserve specific conversation content, not when they supply a file or URL to ingest. Triggers: /save, save this, save that answer, file this conversation…

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

wiki-fold

Create a bounded, extractive, structurally idempotent rollup of recent Obsidian wiki log entries, with dry-run preview by default and one optional transaction apply. Use for manual log compression without modifying child pages. Triggers: fold the log, run a fold, run wiki-fold, log rollup, roll up log entries, commit…

AgriciDaniel/claude-obsidian · 76 tokens

wiki-mode

Read or configure the vault filing methodology and suggest destinations for planned knowledge creation under Generic, LYT, PARA, or Zettelkasten. Use for wiki mode, methodology mode, what is my vault mode, set vault mode, switch to PARA, use LYT, Zettelkasten setup, change mode, configure mode, or methodology routing.…

AgriciDaniel/claude-obsidian · 83 tokens