Skip to content
Tech News
← Back to articles

Show HN: Destiny – Claude Code's fortune Teller skill

read original get Fortune Teller Tarot Deck → more articles
Why This Matters

The Destiny plugin for Claude Code introduces a novel approach to fortune-telling by combining deterministic calculations with generative interpretation, offering personalized daily insights for users. This development highlights the growing integration of traditional metaphysical practices with AI, expanding the scope of personalized digital experiences in the tech industry and consumer applications.

Key Takeaways

destiny

A real fortune-telling skill for Claude Code.

Not a horoscope generator. The numbers are computed; only the interpretation is generative.

Quick start

Prerequisites

Claude Code v2.0 or newer Check with claude --version Update with npm i -g @anthropic-ai/claude-code

The /plugin command must be available. On modern Claude Code it's on by default. If /plugin isn't recognized inside Claude Code, run /config and enable Plugins, then restart Claude Code.

Install (inside Claude Code)

/plugin marketplace add xodn348/destiny /plugin install destiny@destiny-marketplace /destiny

Install from terminal (fallback if /plugin isn't available)

... continue reading