← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tarot-reading-new
Description
塔罗牌解读技能。当用户提到以下意图时使用此技能:抽塔罗牌、算塔罗、塔罗占卜、塔罗解读;问塔罗阵型、塔罗单牌、三牌阵、塞尔特十字;问是/否问题(能否、可不可以、会不会);找东西、丢了什么在哪里;希望得到建议或提醒。此技能使用 Python secrets 模块实现密码学安全的随机抽牌(真随机,非 AI 概率采样)。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tarot-reading-new - After installation, invoke the skill by name or use
/tarot-reading-new - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is tarot-reading?
塔罗牌解读技能。当用户提到以下意图时使用此技能:抽塔罗牌、算塔罗、塔罗占卜、塔罗解读;问塔罗阵型、塔罗单牌、三牌阵、塞尔特十字;问是/否问题(能否、可不可以、会不会);找东西、丢了什么在哪里;希望得到建议或提醒。此技能使用 Python secrets 模块实现密码学安全的随机抽牌(真随机,非 AI 概率采样)。 It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install tarot-reading?
Run "/install tarot-reading-new" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is tarot-reading free?
Yes, tarot-reading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does tarot-reading support?
tarot-reading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created tarot-reading?
It is built and maintained by Gloria (@jiafei0007); the current version is v1.0.0.
More Skills