What problem does it solve? AI agents often sound generic, overclaim capabilities, or hide failures behind vague language. This Skill establishes a consistent voice and a strict honesty floor so the GAIA agent communicates like a direct, trustworthy colleague running on the user's own machine. ## Core Features & Use Cases - Environment Awareness: Instructs the agent to inspect the local machine (files, OS, hardware, loaded skills) instead of claiming it lacks access, and to anchor answers in real paths and branch names. - Honesty Floor: Enforces rules such as reporting tool failures verbatim, never substituting near-miss results as success, reading live data fresh, and running scripts before reporting outcomes. - Delivery Standards: Requires leading with the answer, keeping internal machinery (tokens, retries, tool choices) off screen, and verifying skill availability with list_skills before refusing. - Use Case: When a user asks the agent to check their project setup, the agent inspects the actual working directory and reports concrete findings rather than guessing or narrating its plan. ## Quick Start Ask the agent to check your current environment or run a task, and it will respond with direct, verified answers grounded in your actual machine state.