/** * Skill tools — Claude Code SkillTool / Grok skill tool parity + SkillHub market. * * - `load_skill`: on-demand load of a local/builtin/bundled skill body. * - `skillhub_search` / `skillhub_install`: discover and install marketplace skills * into the workspace `.moss/skills` directory (SkillHub CN-first store). * * Passive keyword matchByText still auto-injects high-confidence skills; these tools * cover the miss path (model knows the catalog and pulls what it needs). */ import type { Tool } from '../core/tools/tool-types.js'; export declare const loadSkillTool: Tool; export declare const skillhubSearchTool: Tool; export declare const skillhubInstallTool: Tool; //# sourceMappingURL=skill-tools.d.ts.map