mainsequence-ms-markets

Integrate financial markets functionality into Main Sequence projects via the ms-markets library.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mainsequence-sdk/SdkAgentTraining --skill mainsequence-ms-markets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mainsequence-ms-markets
Source: https://github.com/mainsequence-sdk/SdkAgentTraining/tree/main/sdk/4.4.5/skills/ms-markets/source
Command: npx skills add https://github.com/mainsequence-sdk/SdkAgentTraining --skill mainsequence-ms-markets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ms-markets, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the integration of financial markets functionality into Main Sequence projects by providing access to the ms-markets library and its packaged skills.

Core Features & Use Cases

  • Financial Markets Library Access: Directs agents to the supported ms-markets library.
  • Skill Copying: Copies the library's skills into the host project for use.
  • Use Case: When building a Main Sequence project that requires financial markets functionality, this Skill allows you to leverage the ms-markets library without duplicating market-domain instructions in the SDK scaffold.

Quick Start

Install the ms-markets library and copy its skills into your project using the following command:

msm copy-msm-skills --path .

Frequently Asked Questions about mainsequence-ms-markets

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

FAQPage Schema
How do I integrate financial markets functionality into a Main Sequence project?

You can integrate financial markets functionality into a Main Sequence project by installing the ms-markets library and copying its packaged skills into your host project using the msm copy-msm-skills command.

What financial markets objects and APIs does the ms-markets library support?

The ms-markets library supports market assets, MetaTables, portfolios, orders, trades, and related APIs, enabling comprehensive financial market workflows within Main Sequence projects.

How do I install ms-markets skills into my project directory?

To install ms-markets skills, run the command msm copy-msm-skills --path . in your terminal to copy the library's skills directly into your current project directory.

Do I need to install the ms-markets library before using financial market workflows?

Yes, you must install the ms-markets library as a dependency before copying its skills, because the Skill links to this library to provide market assets, portfolios, and trading APIs.

Can I use Main Sequence financial workflows without duplicating market-domain instructions?

Yes, this Skill leverages the ms-markets library to provide financial markets functionality without duplicating market-domain instructions in the SDK scaffold, streamlining project development.

What is the best way to add portfolio and order management to a Main Sequence scaffold?

The best way is to use the ms-markets Skill, which copies library skills into your project to handle portfolio management, orders, trades, and market assets natively within Main Sequence.