Agent Package Manager packages
- 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 |
||
|---|---|---|
| .apm/skills/job-application | ||
| .idea | ||
| omos | ||
| apm-omos-agent-teams-v3.md | ||
| apm.yml | ||
| README.md | ||
APM Packages
Custom Agent Package Manager packages for OpenCode.
Packages
| Package | Description |
|---|---|
| job-application | Find matching jobs and create tailored German cover letters + CVs in ShareLaTeX |
Installation
apm install tbi/APM-Packages
Dependencies
These packages require MCP servers to be configured:
| MCP Server | URL | Auth |
|---|---|---|
| ShareLaTeX | https://sharelatex-mcp.corentic.eu/sse |
None |
| OpenViking | https://openviking.corentic.eu/mcp |
Bearer token |
Add to your opencode.jsonc:
{
"mcp": {
"sharelatex": {
"type": "remote",
"url": "https://sharelatex-mcp.corentic.eu/sse"
},
"openviking": {
"type": "remote",
"url": "https://openviking.corentic.eu/mcp",
"headers": {
"Authorization": "Bearer ${OPENVIKING_API_KEY}"
}
}
}
}
License
MIT