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

Bullshit Benchmark Tests LLM Resistance to Nonsensical Prompts
The Bullshit Benchmark evaluates whether AI models identify and push back on obvious nonsense prompts instead of confidently generating incorrect answers. Results show Claude models perform significantly better than Gemini models at detecting nonsensical questions.

Developer Builds Scheme Compiler to WASM Using AI in 4 Days
A developer created Puppy Scheme, a Scheme compiler that targets WebAssembly, in about 4 days using AI assistance. The compiler supports 73% of R5RS and R7RS, uses WASM GC, and achieved compilation time improvements from 3½ minutes to 11 seconds overnight.

ELBO Platform: AI-Powered Training for Critical Thinking and Communication Skills
ELBO is a live training platform built with Claude Code that uses AI to help users practice critical thinking, persuasion, negotiation, and public speaking skills through simulated scenarios and debates.

CogniLayer: An MCP Server for Persistent Memory in Claude Code
CogniLayer is an open-source MCP server that provides Claude Code with persistent memory across sessions using a SQLite database with FTS5 full-text search and vector embeddings. It solves the problem of Claude forgetting project context between sessions.