Introduction
What Telvine is and what you can do with it in v0.
Telvine is analytics for agent plugins, the installable apps distributed through
agent harnesses such as Claude and Codex. A plugin may include one or more
SKILL.md capabilities plus connectors, apps, hooks, agents, and runtime-specific
components. Telvine records the plugin package inventory and accepts execution
events for components that a runtime, hook, wrapper, or integration can observe.
What you can do in v0
- Install a CLI:
npm i -g @telvine/cli - Wrap a
SKILL.mdinside a plugin and publish a versioned, instrumented copy - Receive
skill.invocation.{start,end,error},skill.script.invoked,feedback.submitted, andskill.modifiedevents - Register plugin versions and their component inventory through
/v1/plugins/:id/versions - Receive
plugin.install,plugin.update.applied, andplugin.component.{invoked,error}events when observable - Forward events to any HTTPS endpoint via signed webhooks
- Export CSV / pull metrics via a REST API
See the quickstart and plugin components to get going.