Skills used to demo Tenzir functionality, built on the Agent Skills standard.
harness-check: Generate nearly all security-relevant native OpenTelemetry activity from a real Claude Code or Codex harness — native tools, model turns, files, commands, processes, sandbox decisions, web, MCP, skills, plugins, hooks, subagents, schedulers, and approvals — to test agent telemetry pipelines without fabricating events
Install all skills into the current project:
npx skills add tenzir/tenzir-demo-skillsOr install globally:
npx skills add -g tenzir/tenzir-demo-skillsInstall a specific skill into the current project, for example:
npx skills add tenzir/tenzir-demo-skills@harness-checkThis repository is private, so the installing machine must have access to
tenzir/tenzir-demo-skills. The SSH form lets Git use your existing GitHub
credentials:
npx skills add git@github.com:tenzir/tenzir-demo-skills.git \
-g -a codex -a claude-code -y