Capabilities — Dashboard
Alle aktiven Faehigkeiten des Zwillings auf einen Blick. Detail-Files in den jeweiligen Unterordnern.
MCPs (externe Werkzeuge)
Vollindex: _index
| MCP | Zweck | Status | Auth |
|---|---|---|---|
| gsuite | Gmail + Calendar + YouTube, Multi-Account | active | oauth |
| m365 | SharePoint, Excel, Outlook-Mail via Graph | active | service-principal |
| papierkram | Buchhaltung Papierkram.de (~70 Tools, CRUD) | active | api_key |
| ticketpay | TicketPAY Export-API (read-only, 14 Tools) | active | api_key |
| runway | Gen-4 Image + Video fuer B-Roll | active | api_key |
| replicate | Replicate API (35 Tools, Flux/SDXL/Whisper) | active | api_key |
| lexware | Lexware Office (read-only, Backup-Buchhaltung) | configured | api_key |
| sevdesk | SevDesk (read-only, Alternative zu Lexware) | configured | api_key |
| mcp-vf-hosted | Mono-MCP-Wrapper fuer Kunden-Custom-Connector | active (VF-Pilot) | scalekit-oauth |
Repos (eigene Tools)
Vollindex: _index
| Repo | Zweck | Status |
|---|---|---|
| mcp-gsuite | Fork mit YouTube + Bulk + Recurrence | active |
| mcp-m365 | Eigenbau, 24 Tools (Files + Excel + Mail) | active |
| mcp-papierkram | Eigenbau, ~70 Tools, Port 8767 | active |
| mcp-ticketpay | Eigenbau, 14 Tools, Port 8766 | active |
| mcp-runway | Eigenbau, 5 Tools, Port 8768 | active |
| mcp-replicate | Eigenbau, 35 Tools, Port 8769 | active |
| mcp-lexware-office | Clone (kein Fork), TypeScript | configured |
| mcp-sevdesk | Eigenbau, 8 Tools | configured |
| mcp-vf-hosted | Mono-MCP-Wrapper, Scalekit + create_proxy | active |
Source-Wurzel: ~/source/mcps/ — uv tool install --force --editable pro Repo.
Skills (Workflows)
Vollindex: _index
Skills laufen aktuell aus dem Plugin agentic-ventures (siehe stack → Claude-Code-Plugins). Migration der Skills in dieses Vault folgt — bis dahin ist der Skill-Index nur Inventarliste.
Konvention bei neuer Capability
- Neue Datei in passendem Unterordner mit dem passenden Frontmatter-Schema aus schemas (skill / mcp_server / repo_pointer)
- Eintrag in
<unterordner>/_index.mdund in diesem Dashboard - Bei MCP: Port-Eintrag in
_meta/config.md - Bei Repo: Pointer in
repos/, Source bleibt in~/source/...