Files
santifer--career-ops/plugins-registry/tavily.json
T
wehub-resource-sync d083df1fdb
CodeQL Analysis / Analyze (javascript-typescript) (push) Failing after 2s
Web CI / web typecheck + build (push) Failing after 1s
Release Please / release-please (push) Failing after 1s
CodeQL Analysis / Analyze (go) (push) Failing after 16s
chore: import upstream snapshot with attribution
2026-07-13 12:02:43 +08:00

21 lines
547 B
JSON

{
"id": "tavily",
"name": "career-ops-plugin-tavily",
"version": "0.1.0",
"license": "MIT",
"description": "Tavily search/extract for job scanning, liveness checks, and company research.",
"repo": "https://github.com/Schlaflied/career-ops-plugin-tavily",
"sha": "79cc4bcab0f746ca27ee8ce5a01d53e709946eac",
"hooks": [
"search"
],
"requiredEnv": [
"TAVILY_API_KEY"
],
"allowedHosts": [
"api.tavily.com"
],
"registrationIssue": "https://github.com/santifer/career-ops/issues/1344",
"addedAt": "2026-06-29"
}