Verba Plugin profile

Add Git Feed

Adds a GitHub releases feed to the tater-gits watcher. Infers title prefix and category via LLM.

tater_gits_add_feed Version 1.0.0
When to use

Best-fit scenarios

Adds a GitHub releases feed to the tater-gits watcher.

How to call it

Execution guidance

Use the example call shape below and provide only the fields the plugin expects.

Arguments

Input shape

  • url string

    https://github.com/OWNER/REPO/releases.atom

Settings

Required configuration

  • api_key string

    Optional shared secret; sent as X-Tater-Auth

  • watcher_url string

    Base URL for tater-gits watcher API (e.g., http://tater-gits-watcher:8787)

    Default: http://localhost:8787
Example call

Canonical usage JSON

{
  "function": "tater_gits_add_feed",
  "arguments": {
    "url": "https://github.com/OWNER/REPO/releases.atom"
  }
}