← 返回 Skills 市场
zhangboheng

Amazing Idea Generator

作者 zhangboheng · GitHub ↗ · v0.0.7 · MIT-0
cross-platform ✓ 安全检测通过
28
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install amazing-idea-generator
功能描述
Generate and explore diverse creative ideas with multi-language support, memory tracking, filters, user submissions, favorites, and ratings.
使用说明 (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
安全使用建议
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.
能力标签
cryptocan-make-purchases
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amazing-idea-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amazing-idea-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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)
元数据
Slug amazing-idea-generator
版本 0.0.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Amazing Idea Generator 是什么?

Generate and explore diverse creative ideas with multi-language support, memory tracking, filters, user submissions, favorites, and ratings. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 28 次。

如何安装 Amazing Idea Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install amazing-idea-generator」即可一键安装,无需额外配置。

Amazing Idea Generator 是免费的吗?

是的,Amazing Idea Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amazing Idea Generator 支持哪些平台?

Amazing Idea Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amazing Idea Generator?

由 zhangboheng(@zhangboheng)开发并维护,当前版本 v0.0.7。

💬 留言讨论