omc.skills.invoke

Map OMC methods to shipped skills and execute omc-copilot commands.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-skills-invoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omc.skills.invoke
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/omc-skills-invoke
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill omc-skills-invoke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically route a requested OMC method to the correct shipped day-one skill and execute its corresponding omc-copilot command, reducing manual mapping effort.

Core Features & Use Cases

  • Automatic method-to-skill mapping: resolves the requested OMC method to a shipped day-one skill.
  • Command execution: runs the mapped omc-copilot CLI command for the selected skill.
  • Fallback handling: uses omc-copilot ask with explicit context when no direct mapping exists.

Quick Start

Provide the desired OMC method to invoke and let the wrapper resolve and execute the corresponding skill.

Frequently Asked Questions about omc.skills.invoke

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

FAQPage Schema
How do I automatically route and execute an OMC method to the correct CLI skill?

To automatically invoke an OMC method, provide the method name to the wrapper. It resolves the mapping to a shipped day-one skill and executes the corresponding omc-copilot CLI command for you.

What happens when no direct mapping exists for a requested OMC method?

When no direct mapping exists for an OMC method, the system uses a fallback mechanism. It passes explicit context to the omc-copilot ask command to dynamically resolve and execute the correct action.

How does the skill loader read SKILL.md files to map OMC commands?

The skill loader reads frontmatter metadata from the SKILL.md file to identify the skill, then loads the operational instructions from the Markdown body to execute the mapped OMC command.

Do I need to manually map OMC methods to omc-copilot commands before running them?

No, manual mapping is not required. The wrapper automatically resolves your requested OMC method to the correct shipped skill and runs the corresponding omc-copilot command, reducing manual effort.

Can I use this OMC method routing with existing day-one skills without dependencies?

Yes, you can route to existing day-one skills without external dependencies. The wrapper operates independently to map methods and execute the corresponding omc-copilot CLI commands.