โ† All skills
Tencent SkillHub ยท Developer Tools

Torah Scholar

Search and explore Jewish texts (Torah, Tanach, Talmud, Midrash, commentaries) via Sefaria API. Use when researching Torah sources, looking up verses, findin...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search and explore Jewish texts (Torah, Tanach, Talmud, Midrash, commentaries) via Sefaria API. Use when researching Torah sources, looking up verses, findin...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
MARKETING.md, README.md, SEFARIA_SUBMISSION.md, SKILL.md, references/common-refs.md, scripts/dvar.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

Torah Scholar

Research Jewish texts with full access to the Sefaria library: Tanach, Talmud Bavli/Yerushalmi, Mishnah, Midrash, Zohar, and thousands of commentaries.

Quick Start

# Search across all texts torah search "love your neighbor" # Get specific verse with Hebrew + English torah verse "Leviticus 19:18" # Find commentaries on a verse torah links "Genesis 1:1" # This week's parsha torah parsha # Today's learning schedule (Daf Yomi, etc.) torah today

Commands

CommandDescriptionExampletorah search <query>Full-text searchtorah search "tikkun olam"torah verse <ref>Get text + translationtorah verse "Psalms 23"torah links <ref>Commentaries & cross-refstorah links "Exodus 20:1"torah related <ref>Related texts & topicstorah related "Deuteronomy 6:4"torah parshaThis week's portiontorah parshatorah todayDaily learning scheduletorah todaytorah dvarGenerate dvar Torahtorah dvartorah dvar ref <ref>Dvar on specific versetorah dvar ref "Genesis 12:1"torah dvar theme <theme>Dvar with theme focustorah dvar theme "leadership"

Tanach (Hebrew Bible)

Books: Genesis, Exodus, Leviticus, Numbers, Deuteronomy (Torah) Nevi'im: Joshua, Judges, Samuel, Kings, Isaiah, Jeremiah, Ezekiel, etc. Ketuvim: Psalms, Proverbs, Job, Song of Songs, Ruth, Ecclesiastes, etc. Format: Book Chapter:Verse or Book Chapter:Start-End Examples: Genesis 1:1, Psalms 23, Isaiah 40:1-5

Talmud

Bavli (Babylonian): Tractate DafNumber + a or b Examples: Berakhot 2a, Shabbat 31a, Bava Metzia 59b Major tractates: Berakhot, Shabbat, Eruvin, Pesachim, Yoma, Sukkah, Beitzah, Rosh Hashanah, Taanit, Megillah, Moed Katan, Chagigah, Yevamot, Ketubot, Nedarim, Nazir, Sotah, Gittin, Kiddushin, Bava Kamma, Bava Metzia, Bava Batra, Sanhedrin, Makkot, Shevuot, Avodah Zarah, Horayot, Zevachim, Menachot, Chullin, Bekhorot, Arakhin, Temurah, Keritot, Meilah, Tamid, Niddah

Mishnah

Format: Mishnah Tractate Chapter:Mishnah Examples: Mishnah Avot 1:1, Mishnah Berakhot 1:1

Midrash

Midrash Rabbah: Genesis Rabbah 1:1, Exodus Rabbah 1:1 Midrash Tanchuma: Tanchuma Bereshit 1 Other: Pirkei DeRabbi Eliezer 1

Commentaries

Access via torah links <ref> to see Rashi, Ramban, Ibn Ezra, Sforno, etc.

Find Sources on a Topic

# 1. Search for topic torah search "repentance teshuvah" # 2. Get full text of relevant result torah verse "Maimonides Hilchot Teshuvah 2:1" # 3. Find related commentaries torah links "Maimonides Hilchot Teshuvah 2:1"

Prepare a Dvar Torah

# 1. Get this week's parsha torah parsha # 2. Read the opening verses torah verse "Genesis 12:1-5" # (adjust to actual parsha) # 3. Find commentaries for insights torah links "Genesis 12:1" # 4. Search for thematic connections torah search "lech lecha journey"

Study Daf Yomi

# 1. Check today's daf torah today # 2. Get the text torah verse "Berakhot 2a" # (from calendar) # 3. See what it connects to torah links "Berakhot 2a"

Generate a Dvar Torah

# Quick dvar for this week's parsha torah dvar # Focus on specific verse torah dvar ref "Exodus 28:1" # Explore a theme across sources torah dvar theme "holiness and service" The dvar generator outputs: Opening verses with Hebrew + English Key commentaries (Rashi, Ramban, Sforno, etc.) Related sources across the library Suggested structure (hook โ†’ problem โ†’ sources โ†’ resolution โ†’ application) Themes to explore further

Python API

For advanced usage, import directly: from scripts.sefaria import get_text, search, get_links, get_parsha # Get verse result = get_text("Genesis 1:1") print(result.get("he")) # Hebrew print(result.get("text")) # English # Search results = search("golden rule", limit=5) # Get commentaries links = get_links("Leviticus 19:18")

Tips

Hebrew search: Sefaria supports Hebrew queries: torah search "ื•ืื”ื‘ืช ืœืจืขืš ื›ืžื•ืš" Partial refs: torah verse "Psalms 23" returns entire chapter Ranges: torah verse "Genesis 1:1-5" for multiple verses Talmud context: Daf refs include both amud a and b context

Limitations

Rate-limited by Sefaria (be respectful of their free API) Some texts may have Hebrew only (no English translation) Search is full-text, not semantic (exact/stemmed matches)

Source

Powered by Sefaria โ€” the free, open-source library of Jewish texts.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Scripts
  • SKILL.md Primary doc
  • MARKETING.md Docs
  • README.md Docs
  • references/common-refs.md Docs
  • SEFARIA_SUBMISSION.md Docs
  • scripts/dvar.py Scripts