Skip to content

This guide shows you how to install and use the tenzir plugin for Claude Code. The plugin provides documentation for writing TQL pipelines and the tenzir:ocsf subagent for OCSF schema questions.

  1. Run /plugins in Claude Code
  2. Go to Marketplaces
  3. Select Add Marketplace
  4. Enter tenzir/claude-plugins
  5. Install tenzir from the plugin list

The plugin loads TQL language fundamentals, operator references, and idiomatic patterns on demand. Ask it to write pipelines and it will consult the documentation to produce correct code.

Write a TQL pipeline that reads Zeek TSV logs from a TCP socket, extracts the
connection 4-tuple, log ID, inbound/outbound bytes, and sends to Kafka.

The tenzir:ocsf subagent answers questions about the Open Cybersecurity Schema Framework—event classes, objects, attributes, and profiles across multiple versions.

@tenzir:ocsf What OCSF class should I use for firewall blocks?

Last updated: