add-model

Add LLM models to Sim provider configuration with verified pricing and capabilities.

1|Updated Jun 11, 2025
One-click install
npx skills add https://github.com/AdelEddarai/agent --skill add-model-adeleddarai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-model
Source: https://github.com/AdelEddarai/agent/tree/main/.agents/skills/add-model
Command: npx skills add https://github.com/AdelEddarai/agent --skill add-model-adeleddarai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of adding a new LLM model to Sim's LLM provider configuration, ensuring that all pricing and capability values are verified against the provider's live API docs.

Core Features & Use Cases

  • Live-Data Fetching: Ensures all numeric and capability claims are derived from live web fetches of the provider's official documentation.
  • Cross-Source Verification: Utilizes multiple sources to cross-check pricing and capabilities, with priority given to the provider's own documentation.
  • Pattern Matching: Matches the model entry pattern exactly with existing entries in models.ts.

Quick Start

To add a new model, run 'add-model' with the provider and model id arguments, ensuring that the entry meets all the hard rules specified in the documentation.

Frequently Asked Questions about add-model

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

FAQPage Schema
How do I automate adding a new LLM model to Sim's provider configuration?

To automate adding an LLM model to Sim's provider configuration, run the 'add-model' command with the provider and model id arguments. It fetches live API docs to verify pricing and capabilities, then matches the existing entry pattern in 'models.ts'.

How does LLM pricing verification work when managing AI models in Sim?

LLM pricing verification uses a two-source rule, cross-checking numeric claims against multiple live web fetches of the provider's official documentation. Priority is given to the provider's own documentation to ensure accurate pricing data in 'models.ts'.

What is the pattern matching rule for adding AI models to models.ts?

The pattern matching rule requires that new AI model entries exactly match the structure and format of existing entries in 'models.ts'. This ensures consistency across the Sim LLM provider configuration while integrating verified pricing and capability flags.

Can I use add-model to verify LLM capabilities against live API documentation?

Yes, you can use add-model to verify LLM capabilities against live API documentation. The Skill performs live-data fetching from the provider's official docs and applies a two-source cross-verification rule to ensure all capability flags are valid before updating 'models.ts'.

What are the limitations of automating AI model management for a Sim workspace?

Automating AI model management requires exact provider and model id arguments and depends on live web fetches of official documentation. If the provider's API docs are inaccessible or lack pricing data, the two-source verification rule may prevent the model from being added.