Message in a Bottle

v1.0.0

Randomly retrieve an inspirational or thoughtful message in a bottle, including life insights, stories, wishes, or quotes.

0· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for enihsago/message-in-a-bottle.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Message in a Bottle" (enihsago/message-in-a-bottle) from ClawHub.
Skill page: https://clawhub.ai/enihsago/message-in-a-bottle
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install message-in-a-bottle

ClawHub CLI

Package manager switcher

npx clawhub@latest install message-in-a-bottle
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dz6pm4bnprfatv61zv4hh5h84ways
80downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

Message in a Bottle

Get a random message in a bottle containing life insights, stories, wishes, or inspirational thoughts.

Usage

When triggered, run the script to randomly select and return a drift bottle message:

python3 scripts/get_bottle.py

The script will randomly return one of the pre-written drift bottle messages.

Message Types

The drift bottles may contain:

  • Life insights and wisdom
  • Short stories or anecdotes
  • Wishes and blessings
  • Inspirational quotes
  • Thoughtful reflections

Extending Messages

To add new drift bottle messages, edit scripts/get_bottle.py and add new entries to the messages list.

Each message should be concise, meaningful, and capable of standing alone.

Comments

Loading comments...