/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install random-fact - 安装完成后,直接呼叫该 Skill 的名称或使用
/random-fact触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
random-fact 是什么?
Provides a random interesting fact about science, history, or everyday life from a set of preloaded trivia without external data sources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。
如何安装 random-fact?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install random-fact」即可一键安装,无需额外配置。
random-fact 是免费的吗?
是的,random-fact 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
random-fact 支持哪些平台?
random-fact 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 random-fact?
由 hahg199(@hahg199)开发并维护,当前版本 v1.0.0。