hallucinated-pathsReply cites file paths, directories, or module locations that do not exist in the current project.
Install via ClawdBot CLI:
clawdbot install mvogt99/hallucinated-pathsGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 10, 2026
A developer asks an AI to locate configuration files in a large open-source project. The AI invents a path like 'src/config/settings.js' which does not exist, causing confusion. A file search would have revealed the actual location.
A support agent relies on AI to guide a user through editing a log file at '/var/log/app/errors.log' in a custom Linux environment. The path is hallucinated, leading the user to a non-existent file. Real verification prevents such errors.
An AI-assisted code review suggests modifying 'src/components/UserAuth.tsx' in a project that uses a flat structure. The hallucinated path misdirects the developer, wasting time. Checking file existence first would avoid this.
A data scientist asks for the location of the data preprocessing script. AI responds with 'data/preprocess.py' which does not exist; the script is actually in 'scripts/preprocess.py'. This breaks the setup flow.
An AI-generated Terraform script references a module path 'modules/networking/vpc' that is not present in the project. The hallucination causes deployment failures until the correct path is found via search.
Offer a premium plugin for IDEs that includes file existence validation before generating paths. Users pay a monthly fee to avoid hallucinated paths and increase productivity.
Provide consulting services to integrate hallucination-checking modules into existing AI pipelines for DevOps. Clients pay per project or retainer for safer automation.
A cloud service that analyzes AI-generated code changes and flags hallucinated file paths. Companies pay per analysis or monthly subscription to ensure code review accuracy.
💬 Integration Tip
Integrate a real-time file existence check (e.g., via ls or Python's os.path.exists) before any path output or file edit suggestion.
Scored May 10, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.