/** * Core Tools Skill * * Provides baseline local capabilities for the chat agent: * file read, directory listing, shell execution, and URL opening. * * These are the equivalent of what Cursor/Claude agents get natively. * All handlers run locally in the Node.js process — no MCP server needed. */ export declare const coreToolsSkill: any;