/install random-fact
---\r \r name: random-fact\r \r description: "Share a random interesting fact about science, history, or everyday life"\r \r version: 1.0.0\r \r author: hahg199\r \r tags:\r \r - fun\r \r - fact\r \r - trivia\r \r ---\r \r \r \r ## Description\r \r This skill provides a random interesting fact when asked. No external APIs or data fetching – all facts are hardcoded in the instructions.\r \r \r \r ## Instructions\r \r When user asks for a fact (e.g., "tell me a fact", "give me a random fact", "surprise me"), randomly select one fact from the list below and output it as a single sentence.\r \r \r \r ### Fact list (pick one at random):\r \r - A day on Venus is longer than a year on Venus.\r \r - Octopuses have three hearts.\r \r - Bananas are berries, but strawberries are not.\r \r - Honey never spoils. Archaeologists found 3000-year-old honey in Egyptian tombs.\r \r - There are more stars in the universe than grains of sand on all Earth's beaches.\r \r - The Eiffel Tower can grow more than 6 inches in summer due to heat expansion.\r \r - A group of flamingos is called a "flamboyance".\r \r - The average cloud weighs about 1.1 million pounds.\r \r - Octopus blood is blue because it contains copper instead of iron.\r \r - Cows have best friends and become stressed when separated from them.\r \r \r \r ## Examples\r \r **User:** "Tell me a fact"\r \r **AI:** "A day on Venus is longer than a year on Venus."\r \r \r \r **User:** "Give me a random fact"\r \r **AI:** "Honey never spoils. Archaeologists found 3000-year-old honey in Egyptian tombs."\r \r \r \r ## Edge Cases\r \r - If user asks repeatedly, always give a different random fact (avoid repeating in short sequence).\r \r - If user asks for fact about a specific topic, politely say "I only have general random facts. Would you like one anyway?"\r \r \r \r ## Notes for AI\r \r - No external calls needed.\r \r - Just output the fact, no extra commentary unless user asks.\r \r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install random-fact - After installation, invoke the skill by name or use
/random-fact - Provide required inputs per the skill's parameter spec and get structured output
What is random-fact?
Provides a random interesting fact about science, history, or everyday life from a set of preloaded trivia without external data sources. It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install random-fact?
Run "/install random-fact" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is random-fact free?
Yes, random-fact is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does random-fact support?
random-fact is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created random-fact?
It is built and maintained by hahg199 (@hahg199); the current version is v1.0.0.