# Drift Bottle

> Drift Bottle

- Skill: `luokai0/drift-bottle` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add luokai0/drift-bottle`
- Raw SKILL.md: https://api.skillmd.com/api/skills/luokai0/drift-bottle/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: luokai0 (https://skillmd.com/u/luokai0)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/luokai0/drift-bottle

---


# Drift 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:

```bash
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.

