{% extends "base.html" %} {% from "cards.html" import card %} {% block title %}{{ marketplace.title }} - Plugin Marketplace{% endblock %} {% block sidebar %} {% if categories %} {% endif %} {% if tool_types %} {% endif %} {% endblock %} {% block content %}
Plugin registry

Extend your workspace.

{{ marketplace.description or 'Explore the skills and tools available to your agent.' }}

{{ marketplace.plugins | length }}plugins in catalog
/
{% if tags %}
Filter by tag {{ tags | length }}
{% for tag in tags %}{% endfor %}
{% endif %}
{{ marketplace.plugins | length }} results
{% for plugin in marketplace.plugins %}{{ card(plugin) }}{% endfor %}
End of catalog {{ marketplace.name }}
{% endblock %} {% block scripts %}{% endblock %}