smallmodel-manager

Manage a local model endpoint registry and generate connection plans.

9|Updated May 25, 2026
One-click install
npx skills add https://github.com/wzser/supermatrix --skill smallmodel-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smallmodel-manager
Source: https://github.com/wzser/supermatrix/tree/main/platform/skill-master/skills/smallmodel-manager
Command: npx skills add https://github.com/wzser/supermatrix --skill smallmodel-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of adding new models to the local registry, choosing the right model for a task, and generating connection plans with all necessary parameters.

Core Features & Use Cases

  • Model Registration: Add new models to the local registry with detailed information.
  • Model Recommendation: Recommend models based on task requirements and network constraints.
  • Connection Plan Generation: Generate direct connection plans with API keys, base URLs, pricing, and network requirements.
  • Use Case: When you need to integrate a new model into your workflow, use this Skill to add it to the registry, choose the appropriate model, and generate a connection plan.

Quick Start

Add a new model to the registry with the following command:

/new smallmodel-manager add-model --api-key <API_KEY> --base-url <BASE_URL> --pricing <PRICING> --network <NETWORK>

Frequently Asked Questions about smallmodel-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an API connection plan for a local model registry?

To generate an API connection plan, add models to the local registry with their API keys, base URLs, pricing, and network requirements. The system then outputs a direct connection plan integrating these parameters for your workflow.

What is the best way to recommend a model based on task requirements?

Model recommendation is handled by evaluating your task requirements and network constraints against the local model registry. It suggests appropriate models and generates a connection plan with corresponding API keys and base URLs.

How do I add a new model endpoint to a local model registry?

You can add a new model to the local model registry by registering it with detailed information. Use the add-model command to input the API key, base URL, pricing, and network requirements.

Can I use this to integrate new models into my existing API workflow?

Yes, this is suitable for model integration and API connection setup. It simplifies adding new models to the local registry, recommending the right model for a task, and generating direct connection plans with necessary parameters.

Does a connection plan include network constraints and pricing information?

Yes, generated connection plans include API keys, base URLs, pricing, and network requirements. This ensures you have all necessary parameters accounted for when integrating a model into your workflow.

Why do I need a local model registry for API integration?

A local model registry centralizes the management of model endpoints and their connection parameters. It solves the problem of organizing API keys, base URLs, and pricing when choosing and integrating the right model for a task.