Randomly retrieve a drift bottle containing life insights, small stories, wishes, or inspirational quotes. Use when the user asks for a drift bottle, message in a bottle, random message, or needs inspiration/wisdom. Trigger words: 漂流瓶, message in a bottle, drift bottle, 随机消息, 瓶中信.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill drift-bottle --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Drift Bottle?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-drift-bottle)More formats (shields.io, HTML) on the badges page.
---
name: drift-bottle
description: Randomly retrieve a drift bottle containing life insights, small stories, wishes, or inspirational quotes. Use when the user asks for a drift bottle, message in a bottle, random message, or needs inspiration/wisdom. Trigger words: 漂流瓶, message in a bottle, 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...