{% extends "base.html" %} {% set active = "skills" %} {% block title %}Skills{% endblock %} {% block content %}
{{ skills|length }} skill{{ "s" if skills|length != 1 }} loaded with {{ skills | sum(attribute='tool_count') }} tools
| Tool | Description | Approval |
|---|---|---|
{{ tool.name }} |
{{ tool.description }} | {% if tool.human == "approve" %} approve {% elif tool.human == "confirm" %} confirm {% elif tool.human == "dynamic" %} dynamic {% else %} auto {% endif %} |
skills.paths in config.