Loongsuite Js banner
alibaba alibaba

Loongsuite Js

AI community

Description

OpenTelemetry instrumentation plugins for JavaScript-based AI coding agents. Collect traces, tool calls, and LLM metrics from Claude Code and OpenClaw — zero code changes required.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

loongsuite-js


![loongsuite](/docs/_assets/img/loongsuite-logo.png)

✨ Introduction

[![CI](https://github.com/alibaba/loongsuite-js/actions/workflows/ci.yml/badge.svg)](https://github.com/alibaba/loongsuite-js/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE) [![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org) [![OpenTelemetry](https://img.shields.io/badge/OpenTelemetry-1.x-blueviolet.svg)](https://opentelemetry.io)

LoongSuite JS Plugins is a key component of LoongSuite, Alibaba's unified observability data collection suite, providing OpenTelemetry instrumentation plugins for JavaScript-based AI coding agents. Collect traces, tool calls, and LLM metrics from [Claude Code](https://www.anthropic.com/claude-code) and [OpenClaw](https://openclaw.ai) — zero code changes required.

LoongSuite includes the following key components:

  • LoongCollector: universal node agent, which provides log collection, Prometheus metric collection, and network and security collection capabilities based on eBPF.
  • LoongSuite Python Agent: a process agent providing instrumentation for Python applications.
  • LoongSuite Go Agent: a process agent for Golang with compile time instrumentation.
  • LoongSuite Java Agent: a process agent for Java applications.
  • LoongSuite JS Plugins: OpenTelemetry instrumentation plugins for JavaScript-based AI coding agents.
  • Other upcoming language agents.

📦 Plugins

Plugin Platform Description
opentelemetry-instrumentation-claude Claude Code Hook-based session tracing + in-process LLM call capture via intercept.js
[