This skill connects OpenCode and other MCP-compatible agents to the Agensi marketplace by handling the configuration of the Model Context Protocol (MCP) proxy. Without it, connecting a local agent to the Agensi marketplace requires manually resolving cross-platform path differences, environment variables, and dependency setup. This skill automates that configuration work so the agent can reach the marketplace directly from within a terminal or IDE.
Once in place, the skill enables the agent to search the Agensi marketplace in real time, browse skills by category, and track which capabilities are available. It also provides commands to install, evaluate, and update SKILL.md files, which are the prompt-template packages used to extend agent behavior. Rather than downloading prompt templates manually and pasting them into an agent session, the skill makes that process a native operation the agent can perform on its own.
This is a setup and integration skill, not a domain-specific capability. Its value is foundational: it turns an MCP-compatible agent into a self-extending platform that can acquire new skills without leaving the development environment. It is the right starting point for any developer who wants to use the Agensi marketplace with OpenCode. It is not suited to agents that do not support MCP, and it provides no standalone data processing or task-execution capability on its own.