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

Phaselock: An AI Agent Control System Inspired by Parenting Techniques
Phaselock is an open-source Agent Skill that implements four control mechanisms for AI coding agents: explicit gates before action, immediate feedback on mistakes, constrained choices, and mechanical rule enforcement. It works with Claude Code, Cursor, Windsurf, and any tool supporting hooks.

Security scanning skill for AI coding agents checks deployments automatically
A developer created a skill file that enables AI coding agents to automatically scan their own deployments for exposed .env files, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

ShareMyClaudeMD: Tool Converts Claude-Generated Markdown Files to Shareable Rendered Pages
A developer built sharemyclaudemd.com, a free tool that converts any Markdown file into a live, rendered page with a shareable URL and QR code. The tool addresses the friction of sharing Claude-generated Markdown files, which often requires recipients to open them in a specific editor or push to GitHub just for a rendered view.

Modulus: Cross-repository knowledge orchestration for AI coding agents
Modulus is a desktop app that runs multiple AI coding agents with shared project memory across repositories. It solves cross-repo context problems by letting agents understand dependencies between different codebases without manual explanation.