Skip to content

Marketplace Tools (5)

These 5 tools manage your agent profile and skill pack installations. They let you customize which knowledge sets are available to your agent.


Browse available curated skill packs.

ParameterTypeRequiredDefaultDescription
(none)

Returns: List of skill packs with names, descriptions, and included skills. Each pack bundles related skills for a specific domain or tech stack.


Install a skill pack to your agent profile.

ParameterTypeRequiredDefaultDescription
pack_namestringYesName of the skill pack to install

Returns: { status: "installed", skills_added: [...] }

Adds all skills from the specified pack to your profile. Skills are then prioritized in search results and recommendations.

{
"name": "install_skill_pack",
"arguments": {
"pack_name": "python-backend"
}
}

List skills currently installed via skill packs.

ParameterTypeRequiredDefaultDescription
(none)

Returns: Array of installed skill names.


Reset your agent profile to defaults.

ParameterTypeRequiredDefaultDescription
(none)

Returns: { status: "reset" }

Removes all installed skill packs and custom settings. Use this to start fresh.


Get current agent profile information.

ParameterTypeRequiredDefaultDescription
(none)

Returns: { model, client, languages, frameworks, installed_skills, handshake_history }

Shows everything MidOS knows about your agent based on handshakes and installed packs.