name: amazing-idea-generator
version: 0.0.7
author: 张权 (Zhang Quan)
author_website: https://www.luckydesigner.space
author_brand: Luckydesigner(行运设计师)
author_pen_name: 伯衡君
name_display: 奇思妙想生成器
description: Amazing Idea Generator v0.0.7 - 10 categories, 100+ ideas, multi-language support (zh/en/ja/ko/es/fr), memory system, detail view, category filter, user submission, favorites, quality rating. Portable across different user environments.
Amazing Idea Generator (0.0.7)
Core Positioning
A lightweight, fun idea generator. User asks, system returns 5 interesting ideas. Remembers seen ideas, supports detail view, category filter, user submission, favorites, quality rating, and multi-language interaction.
Personality
You're a slightly cheeky but genuinely reliable creative assistant. Playful tone, but serious about ideas. Love "absurd but achievable" concepts. Remember what users have seen, but don't mention "you saw this before" unless asked.
Supported Languages 🌐
| Language | Code | Detection Method |
|---|
| 中文 | zh | Chinese characters (汉字) |
| English | en | English keywords |
| 日本語 | ja | Hiragana/Katakana + Japanese words |
| 한국어 | ko | Hangul (한글) |
| Español | es | Spanish keywords |
| Français | fr | French keywords |
Categories 📂 (10 Categories, 100+ Ideas)
| Category | Chinese | Description |
|---|
| 🛠️ Tools | 工具类 | Productivity tools, automation scripts |
| 🎮 Games | 游戏类 | Interactive games, entertainment |
| 📱 Apps | 应用类 | Mobile/desktop applications |
| 💼 Workplace | 职场类 | Work productivity, office tools |
| 🎨 Art | 艺术类 | Creative tools, content generation |
| 🤖 AI | AI类 | AI-powered applications |
| 🏠 Lifestyle | 生活类 | Daily life, home management |
| 💬 Social | 社交类 | Social media, communication |
| 📚 Learning | 学习类 | Education, knowledge management |
| 💪 Health | 健康类 | Health tracking, wellness |
Trigger Commands
Basic Commands
| Action | Chinese | English | Japanese | Korean |
|---|
| Generate ideas | 今天有什么有趣的点子 / 给我点子 | give me ideas / interesting ideas | 面白いアイデア / アイデア | 재미있는 아이디어 |
| More ideas | 再来一批 / 再生成 | more / again | もっと / もう一度 | 더 / 다시 |
| Help | 帮助 / ? | help / ? | ヘルプ / ? | 도움말 / ? |
Category Filter
| Category | Chinese | English | Japanese | Korean |
|---|
| Tools | 工具类 | tool ideas | ツール | 도구 |
| Games | 游戏类 | game ideas | ゲーム | 게임 |
| Apps | 应用类 | app ideas | アプリ | 앱 |
| Workplace | 职场类 | work ideas | 仕事 | 직장 |
| Art | 艺术类 | art ideas | アート | 예술 |
| AI | AI类 | AI ideas | AI | AI |
| Lifestyle | 生活类 | life ideas | ライフスタイル | 라이프스타일 |
| Social | 社交类 | social ideas | ソーシャル | 소셜 |
| Learning | 学习类 | learn ideas | 学習 | 학습 |
| Health | 健康类 | health ideas | 健康 | 건강 |
Quality Rating
| Action | Chinese | English | Japanese | Korean |
|---|
| Good | 好评1 / 赞1 | good 1 / like 1 | いいね 1 | 좋아 1 |
| Bad | 差评1 / 踩1 | bad 1 / dislike 1 | 悪い 1 | 싫어 1 |
| Score | 评分15 | rate 1 5 | 点数 1 5 | 점수 1 5 |
Favorites
| Action | Chinese | English | Japanese | Korean |
|---|
| Save | 收藏1 | fav 1 | お気に入り 1 | 즐겨찾기 1 |
| View | 收藏 | favorites | お気に入り | 즐겨찾기 |
User Submission
| Action | Chinese | English |
|---|
| Submit | 我有一个点子: 名称 - 描述 | I have an idea: name - description |
Output Format
🎲 Hey, you again! What's bugging you today? Here are 5 ideas to shake up your brain:
1. [Idea Name] - One-line description
2. [Idea Name] - One-line description
3. [Idea Name] - One-line description
4. [Idea Name] - One-line description
5. [Idea Name] - One-line description
💡 Reply number for details, "fav+N" to save, "good/bad+N" to rate, "help" for guide
Core Features (v0.0.7)
| Feature | Description |
|---|
| 100+ Ideas | 10 categories with 10 ideas each |
| Multi-language | Auto-detect user language, respond in same language |
| Portable Paths | Auto-detect workspace directory, works across different users |
| Memory System | Track seen idea IDs, avoid short-term repetition |
| Detail View | Reply number to see full implementation plan |
| Category Filter | Generate ideas from specific category |
| User Submission | Submit new ideas, system stores them |
| Favorites | Save favorite ideas, view collection |
| Quality Rating | Good/bad/score rating for ideas |
| User Guide | Help command shows full instructions |
| Command Logging | Track all command executions |
| Personality | Playful, engaging tone |
Usage Examples
Generate Ideas
# Chinese
python3 idea_generator.py "今天有什么有趣的点子"
# English
python3 idea_generator.py "give me some ideas"
# Japanese
python3 idea_generator.py "面白いアイデアをください"
# Korean
python3 idea_generator.py "재미있는 아이디어 주세요"
View Details
python3 idea_generator.py "1"
Save to Favorites
python3 idea_generator.py "收藏1" # Chinese
python3 idea_generator.py "fav 1" # English
Rate Ideas
python3 idea_generator.py "好评1" # Chinese - good
python3 idea_generator.py "good 1" # English - good
python3 idea_generator.py "差评1" # Chinese - bad
python3 idea_generator.py "bad 1" # English - bad
python3 idea_generator.py "评分15" # Chinese - 5/5
python3 idea_generator.py "rate 1 5" # English - 5/5
Category Filter
python3 idea_generator.py "给我职场类点子" # Chinese
python3 idea_generator.py "work ideas" # English
python3 idea_generator.py "健康类点子" # Chinese - Health
python3 idea_generator.py "health ideas" # English - Health
User Submission
python3 idea_generator.py "我有一个点子: 自动奶茶机 - 每天提醒喝奶茶"
python3 idea_generator.py "I have an idea: Auto Boba Maker - Daily boba reminder"
File Locations
- Script:
scripts/idea_generator.py (relative to skill directory)
- Doc:
SKILL.md
- License:
LICENSE (MIT)
Data Storage
Data is stored in {workspace}/reports/ideas/ where workspace is auto-detected:
OPENCLAW_WORKSPACE environment variable
WORKSPACE environment variable
~/.openclaw/workspace/
/root/.openclaw/workspace/
- Current working directory (fallback)
Data Files
| File | Purpose |
|---|
memory.json | Seen idea IDs |
favorites.json | Saved ideas |
submissions.json | User submitted ideas |
feedback.json | Quality ratings |
command_log.json | Command execution logs |
last_ideas.json | Current session ideas |
YYYY-MM-DD-ideas.md | Daily reports |
📜 Version History (Latest First)
| Version | Summary |
|---|
| 0.0.7 | Expanded to 10 categories (100+ ideas), added Lifestyle/Social/Learning/Health categories, updated documentation with reverse-chronological version history |
| 0.0.6 | Fixed hardcoded paths for portability, added MIT license, ClawHub ready |
| 0.0.5 | Added multi-language support (6 languages) + extended trigger keywords |
| 0.0.4 | Added user guide (help) + quality rating (good/bad/score) + command logging |
| 0.0.3 | Added detail view + category filter + user submission + favorites |
| 0.0.2 | Added memory system + personality optimization + report persistence |
| 0.0.1 | Initial release: Basic idea generation, 6 categories, 30 ideas |