← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tarot-reading-new
功能描述
塔罗牌解读技能。当用户提到以下意图时使用此技能:抽塔罗牌、算塔罗、塔罗占卜、塔罗解读;问塔罗阵型、塔罗单牌、三牌阵、塞尔特十字;问是/否问题(能否、可不可以、会不会);找东西、丢了什么在哪里;希望得到建议或提醒。此技能使用 Python secrets 模块实现密码学安全的随机抽牌(真随机,非 AI 概率采样)。
安全使用建议
This skill appears coherent and self-contained: it runs a local Python script that draws and interprets tarot cards using the bundled data files and Python's secrets module. Before installing or invoking it, consider: 1) review the bundled scripts if you run code from untrusted sources (they will execute on your agent's environment); 2) the skill does not contact the network or request credentials, but it will execute Python locally—run it in a sandbox if that concerns you; 3) there are minor non-security bugs/oddities (e.g., small language-handling and formatting quirks) but nothing that indicates exfiltration or unrelated privileged access.
功能分析
Type: OpenClaw Skill
Name: tarot-reading-new
Version: 1.0.0
The tarot-reading skill bundle is a legitimate implementation of a tarot card drawing system. It uses the Python 'secrets' module for cryptographically secure randomness as described in the documentation and contains no network activity, file system modifications, or suspicious execution patterns. The logic is confined to processing tarot card data from local reference files (cards.py, spreads.py) and formatting the output for the user.
能力评估
Purpose & Capability
Skill name/description (tarot reading) matches the provided files and runtime actions. The code implements a 78-card Rider‑Waite deck, spreads, and a draw script using the secrets module. Nothing requested (no env vars, no binaries, no config paths) is disproportionate to a tarot utility.
Instruction Scope
SKILL.md tells the agent to run the included local script (scripts/draw_tarot.py) with spread and question-type args. The script reads only bundled reference modules, formats output, and returns JSON/text. There are no instructions to read arbitrary user files, query system configuration, or send data to external endpoints.
Install Mechanism
No install spec is provided (instruction-only install). Code files are bundled with the skill and no external downloads or package installs occur. This is low-risk from an install perspective.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The code does not access os environment variables or network sockets. Requested privileges are proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It only executes a local script and prints output; no persistent background presence or privileged changes are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tarot-reading-new - 安装完成后,直接呼叫该 Skill 的名称或使用
/tarot-reading-new触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Tarot skill initial release, now with full-featured, cryptographically-secure card draws and multi-spread support:
- Supports Rider-Waite-Smith 78-card deck (Major and Minor Arcana).
- Implements 7+ classic tarot spreads for advice, yes/no, reminders, and item-finding questions.
- Uses Python secrets module for cryptographically secure randomness in draws.
- Structured, template-based interpretations tailored to user intent and spread.
- Provides both JSON output and clear, user-friendly analysis, always with an entertainment-only disclaimer.
元数据
常见问题
tarot-reading 是什么?
塔罗牌解读技能。当用户提到以下意图时使用此技能:抽塔罗牌、算塔罗、塔罗占卜、塔罗解读;问塔罗阵型、塔罗单牌、三牌阵、塞尔特十字;问是/否问题(能否、可不可以、会不会);找东西、丢了什么在哪里;希望得到建议或提醒。此技能使用 Python secrets 模块实现密码学安全的随机抽牌(真随机,非 AI 概率采样)。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 tarot-reading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tarot-reading-new」即可一键安装,无需额外配置。
tarot-reading 是免费的吗?
是的,tarot-reading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tarot-reading 支持哪些平台?
tarot-reading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tarot-reading?
由 Gloria(@jiafei0007)开发并维护,当前版本 v1.0.0。
推荐 Skills