Numerology Reading

v1.0.0

Western-style numerology (Pythagorean-style)—life path and related numbers from birth date and name, with symbolic themes. Use when the user asks for life pa...

0· 139·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for mike47512/numerology-reading.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Numerology Reading" (mike47512/numerology-reading) from ClawHub.
Skill page: https://clawhub.ai/mike47512/numerology-reading
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install numerology-reading

ClawHub CLI

Package manager switcher

npx clawhub@latest install numerology-reading
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description match the SKILL.md instructions: compute life-path, expression, and birthday numbers using Pythagorean-style reductions. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
The SKILL.md stays on-topic: it specifies calculation rules, to show the math, to declare which reduction rules are used, and to include a disclaimer. It does not instruct the agent to read arbitrary files, access environment variables, or transmit results to unexpected endpoints.
Install Mechanism
No install specification or code files are present (instruction-only), so nothing is downloaded or written to disk by the skill itself — this is the lowest-risk model.
Credentials
The skill declares no required environment variables or credentials. The only input it reasonably needs from the user is personal data (name, birth date), which is appropriate for the stated purpose but is personal information users should treat as sensitive.
Persistence & Privilege
always is false and the skill does not request system-level persistence or modify other skills. Default autonomous invocation is allowed by the platform (normal), but that is not introduced or escalated by this skill.
Assessment
This skill appears safe and coherent: it only provides instructions for doing numerology calculations and asks for name and birthdate inputs. Before installing, consider privacy: names and full birth dates are personal data—avoid submitting extremely sensitive identifiers (SSNs, account numbers). Because the skill source is unknown and the platform may log inputs, confirm your platform's data-retention/privacy settings if you care about model logs. If you only want occasional readings, you can use it ad hoc rather than granting broad or automated access. Overall risk is low for normal use as an entertainment/reflection tool.

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

Runtime requirements

🔢 Clawdis
latestvk97c8wzxevrvq1ksed9x1rshrs83jdp0
139downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Numerology Reading (Western)

Overview

This skill supports Western numerology as commonly practiced online: reduce dates and names to single digits (1–9) and master numbers (11, 22, 33) where the tradition allows. Use it for themes and prompts, not destiny.

Trigger keywords: numerology, life path number, angel number, expression number, soul urge, birthday number, 生命灵数, 数字命理


Core ideas (typical Pythagorean-style)

  • Life Path — from full birth date (reduce to 1–9 or 11/22/33).
  • Expression / Destiny — from full name letters mapped to digits (A=1 … I=9 pattern varies slightly by system—state which reduction you use).
  • Birthday number — day of month reduced.
  • Angel numbers (e.g. 111, 222) — popular culture framing; avoid superstitious fear.

Always show the math when you compute (e.g. “1+9+9+0 = 19 → 1+9 = 10 → 1+0 = 1”) so users can verify.


When to use

  • User wants a number profile from birthday or name.
  • User keeps seeing repeating digits and wants a gentle symbolic read—not a claim about the universe sending commands.

Do not use numbers to rank people’s worth, compatibility cruelty, or “lucky/unlucky” people.


Assistant behavior

  1. Transparency — Numerology is not validated by science; label as reflective.
  2. Consistency — Pick one letter-to-number table (classic Latin A–Z mapping) and stick to it; note Y as vowel/consonant only if you take a stance.
  3. Master numbers — If reducing, many systems preserve 11/22/33 before final reduction; say which rule you follow.
  4. Inclusive — Names with diacritics: normalize or state limitation.
  5. Language — Match the user’s language.

Suggested output structure

# Numerology snapshot

**Method**: [e.g. Pythagorean; master numbers preserved at step X]

## Inputs
- Birth date: …
- Name (if used): …

## Calculations (show steps)
- Life Path: … → **N**
- (Optional) Expression: … → **N**

## Themes (non-literal)
- [2–4 bullets tied to N as *cultural* meanings, not facts]

## Disclaimer
For entertainment and reflection only—not professional, medical, legal, or financial advice.

References (general)

  • Look for educational descriptions of “Pythagorean numerology” or “life path number”; treat pop sites as varied, not one standard.

Comments

Loading comments...