NS Fate - Empirical Divination & Forecasting

v1.2.0

Integrates divination systems (tarot, astrology, Chinese calendar, numerology, I Ching-style reasoning) into a structured cross-validation workflow. Use when...

0· 101·0 current·0 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 skill implements divination workflows (tarot, astrology, calendar, symbolic) and includes an actual tarot deck script that supports the exact shuffle/draw commands specified in SKILL.md. There are no unexpected credentials, binaries, or install steps that don't belong to a forecasting/divination protocol.
Instruction Scope
The SKILL.md is prescriptive about steps to collect inputs, run local tarot commands, preregister predictions, and record seeds/metadata. That scope matches the stated purpose. One operational gap: the docs require logging/prediction registry entries but do not specify where or how to persist those logs (local file, agent store, or remote endpoint). You should confirm where recorded prediction metadata (birth data, seed, picked numbers, claims, review outcomes) will be saved and who can access it.
Install Mechanism
No install spec; this is an instruction-only skill with one small Python script (tarot_deck.py). No external downloads, package installs, or archive extraction are present.
Credentials
The skill asks for no environment variables, credentials, or config paths. All required user inputs (birth data, chosen numbers, time windows) are appropriate for the stated functionality.
Persistence & Privilege
The skill is not set to always:true and uses default model invocation settings. It does ask the agent to create and maintain a prediction registry / audit logs in its workflow, which is a normal requirement for an auditable forecasting system — but the storage destination is unspecified; this is a usability/privacy detail rather than an elevated privilege request.
Assessment
This skill is internally consistent with its divination/forecasting purpose and contains only a small local Python tool for tarot shuffling/drawing. Before installing, consider: (1) Privacy — the skill asks for sensitive personal inputs (birth date/time/place) and requires recording seeds/registry entries; verify where these logs will be stored and who can read them. (2) Persistence — the docs expect the agent to save predictions and review results but do not specify storage location; decide whether you want logs kept locally, in agent-managed storage, or not retained. (3) External data — the docs reference external astrology/tarot websites for cross-checks; the skill itself does not include network calls, but an agent following the docs may browse those sites. (4) Code review — tarot_deck.py is small, runs locally, and has no network or credential use; you can inspect it yourself (it uses time-based seeds and Python's PRNG). (5) Autonomy — the skill may be invoked by the agent (default behavior); if you prefer manual control, restrict autonomous invocation in your agent settings. If you want a lower risk posture, confirm storage/retention policies and require explicit user confirmation before saving or transmitting any personally identifiable inputs.

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

latestvk97dnjsz6e42vfzz1ejgmffsth839ep8

License

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

Comments