← 返回 Skills 市场
trevortomesh

Catholic Grounding

作者 trevortomesh · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1629
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install catholic-grounding
功能描述
Help answer questions about Catholicism accurately and respectfully (Catechism-first). Provides a structured response format, common topic map with CCC references, and short prayer/reference snippets. Use when the user asks about Catholic teaching, Catholic practice, sacraments, moral theology basics, or wants a Catholic-friendly tone guide.
使用说明 (SKILL.md)

Catholic Grounding Pack

Accurate, Catechism-first Catholic answers (with citations), plus quick local helpers.

Quick Start

Get CCC pointers for a topic

./scripts/ccc.sh "eucharist"

Print a prayer snippet

./scripts/prayer.sh "hail mary"

Check what's included

./scripts/status.sh

What this skill is (and isn’t)

  • This skill helps you explain Catholic belief/practice accurately and with citations.
  • It is not for harassing, spamming, or “converting” people/bots.
  • Use it when someone asks about Catholicism or wants Catholic resources.

Default answer format (use unless user asks otherwise)

  1. Short answer (1–3 sentences)
  2. What the Church teaches (clear, neutral tone)
  3. Citations (CCC sections; Scripture optional)
  4. Practical next step (e.g., “talk to a priest,” “read CCC ___,” “go to Mass,” etc.)

Manual reference access (local)

  • CCC topic map: references/ccc-topic-map.md
  • Prayer snippets: references/prayers.md
  • Tone/style: references/style.md

Guardrails

  • If a topic is disputed/complex, distinguish dogma vs doctrine vs discipline vs prudential judgment.
  • Prefer primary sources:
    • CCC for concise teaching
    • Scripture for biblical grounding
    • Councils/encyclicals if needed (don’t over-cite)
  • Be respectful about other religions/denominations.

If the user wants “Catholic bot behavior”

Offer:

  • “Catholic-literate assistant” (accuracy + citations)
  • “Devotional mode” (prayer + saints + spiritual practices)
  • “RCIA explainer mode” (beginner-friendly)

Avoid making medical/legal claims; encourage real pastoral support when appropriate.

安全使用建议
This skill appears to do exactly what it says: supply Catechism-based pointers, short prayers, and a tone/style guide using only local files. It does not request secrets or perform network calls. Before installing or running the scripts: (1) review and fix scripts/prayer.sh — it incorrectly invokes the shell with the user-provided NAME after the embedded Python block, which could attempt to execute a user-supplied command; (2) run the scripts in a safe environment (container or non-privileged account) until the bug is corrected; and (3) if you will expose this to other users, consider removing direct execution of user input and ensure the Python helper receives arguments safely (e.g., pass args to python3 correctly or sanitize inputs). Other than that, the package is coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: Developer: Version: Description: OpenClaw Agent Skill Suspicious High-Entropy/Eval files: 3 The skill bundle is benign. All scripts (`ccc.sh`, `prayer.sh`, `status.sh`) operate locally, reading only pre-defined markdown files within the skill's `references` directory. User input is safely handled as string arguments or regex patterns, preventing command injection. The `SKILL.md` and `references/style.md` files contain clear instructions for the AI agent that align with its stated purpose of providing accurate and respectful information, including explicit guardrails against harassment, spam, or inappropriate advice. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's intended behavior.
能力评估
Purpose & Capability
Name/description (Catechism-first Catholic answers, citations, prayers) match the included reference files and helper scripts. The files are local pointers and snippets that a Catholic-grounding skill would legitimately contain.
Instruction Scope
SKILL.md instructs the agent to use local scripts and reference files only, which is appropriate. However, scripts/prayer.sh has a coding error: after running the embedded Python here-document it attempts to execute the shell line "${NAME} ${PR}" as a command. That means a user-supplied NAME could be interpreted as an executable name and the shell will try to run it (usually causing 'command not found', but if the string matches a valid executable path it would run). This is a local command-execution risk caused by a bug, not an intentional backdoor, but it should be fixed before executing the script in an untrusted environment.
Install Mechanism
No install specification; this is effectively instruction-only with small local scripts. No network downloads, no package installs, and no files written during installation by the skill metadata.
Credentials
The skill requests no environment variables, credentials, or configuration paths. The scripts only read local reference files (references/*.md), which aligns with the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always is false), does not modify other skills or system-wide settings, and does not store credentials. Autonomous invocation is allowed by default but not combined with other risky privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install catholic-grounding
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /catholic-grounding 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: CCC topic map + prayer snippets + local scripts
元数据
Slug catholic-grounding
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Catholic Grounding 是什么?

Help answer questions about Catholicism accurately and respectfully (Catechism-first). Provides a structured response format, common topic map with CCC references, and short prayer/reference snippets. Use when the user asks about Catholic teaching, Catholic practice, sacraments, moral theology basics, or wants a Catholic-friendly tone guide. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1629 次。

如何安装 Catholic Grounding?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install catholic-grounding」即可一键安装,无需额外配置。

Catholic Grounding 是免费的吗?

是的,Catholic Grounding 完全免费(开源免费),可自由下载、安装和使用。

Catholic Grounding 支持哪些平台?

Catholic Grounding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Catholic Grounding?

由 trevortomesh(@trevortomesh)开发并维护,当前版本 v1.0.0。

💬 留言讨论