/install automation-suggestion
Automation Suggestion Skill
Purpose
Suggest automations only when they make sense, based on objective triggers. Avoid nagging; only propose when clear value exists.
Triggers (any one qualifies)
- Repetition: Same task executed manually >= 2 times within 7 days
- Time saving: Estimated weekly manual effort >= 10 minutes
- User frustration: Detected via negative sentiment or explicit statement ("znowu to muszę robić", "to jest męczące")
Suggestion Format
After a task completes (when trigger detected):
[Automation idea]
I noticed you've done X 3 times this week (~15 min total).
Would you like me to automate it? I can set up a scheduled run or a quick command.
Reply: "yes" to configure, "no" to dismiss.
Rules
- Never suggest before first manual completion
- Max 1 suggestion per user per day
- If user says "no", suppress similar suggestions for 30 days
- Track suggestions and outcomes in memory for learning
Configuration (optional)
minRepetitions: 2minWeeklyMinutes: 10cooldownDaysAfterNo: 30
Integration
- Hook: after task completion (via interaction-pipeline)
- Reads task history from memory
- Uses sentiment analysis on user messages (simple keyword-based)
Related Skills
interaction-pipeline(post-action hook)satisfaction-learning(capture user response)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install automation-suggestion - After installation, invoke the skill by name or use
/automation-suggestion - Provide required inputs per the skill's parameter spec and get structured output
What is Automation Suggestion?
Suggest automations only when they make sense, based on objective triggers. It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Automation Suggestion?
Run "/install automation-suggestion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Automation Suggestion free?
Yes, Automation Suggestion is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Automation Suggestion support?
Automation Suggestion is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Automation Suggestion?
It is built and maintained by Szpili (@szpili); the current version is v1.0.0.