← Back to Skills Marketplace
enihsago

Message in a Bottle

by enihsago · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install message-in-a-bottle
Description
Randomly retrieve an inspirational or thoughtful message in a bottle, including life insights, stories, wishes, or quotes.
Usage Guidance
This skill executes a small local Python script that selects from a static list of messages; it does not contact external services or request credentials, so it is coherent with its description. Before installing or running: ensure you trust running bundled Python code in your environment (verify the script as shown), confirm python3 is available, and be cautious if you or others later edit scripts/get_bottle.py (modifying the script could introduce unexpected behavior). Otherwise it appears low-risk.
Capability Analysis
Type: OpenClaw Skill Name: message-in-a-bottle Version: 1.0.0 The skill bundle is a simple random message generator that returns inspirational quotes and stories. The Python script (scripts/get_bottle.py) contains a hardcoded list of messages and uses standard libraries (random, sys, json) with no network access, file system modifications, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description (random inspirational messages) matches the included instruction and code: a single Python script containing a list of messages and logic to pick one at random. Nothing required by the skill (env vars, binaries, config) is unexpected.
Instruction Scope
SKILL.md instructs the agent to run 'python3 scripts/get_bottle.py' and to edit the messages list to extend messages. The script only reads its internal list and prints output (human-readable and optional JSON). There are no instructions to read other files, environment variables, or to send data externally.
Install Mechanism
There is no install spec; the skill is instruction + a single benign script. No network downloads, package installs, or archives are performed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. The requested access is minimal and proportional to the stated purpose.
Persistence & Privilege
The skill is not marked 'always' and does not attempt to modify other skills or system configuration. It runs only when invoked and has no elevated persistence or privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install message-in-a-bottle
  3. After installation, invoke the skill by name or use /message-in-a-bottle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Random drift bottle messages with life insights, stories, wishes, and inspiration
Metadata
Slug message-in-a-bottle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Message in a Bottle?

Randomly retrieve an inspirational or thoughtful message in a bottle, including life insights, stories, wishes, or quotes. It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install Message in a Bottle?

Run "/install message-in-a-bottle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Message in a Bottle free?

Yes, Message in a Bottle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Message in a Bottle support?

Message in a Bottle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Message in a Bottle?

It is built and maintained by enihsago (@enihsago); the current version is v1.0.0.

💬 Comments