iknowkungfu Skill Analyzes OpenClaw Usage to Recommend Missing Skills

What iknowkungfu Does
iknowkungfu analyzes your OpenClaw agent's workspace to recommend skills you might need from ClawHub's 13,700+ available skills. Instead of generic recommendations, it examines your specific usage patterns and suggests skills that match your actual workflow.
How It Works
The skill performs a local, read-only scan of your workspace and provides recommendations through the /kungfu command. It never installs anything automatically or sends data externally.
What It Checks
MEMORY.mdand daily logs to identify recurring topics- Installed skills to see what you already have
AGENTS.mdfor your agent's role and preferencesHEARTBEAT.mdfor scheduled tasks- Recent conversation patterns
Output Format
Running /kungfu generates a workflow profile and top 5 recommendations with trust scores. Each recommendation includes a specific reason tied to your usage, such as: "You mention Slack in 4 of your last 7 daily logs but have no Slack integration skill." The tool only recommends skills with at least 50 downloads and no VirusTotal flags.
Additional Security Check
While scanning, iknowkungfu performs a basic security check on your installed skills, flagging potential issues like base64 payloads or environment variable harvesting. This isn't a deep audit but provides a heads-up about sketchy findings.
Installation
Install with: clawhub install iknowkungfu
📖 Read the full source: r/openclaw
👀 See Also

Curated List of 260+ AI Agent Tools with Claude Ecosystem Highlights
A GitHub repository contains a curated list of 260+ AI agent tools, including specific Claude-related entries like Claude Code (80.9% SWE-bench), Claude Computer Use, and Claude in Chrome, plus tools that work well with Claude such as Cline and Cursor.

RescueBot: Telegram-based backup and restore for OpenClaw bots
RescueBot is a lightweight skill that automatically snapshots OpenClaw bot configurations and enables one-tap restore via Telegram commands, eliminating the need for SSH access during failures.

Replacing complex retrieval pipelines with simple git shell commands for LLM agents
A developer replaced their entire AI agent retrieval pipeline (sentence-transformers, rank-bm25, two-pass LLM pipeline) with a single tool that lets the agent execute read-only shell commands against a git repository, reducing Docker image size by ~3GB and eliminating timeout issues.

Zerostack 1.0.0: A Unix-Inspired Coding Agent in Pure Rust
Zerostack is a coding agent written in pure Rust, modeled on Unix philosophy — small composable tools piped together via stdin/stdout.