Tarot Content

v0.1.0

Generate tarot × astrology content for social media — weekly horoscope scripts, tarot spreads, video scripts, and cover art. Use when asked to "create tarot...

0· 503·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (tarot × astrology content) matches the included materials: SKILL.md, a tarot reference, and an ephemeris helper. Required capabilities (planet positions, card reference, cover art) are implemented by the provided files and the recommended Python packages.
Instruction Scope
SKILL.md instructs the agent to compute ephemeris (using pyswisseph), format scripts, and generate cover art with Pillow. The instructions do not ask the agent to read unrelated files, access environment variables, or transmit data to external endpoints. The actions described are narrowly scoped to content generation.
Install Mechanism
There is no automated install spec in the registry (instruction-only). The SKILL.md recommends installing pyswisseph and Pillow via pip, which is a standard package-install approach; there are no downloads from untrusted URLs, no archive extraction, and no custom binaries.
Credentials
The skill declares no required environment variables, credentials, or config paths. The included code and instructions do not access secrets or unrelated system configuration.
Persistence & Privilege
The skill does not request permanent inclusion (always: false) and does not attempt to modify other skills or system-wide agent settings. Model invocation is enabled (default), which is expected for user-invocable skills.
Assessment
This skill appears coherent and focused on generating tarot+astrology content. Before installing or running: (1) be prepared to install Python packages (pyswisseph and Pillow) from PyPI — verify these packages and any native dependencies (pyswisseph may require libswisseph or platform-specific wheels); (2) Pillow code references system font paths (/System/Library/Fonts/Helvetica.ttc) that may not exist on all OSes—adjust font paths or bundle fonts as needed; (3) run third-party pip installs in a sandbox/virtualenv if you want to limit system exposure; (4) inspect the included scripts (scripts/ephemeris_helper.py) yourself — it performs local astronomical calculations only and prints JSON, and does not perform network I/O or exfiltration; and (5) note there are no required credentials or hidden endpoints. If you need autonomous agent behavior or broader system access, reconsider—this skill does not request those, which is appropriate for its purpose.

Like a lobster shell, security has layers — review code before you run it.

latestvk972ct6a5pbkz227zc79h3nvrn81mazc

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments