← Back to Skills Marketplace
hahg199

random-fact

by hahg199 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
4
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install random-fact
Description
Provides a random interesting fact about science, history, or everyday life from a set of preloaded trivia without external data sources.
README (SKILL.md)

---\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

Usage Guidance
This appears low risk to install. It only gives prewritten trivia facts in chat; review the fixed fact list for accuracy, but it does not appear to access private data or perform actions outside the conversation.
Capability Assessment
Purpose & Capability
The stated purpose is to provide random science, history, or everyday-life facts, and the artifact contains only a fixed list of facts plus instructions for choosing one.
Instruction Scope
The runtime instructions are narrow and user-triggered: respond with one fact, avoid short-term repetition, and disclose the limited general fact set for topic-specific requests.
Install Mechanism
The package contains a single markdown skill file and no executable scripts, dependencies, install hooks, or package-level behavior.
Credentials
No filesystem, network, API, shell, browser, credential, session, or local environment access is requested or needed for the skill's purpose.
Persistence & Privilege
There is no persistence, background execution, privilege escalation, memory indexing, or user data handling beyond conversational response selection.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install random-fact
  3. After installation, invoke the skill by name or use /random-fact
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
random-fact 1.0.0 initial release - Introduces a skill that shares random, interesting facts about science, history, or everyday life. - All facts are hardcoded—no external data or API required. - Responds with a single random fact when prompted; avoids repeating facts in quick succession. - If asked for a specific topic, politely offers only general random facts. - Designed for fun and trivia interactions.
Metadata
Slug random-fact
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments