Overview
- Skill Key
- adelpro/openclaw-daily-tips
- Author
- adelpro
- Source Repo
- openclaw/skills
- Version
- 1.0.1
- Source Path
- skills/adelpro/openclaw-daily-tips
- Latest Commit SHA
- 71a32512d6cf51e730099615922a07704e776ba0
Daily AI agent optimization tips, tricks and self-improvement strategies. Learn cost-saving, speed, memory and automation best practices from the OpenClaw community. Use when: you want daily tips to optimize your AI agent, reduce costs, improve performance, or learn automation workflows. Don't use when: you need immediate config changes - use openclaw-agent-optimize for deep audits.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-daily-tips 技能。 若已安装,则直接安装 openclaw-daily-tips 技能。
# openclaw-daily-tips
Daily AI agent optimization tips and self-improvement strategies for OpenClaw users.
## What This Skill Does
- Fetches daily optimization tips from community sources
- Tracks your preferences and learns what works for you
- Provides actionable advice with impact scores
- Helps reduce costs and improve agent performance
## Quick Start
```bash
# Get today's tip
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs tips
# Search for specific topic
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs search "cost"
# Weekly report
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs weekly
# List all available tips
node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs all
```
## Features
### Categories
- **Cost**: Save money on API calls, model routing
- **Speed**: Faster responses, reduced latency
- **Memory**: Context optimization, memory patterns
- **Skills**: New skill recommendations
- **Automation**: Cron, heartbeat, workflow optimization
### Impact Score
- 🟢 Low effort / High reward
- 🟡 Medium effort / Medium reward
- 🔴 High effort / Experimental
### Self-Learning
The skill remembers your preferences:
- Saved tips are tracked
- Skipped topics won't reappear
- Adapts to your needs over time
## Cron Integration
Schedule daily tips at 9 AM:
```json
{
"id": "openclaw-daily-tips",
"schedule": { "kind": "cron", "expr": "0 9 * * *" }
}
```
## Output Example
```
📈 OPENCLAW-DAILY-TIPS - Your Agent Smarter Every Day
💡 TIP OF THE DAY (High Impact)
Title: Use tiered model routing
🟢 Low Effort | 📈 High Impact
What:
- Route simple tasks to cheap models
- Route complex tasks to premium models
- Save significant API costs
How:
1. Add model routing in cron jobs
2. Use cheap model for routine tasks
3. Reserve premium for complex reasoning
🔗 docs.openclaw.ai/models
━━━━━━━━━━━━━━
👍 Save this | 👎...
# openclaw-daily-tips > Daily AI agent optimization tips, tricks and self-improvement strategies for OpenClaw users. [](https://clawhub.ai) []() []() Daily AI agent optimization tips to make your OpenClaw smarter, faster, and cheaper. ## What You'll Get - 📈 **Daily Tips** - One actionable optimization per day - 💰 **Cost Savings** - Reduce API costs with model routing - ⚡ **Speed Improvements** - Faster responses and execution - 🧠 **Memory Optimization** - Better context management - 🤖 **Automation** - Cron and workflow best practices ## Installation ### Via ClawHub (Recommended) ```bash npx clawhub install openclaw-daily-tips ``` ### Manual ```bash # Clone or copy to your skills folder cp -r openclaw-daily-tips ~/.openclaw/workspace/skills/ ``` ## Usage ```bash # Get today's optimization tip node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs tips # Search for specific topic node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs search "cost" # Weekly report node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs weekly # List all tips node ~/.openclaw/workspace/skills/openclaw-daily-tips/scripts/openclaw-daily-tips.mjs all ``` ## Features ### Categories | Category | Description | |----------|-------------| | Cost | Save money on API calls | | Speed | Faster execution | | Memory | Better context management | | Skills | Skill development tips | | Automation | Cron and workflow optimization | ### Impact Scores - 🟢 Low Effort / High Reward - 🟡 Medium Effort / Medium Reward - 🔴 High Effort / Experimental ### Self-Learning The skill tracks your preferences and improves over time: - Save tips you find useful - Skip topics you don't need - Adapts to your workflow ## Tip...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.