← Back to Skills Marketplace
zhangboheng

Amazing Idea Generator

by zhangboheng · GitHub ↗ · v0.0.7 · MIT-0
cross-platform ✓ Security Clean
28
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install amazing-idea-generator
Description
Generate and explore diverse creative ideas with multi-language support, memory tracking, filters, user submissions, favorites, and ratings.
README (SKILL.md)

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:

  1. OPENCLAW_WORKSPACE environment variable
  2. WORKSPACE environment variable
  3. ~/.openclaw/workspace/
  4. /root/.openclaw/workspace/
  5. 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
Usage Guidance
This skill looks safe for casual use as a local idea generator. Before installing, be aware that it may save your idea submissions, ratings, favorites, and command history locally; do not enter secrets or private information, and only run the included Python script if you trust the skill source.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The stated purpose, SKILL.md, and visible script header are coherent around generating, filtering, saving, rating, and submitting ideas. The listed crypto/purchase capability signals are not backed by artifact evidence of wallet, payment, network, or purchase flows.
Instruction Scope
The instructions are user-invoked and centered on idea generation, but they include persistent memory, favorites, ratings, submissions, and command logging, so users should know their inputs may be retained locally.
Install Mechanism
There is no install spec, but the skill includes and documents running a local Python script. This is purpose-aligned and not suspicious by itself.
Credentials
Local file/state use appears proportionate for memory, favorites, ratings, submissions, and logs. No credentials, privileged paths, network endpoints, or broad local indexing are shown in the provided artifacts.
Persistence & Privilege
The skill discloses persistent memory and command logging, but there is no evidence of autostart, background operation, privilege escalation, or account access.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install amazing-idea-generator
  3. After installation, invoke the skill by name or use /amazing-idea-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.7
Expanded to 10 categories (100+ ideas), added Lifestyle/Social/Learning/Health categories, reverse-chronological version history
v0.0.6
Fixed hardcoded paths for portability, added MIT license, multi-language support (6 languages)
Metadata
Slug amazing-idea-generator
Version 0.0.7
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Amazing Idea Generator?

Generate and explore diverse creative ideas with multi-language support, memory tracking, filters, user submissions, favorites, and ratings. It is an AI Agent Skill for Claude Code / OpenClaw, with 28 downloads so far.

How do I install Amazing Idea Generator?

Run "/install amazing-idea-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Amazing Idea Generator free?

Yes, Amazing Idea Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Amazing Idea Generator support?

Amazing Idea Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Amazing Idea Generator?

It is built and maintained by zhangboheng (@zhangboheng); the current version is v0.0.7.

💬 Comments