openclaw-fortune — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited openclaw-fortune (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Add magic to your AI agent -- 3 tools for horoscopes, tarot readings, and I Ching divination across 78 cards and 64 hexagrams.
| You say... | Protocol | Tool | Response Time |
|---|---|---|---|
| "What's my horoscope?" | StarCast | daily_fortune | <50ms |
| "Pull a tarot card" | ArcanaSpread | tarot_reading | <80ms |
| "I Ching reading" | HexagramCast | i_ching | <60ms |
| "Fortune for my chatbot" | StarCast | daily_fortune | <50ms |
| "Celtic Cross spread" | ArcanaSpread | tarot_reading | <80ms |
| "Lucky numbers today" | StarCast | daily_fortune | <50ms |
{
"openclaw-fortune": {
"type": "streamable-http",
"url": "https://openclaw-fortune-mcp.yagami8095.workers.dev/mcp"
}
}Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Works immediately -- no API key required for Free tier.
This skill activates when the user:
| Trigger Phrase | Maps To |
|---|---|
| "what's my horoscope" / "horoscope for Leo" | daily_fortune |
| "today's fortune" / "daily fortune" | daily_fortune |
| "lucky numbers today" / "lucky color" | daily_fortune |
| "what do the stars say" / "my zodiac" | daily_fortune |
| "pull a tarot card" / "tarot reading" | tarot_reading |
| "tarot spread" / "Celtic Cross" / "past present future" | tarot_reading |
| "consult the I Ching" / "throw the I Ching" | i_ching |
| "hexagram reading" / "Book of Changes" | i_ching |
| "fortune telling" / "add fortune to my bot" | daily_fortune |
| "daily greeting with horoscope" / "engagement feature" | daily_fortune |
Deterministic daily horoscope generation seeded by date + zodiac sign. Returns love/work/health scores (0-100), tarot card of the day, lucky number, lucky color, and a personalized advice message. Same sign + same day always returns the same result -- designed for consistency in production chatbots.
Draws from the complete 78-card Rider-Waite deck. Each card can appear upright or reversed. Supports three spread types with positional meanings. Generates a narrative summary tying all drawn cards together into coherent guidance.
Simulates the three-coin method to generate a hexagram. Returns the primary hexagram (name, number, image, judgment), individual line interpretations, and nuclear hexagram. When changing lines are present, provides a secondary hexagram with transition guidance.
daily_fortune -- StarCast ProtocolGet a complete daily fortune for any zodiac sign with multi-dimensional scoring and guidance.
Input:
sign -- Zodiac sign (Aries through Pisces) OR birth date for auto-detectionOutput:
Behavior: Fortunes refresh daily at midnight UTC. Same sign on the same day always returns identical results -- this is intentional for production consistency.
tarot_reading -- ArcanaSpread ProtocolDraw tarot cards from the complete 78-card deck with reversals and positional meanings.
Input:
spread -- single (quick answer), three_card (past/present/future), celtic_cross (full 10-card reading)question -- Optional question to focus the readingOutput:
i_ching -- HexagramCast ProtocolCast an I Ching reading using the traditional three-coin method.
Input:
question -- Optional question for the divinationOutput:
Wrong:
User: "Get my Aries horoscope"
Agent: [calls daily_fortune(sign="aries")]
User: "Get it again, maybe it changed"
Agent: [calls daily_fortune(sign="aries")] // WASTES quota -- same resultRight:
User: "Get my Aries horoscope"
Agent: [calls daily_fortune(sign="aries")]
User: "Get it again, maybe it changed"
Agent: "Your Aries fortune is the same as earlier -- it refreshes daily at midnight UTC. Want a tarot reading for a different perspective?"Wrong:
User: "Quick tarot reading"
Agent: [calls tarot_reading(spread="celtic_cross")] // TOO HEAVY for a quick questionRight:
User: "Quick tarot reading"
Agent: [calls tarot_reading(spread="single")] // Single card for quick answersWrong:
User: "Should I sell my house based on my horoscope?"
Agent: [calls daily_fortune] "Your luck score is 82, so yes, sell it!"Right:
User: "Should I sell my house based on my horoscope?"
Agent: "I can pull your daily fortune for fun, but major life decisions should be based on real financial and personal analysis -- not astrology. Want me to pull a card for entertainment while you consult a realtor?"| Concern | How We Handle It |
|---|---|
| User Data | No personal data stored. Birth dates used for sign detection are not logged. |
| Determinism | Fortunes are seeded by date, not by user identity -- no tracking possible. |
| Rate Limiting | Per-IP rate limits prevent abuse. Free tier: 20/day. |
| No PII | No names, emails, or identifiers are collected or transmitted. |
| Edge Computing | All processing on Cloudflare Workers -- data never leaves the edge node closest to you. |
| Entertainment Only | Responses include appropriate disclaimers. Not medical, financial, or legal advice. |
| Tier | Calls/Day | Price | What You Get |
|---|---|---|---|
| Free | 20 | $0/mo | All 3 tools, all spreads, all hexagrams |
| Pro | 1,000 | $9/mo | All 9 OpenClaw servers (49 tools total) |
| x402 | Pay-per-call | $0.05 USDC | No account needed, crypto-native |
Get Pro Key: https://buy.stripe.com/4gw5na5U19SP9TW288
One Pro key unlocks all 9 servers. Cancel anytime.
| Server | Tools | Best For |
|---|---|---|
| JSON Toolkit | 6 | Format, validate, diff, query, transform JSON |
| Regex Engine | 5 | Test, extract, replace, explain regex patterns |
| Color Palette | 5 | Generate, convert, harmonize, accessibility-check colors |
| Timestamp Converter | 5 | Parse, format, diff, timezone-convert timestamps |
| Prompt Enhancer | 6 | Optimize, rewrite, score, A/B test AI prompts |
| Market Intelligence | 6 | AI market trends, GitHub stats, competitor analysis |
| Fortune & Tarot | 3 | Daily fortune, tarot readings, I Ching |
| Content Publisher | 8 | MoltBook posts, social content, newsletter |
| AgentForge Compare | 5 | Compare AI tools, frameworks, MCP servers |
All 9 servers share one Pro key. $9/mo = 49 tools.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.