torah-scholar
Search and explore Jewish texts (Torah, Tanach, Talmud, Midrash, commentaries) via Sefaria API. Use when researching Torah sources, looking up verses, finding commentaries, cross-references, or preparing divrei Torah. Supports Hebrew and English. Handles references like "Genesis 1:1", "Berakhot 2a", "Mishnah Avot 1:1".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/abeperl/torah-scholarWhat This Skill Does
The torah-scholar skill is a powerful research assistant designed to bridge the gap between complex Jewish primary sources and the AI agent's reasoning capabilities. By integrating directly with the Sefaria API, this skill allows users to fetch full texts, cross-references, and commentaries from a vast library including the Tanach, Talmud Bavli/Yerushalmi, Mishnah, Midrash, and the Zohar. It is purpose-built to help users navigate classical texts, prepare divrei Torah, conduct thematic research, or keep up with daily learning schedules like Daf Yomi.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:
clawhub install openclaw/skills/skills/abeperl/torah-scholar
Ensure your system meets the minimum requirements to connect to the Sefaria API, as this skill performs live queries to ensure you are receiving the most current and authoritative version of the texts.
Use Cases
- Research & Study: Instantly retrieve verses or sections of the Talmud to clarify a point of Halakha or hashkafa.
- Dvar Torah Preparation: Generate insightful content for community speeches by pulling commentary on the weekly parsha.
- Cross-Referencing: Easily find what Rashi, Ramban, or other major commentators say about specific chapters in the Torah.
- Learning Schedules: Keep track of daily learning goals, such as the current Daf Yomi, directly through your AI agent.
- Thematic Exploration: Search for concepts like 'tikkun olam' or 'teshuvah' across the entire library to synthesize diverse perspectives.
Example Prompts
- "Use the torah-scholar skill to find the Rashi commentary on Exodus 20:1 and summarize the main point."
- "What is the weekly parsha for this week, and can you provide a brief overview of its central theme?"
- "Search for the concept of 'loving your neighbor' in the Mishnah and show me the relevant references."
Tips & Limitations
- Precision Matters: Always use standard Sefaria referencing formats (e.g., 'Tractate DafNumber a/b'). Vague references might lead to ambiguous search results.
- Language Support: While the skill handles both Hebrew and English queries, using Hebrew terms for specific tractates or books can yield more precise results when the search term is niche.
- Commentary Depth: When searching for commentaries,
torah linksis your best friend. Start there if you feel a verse needs more context. - Connectivity: Because this skill relies on the Sefaria API, ensure your internet connection is active, as it does not store the entire Sefaria database locally.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-abeperl-torah-scholar": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
hebrew-text-tools
Hebrew text processing utilities: transliteration, gematria calculation, nikud removal, letter identification, and Hebrew number formatting. Pure Python, no dependencies. Works offline. Use when: user needs to transliterate Hebrew, calculate gematria, remove vowel points, or work with Hebrew letters.
parsha-summary
Generate a weekly Torah portion (parsha) summary from Sefaria. Provides English summary with optional Hebrew text, verse count, and sample verses. Lightweight alternative to torah-scholar. Use when: user wants a quick parsha overview, weekly summary, or needs parsha content for a dvar Torah outline.
Sefaria Mcp
Skill by abeperl
zmanim-calculator
Calculate Halachic times (zmanim) for any location and date. Sunrise, sunset, dawn, dusk, candle lighting, Shabbos times, Daf Yomi, and all major zmanim. Uses Hebcal or NOAA algorithms. Use when: user asks for Shabbos times, candle lighting, minyan times, sunrise/sunset, or any Jewish calendar calculation.
codex-bridge
Dispatch coding tasks to the local OpenAI Codex CLI with background execution, status polling, and answerable clarifying questions. Use when OpenClaw should delegate script building, code edits, refactors, or multi-step coding work to Codex from the command line.