快速判断
从预设趣闻库中随机提供科学、历史或日常生活的有趣事实,无需外部数据源。
适合任务
- 按 SkillHub 收录说明复用成熟任务流程。
- 通过下载包离线阅读完整 Skill 内容。
- 结合热度指标优先评估常用 Skill。
输入与输出
输入:任务目标、上下文材料、文件路径、约束条件或需要处理的内容。
输出:按 Skill 说明生成的文档、代码、检查结果、计划、建议或操作步骤。
示例任务
- 使用 random-fact 帮我处理当前任务,并说明需要准备哪些输入。
- 根据 random-fact 的说明,先列出使用前的安全检查项。
安装方式
- 下载本站提供的 Skill ZIP 并解压。
- 把解压后的 Skill 目录放入当前 AI 工具支持的
skills目录。 - 如需在线查看原始内容,可打开 GitHub 的
SKILL.md。
风险边界
SkillHub 提供了源站安全报告入口,但本站不替代人工审查。使用前仍需检查权限、外部依赖和敏感数据边界。
SKILL.md 文档介绍
\---
name: random-fact
description: "Share a random interesting fact about science, history, or everyday life"
version: 1.0.0
author: hahg199
tags:
  - fun
  - fact
  - trivia
\---
\## Description
This skill provides a random interesting fact when asked. No external APIs or data fetching – all facts are hardcoded in the instructions.
\## Instructions
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.
\### Fact list (pick one at random):
\- A day on Venus is longer than a year on Venus.
\- Octopuses have three hearts.
\- Bananas are berries, but strawberries are not.
\- Honey never spoils. Archaeologists found 3000-year-old honey in Egyptian tombs.
\- There are more stars in the universe than grains of sand on all Earth's beaches.
\- The Eiffel Tower can grow more than 6 inches in summer due to heat expansion.
\- A group of flamingos is called a "flamboyance".
\- The average cloud weighs about 1.1 million pounds.
\- Octopus blood is blue because it contains copper instead of iron.
\- Cows have best friends and become stressed when separated from them.
\## Examples
\*\*User:\*\* "Tell me a fact"
\*\*AI:\*\* "A day on Venus is longer than a year on Venus."
\*\*User:\*\* "Give me a random fact"
\*\*AI:\*\* "Honey never spoils. Archaeologists found 3000-year-old honey in Egyptian tombs."
\## Edge Cases
\- If user asks repeatedly, always give a different random fact (avoid repeating in short sequence).
\- If user asks for fact about a specific topic, politely say "I only have general random facts. Would you like one anyway?"
\## Notes for AI
\- No external calls needed.
\- Just output the fact, no extra commentary unless user asks.