Use Case
Let Me Know is a powerful AI agent skill that extends your assistant with new capabilities. Notify the user before starting any long-running task and keep them updated. Use when a task will take noticeable time (>2-3 minutes). Send a start message, schedule a 5‑minute heartbeat update, and send a completion message immediately when done. This guide walks you through installing Let Me Know, configuring it for your setup, and running your first commands — so you can start getting value in minutes.
Install Let Me Know: npx clawhub@latest --dir ~/.claude/skills install let-me-know
Restart your AI client (Claude Code, Cursor, Gemini CLI, or OpenClaw)
Type a natural language request related to communication to trigger Let Me Know
Review the output and refine your prompt for better results
Combine Let Me Know with other skills to build multi-step workflows
Copy these prompts and use them with your AI agent after installing Let Me Know
Help me get started with Let Me Know
What can Let Me Know do for my communication workflow?
Show me an example of using Let Me Know
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install let-me-knowOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install let-me-know⚠️ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js →
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/let-me-know/💡Extract and place the folder at the path above, then restart your agent.