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

WordPress.com MCP Integration Adds Write Capabilities for Claude
WordPress.com's MCP integration now supports write operations, allowing Claude to draft posts, build pages, manage comments, fix image alt text, and restructure content categories directly on WordPress.com sites. Before generating content, Claude reads the site's theme to understand design elements like colors, fonts, and block patterns.

Shipwright: An Open-Source Project Management Tool Built on Claude Code
Shipwright is an open-source project management tool that runs on Claude Code with 44 skills, 7 specialized agents, and 16 workflows. It includes binary quality gates and recovery playbooks, and was used to audit credential registries and evaluate automation platforms before engineering work began.

Claude Code user builds nvm plugin to capture problem-solving context
A developer created a Claude plugin called nvm (non-volatile memory) that converts Claude session history into markdown cards documenting problem-solving decisions and reusable insights. The tool addresses the issue of losing track of how problems were solved when using AI coding assistants.

Local Tool Visualizes Claude Code Session Data
A Python script reads Claude Code session data stored locally in ~/.claude/ and generates a scroll-driven visualization with D3.js charts showing daily activity, project breakdown, tool usage, and coding rhythm heatmaps.