- examples/package: copy of the job-application APM package with corentic.team-profile/v1 declaration (orchestrator, researcher, writer, checker, notifier) - examples/model-mapping.yaml: user-side model class mapping with simple and extended entries - skills/omos-setup: skill guiding users through resolve-validate-render and activation
21 lines
520 B
YAML
21 lines
520 B
YAML
name: job-application
|
|
version: 1.0.0
|
|
description: Find matching jobs and create tailored cover letters + CVs in ShareLaTeX
|
|
author: Tobias Endres
|
|
license: MIT
|
|
type: skill
|
|
targets:
|
|
- generic
|
|
- opencode
|
|
dependencies:
|
|
mcp:
|
|
- name: sharelatex
|
|
registry: false
|
|
transport: sse
|
|
url: https://sharelatex-mcp.corentic.eu/sse
|
|
- name: openviking
|
|
registry: false
|
|
transport: sse
|
|
url: https://openviking.corentic.eu/mcp
|
|
headers:
|
|
Authorization: Bearer ${OPENVIKING_API_KEY}
|