← 返回 Skills 市场
Sefaria API MCP
作者
david pishov
· GitHub ↗
· v1.0.0
· MIT-0
265
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sefaria-api-skill
功能描述
Provides access to the Sefaria API MCP server for retrieving, searching, and exploring Jewish texts and related content via MCP interface.
安全使用建议
This skill appears internally consistent with running a Sefaria MCP server, but it relies on fetching and building code from GitHub before running. Before installing or executing: (1) inspect the repository (especially dist/index.js or source before build, package.json and lockfile) for unexpected network calls or postinstall scripts; (2) run npm install/build in a sandbox or CI environment first; (3) limit network and filesystem privileges for the process (run under a dedicated user, restrict outbound access if possible); and (4) if you don't trust the repo owner, prefer using the official Sefaria API endpoints directly or obtain the source from a verified upstream. If you want a deeper review, provide the upstream repository contents (source files) or the built dist/index.js for analysis.
功能分析
Type: OpenClaw Skill
Name: sefaria-api-mcp
Version: 1.0.0
The skill includes a 'connect' tool in skill.js that executes a local command ('node dist/index.js') to start an MCP server. While this behavior is aligned with the stated purpose, the execution of local scripts is a high-risk capability, especially as the actual server code resides in an external repository (https://github.com/davad00/sefaria-api-mcp.git) and is not provided for review. No evidence of intentional malice or data exfiltration was found in the bundle files.
能力评估
Purpose & Capability
The name/description describe an MCP interface to the Sefaria API and the package provides a 'connect' tool that launches a node server and a 'use' helper that shows example MCP calls — these align with the stated purpose.
Instruction Scope
SKILL.md instructs cloning the GitHub repo, running npm install and build, and then launching dist/index.js. Those steps are expected for running a node-based MCP server, and the instructions do not ask for unrelated files or secrets, but they do direct the agent/user to fetch and execute third-party code.
Install Mechanism
There is no registry install spec; the README/SKILL.md point to cloning a GitHub repo and running npm install/build. Using GitHub is standard, but npm install can pull transitive packages — review package.json/package-lock before installing.
Credentials
The skill requests no credentials or config paths. The only runtime environment value used is PORT for the server, which is proportional to running a web service.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges or write to other skills' configs; it only starts a local node process (expected for a server tool).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sefaria-api-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/sefaria-api-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Sefaria API MCP skill.
- Provides tools and guidance for accessing Sefaria’s library of Jewish texts via an MCP server.
- Supports text retrieval, search, reference parsing, related content, metadata lookup, and calendar tools.
- Includes clear installation instructions and example usage patterns.
- Features integration guidance for MCP configuration and relevant support/documentation links.
元数据
常见问题
Sefaria API MCP 是什么?
Provides access to the Sefaria API MCP server for retrieving, searching, and exploring Jewish texts and related content via MCP interface. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。
如何安装 Sefaria API MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sefaria-api-skill」即可一键安装,无需额外配置。
Sefaria API MCP 是免费的吗?
是的,Sefaria API MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sefaria API MCP 支持哪些平台?
Sefaria API MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sefaria API MCP?
由 david pishov(@davad00)开发并维护,当前版本 v1.0.0。
推荐 Skills