Skill Core Prompt Compiler
Compile one explicit source skill bundle into one semantic-faithful normalized prompt artifact plus one diagnostic output json. Use when a website, external LLM surface, or constrained runtime cannot accept a whole skill folder, and the caller still needs near-original execution quality with lower token cost than file-level transport.
Skill Llm Router
Route direct LLM integration work to exactly one provider and region skill when the user names a provider, region, or exact maintained model. Do not recommend models, infer regions, or silently choose among ambiguous provider entries.
Skill Llm Minimax Cn
Runtime contract for MiniMax China Mainland direct-model integration. Use it to resolve exact MiniMax model IDs, OpenAI-compatible Chat Completions, multimodal M3 input, image generation, music generation, connection profiles, request fields, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Gemini
Runtime contract for direct Gemini Developer API integration. Use it to resolve exact Gemini model IDs, Interactions or GenerateContent URLs, thinking controls, tools, structured output, multimodal input, image generation/editing, state, streaming, caching, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Aliyun Bailian Cn
Runtime contract for Aliyun Bailian China Mainland direct-model integration. Use it to resolve exact model IDs, regional connection profiles, OpenAI-compatible or DashScope-native URLs, thinking, tools, structured output, multimodal input, image generation, streaming, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Aliyun Bailian Intl
Runtime contract for Aliyun Bailian International direct-model integration. Use it to resolve exact model IDs, regional connection profiles, OpenAI-compatible or DashScope-native URLs, thinking, tools, structured output, multimodal input, image generation, streaming, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Deepseek
Runtime contract for the direct DeepSeek API. Use it to resolve exact DeepSeek model IDs, Chat Completions and beta request URLs, thinking controls, reasoning history, JSON output, caller tools, strict function schemas, streaming, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Openai
Runtime contract for direct OpenAI API integration. Use it to resolve exact OpenAI model IDs, Responses or Chat Completions URLs, request fields, reasoning, tools, structured output, image input, Image API calls, streaming, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Llm Minimax Intl
Runtime contract for MiniMax International direct-model integration. Use it to resolve exact MiniMax model IDs, OpenAI-compatible Chat Completions, multimodal M3 input, image generation, music generation, connection profiles, request fields, response mapping, pricing references, and logging. Model choice remains with the user or host project.
Skill Core Validator Prompt Compiler
Compile one validator skill bundle and one target skill bundle into one semantic-faithful target-specialized validator prompt artifact plus one diagnostic output json. Use when a validator must be transported or executed as a closed prompt bound to one concrete target skill, and a generic single-skill compiler would leave target-specific validation contracts open.