A developer-centric tool that analyzes your actual codebase to generate relevant, high-signal technical interview questions for hiring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install interview-gen
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install interview-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Interview Generator moves beyond generic hiring assessments by reading your specific project patterns and technology stack. As part of the wider ecosystem of Openclaw Skills, this tool ensures that your technical screens are grounded in the real-world complexity of your repository. It identifies the libraries, architecture, and coding standards you actually use to help you find candidates who truly fit your environment.
This tool is designed for engineering managers and lead developers who want to eliminate the fluff from technical interviews. By leveraging AI to parse your ./src directory, it transforms your existing code into a specialized question bank, making it a highly effective utility within your Openclaw Skills collection.
You can run Interview Generator instantly without local installation. Ensure you have Node.js 18+ and your API key ready. This tool integrates smoothly with other Openclaw Skills in your development environment.
# Set your API key
export OPENAI_API_KEY='your_key_here'
# Run the generator on your source folder
npx ai-interview ./src/
The skill processes directory structures and source code files to generate structured Markdown documentation.
| Component | Detail |
|---|---|
| Input Analysis | Scans directories (e.g., ./src) for tech stack patterns |
| Output Format | Markdown (.md) or standard terminal output |
| Metadata Support | Flags for --level (junior/senior) and --count (number of questions) |
| Auth | Utilizes OPENAI_API_KEY environment variable |
Loading
Generate smart database index suggestions by analyzing query patterns in your source code.

A zero-config AI utility that scans image directories to identify performance bottlenecks and suggest optimization strategies.

A command-line tool that uses AI to scan your image assets and provide actionable optimization recommendations to improve web performance.

A smart utility that analyzes your project structure to automatically configure tailored Git hooks for linting, testing, and commit standards.

An automated documentation tool that generates JSDoc or TSDoc comments for exported functions and classes without modifying code logic.

A command-line utility for decoding, inspecting, and validating JSON Web Tokens without leaving your terminal.








































