Model Incorporation

Wrap a published ML model into the Ersilia Model Hub eos-template format.

2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/ersilia-os/claude-ersilia-skills --skill model-incorporation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Model Incorporation
Source: https://github.com/ersilia-os/claude-ersilia-skills/tree/main/skills/model-incorporation
Command: npx skills add https://github.com/ersilia-os/claude-ersilia-skills --skill model-incorporation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Convert and publish a machine learning model into the Ersilia Model Hub by wrapping it in the eos-template format, enabling standardized deployment and discovery.

Core Features & Use Cases

  • Automated model wrapping into the eos-template format with metadata and example artifacts.
  • Phase-driven workflow (clone, analyse, verify, ID assignment, generation, and reporting).
  • Supports optional publication details (paper URL, model-id) and configurable output directory.

Quick Start

Provide the source model repository URL and optional publication details to begin wrapping it into the eos-template format.

Frequently Asked Questions about Model Incorporation

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

FAQPage Schema
How do I publish a machine learning model to the Ersilia Model Hub?

You can publish a machine learning model to the Ersilia Model Hub by wrapping it into the standardized eos-template format with required metadata, tests, and example artifacts. The process involves cloning, verifying, assigning an ID, generating files, and reporting.

What is the eos-template format used for in ML model integration?

The eos-template format is used to wrap published machine learning models for standardized deployment and discovery within the Ersilia Model Hub. It provides a consistent structure for metadata, tests, and examples to ensure models are easily accessible.

How do I wrap a published ML model into a standardized repository format?

To wrap a published ML model, you provide an accessible repository URL and optional publication details like a paper URL. The workflow then clones the repository, verifies it by running, assigns a model ID, generates template files, and outputs them to a specified directory.

What inputs do I need to start wrapping a model into the Ersilia Model Hub?

You need an accessible source model repository URL and a configurable output directory to begin wrapping. Optional inputs include a publication paper URL and a pre-assigned model-id to further annotate the wrapped model during the generation phase.

Does the model incorporation workflow support automated testing and validation?

Yes, the model incorporation workflow enforces a multi-phase process that includes verifying the model by running it and performing a final test and report phase. This ensures the wrapped ML model is validated with generated metadata and examples before publishing.

What are the limitations when converting an ML model into the Ersilia Model Hub?

The conversion process requires an accessible repository URL to clone and analyze, meaning inaccessible or private repositories cannot be wrapped without prior access. It also strictly enforces a multi-phase workflow, so skipping the verification or testing phases is not supported.