Install
openclaw skills install @wujiajun4433/random-question-skill从8大维度28个话题中均匀随机提问,支持定时触发与个性化配置,结合上下文实现自然、灵活的随机提问体验。
openclaw skills install @wujiajun4433/random-question-skill作者: 咕咕嘎嘎 版本: 1.0.0 创建时间: 2026-03-25
随机问我一个问题
!ask-random
来个随机问题
我想被提问一下
将技能集成到 Heartbeat 中,实现定时随机提问。
curl -X POST http://localhost:3000/skills/random-question/execute
创建 ~/.openclaw/config/random-question.yaml:
settings:
trigger_probability: 30
active_hours:
start: "08:00"
end: "23:00"
min_interval_minutes: 30
use_personal_context: true
remember_previous_answers: true
创建 ~/.openclaw/config/custom-questions.yaml:
custom_categories:
I. 创意与灵感:
- 最近有什么新的灵感或想法在酝酿吗?
- 如果用一个比喻来形容你的创意过程,会是什么?
MIT License - 详见 LICENSE 文件