loongsuite-pilot-ops

loongsuite-pilot-ops is a skill for Codex from alibaba/loongsuite-pilot. It costs 169 tokens per session (3,825 once invoked), scanned C, original, Apache-2.0.

An installer and operations guide for LoongSuite Pilot, a tool that collects and reports AI coding activity for development teams.

In plain words
What is it for?
It helps set up LoongSuite Pilot on Mac and Linux machines, including remote SSH installation, older Linux compatibility fixes, and reporting settings.
Why use it?
It explains how to install, configure, diagnose, and remove the tool without confusing its Node.js requirements or agent-provided runtimes.

Skill for Codex ✓ vendor

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: mentions Claude Code; mentions Codex.

Good fit It helps set up LoongSuite Pilot on Mac and Linux machines, including remote SSH installation, older Linux compatibility fixes, and reporting settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops
About the project

LoongSuite Pilot is a local telemetry collector that gathers activity from AI coding agents, converts their different records into a shared event format, and exports the data to selected destinations. Development teams use it to inspect agent usage, token consumption, sessions, tools, traces, and security-sensitive data. Its catalogue add-ons support working with and configuring the collector for coding-agent telemetry.

alibaba/loongsuite-pilot · 177 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alibaba/loongsuite-pilot --skill loongsuite-pilot-ops
Clone the repo
git clone --depth 1 https://github.com/alibaba/loongsuite-pilot

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for loongsuite-pilot-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops/github.svg)](https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops)
Your own site
<a href="https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops"><img src="https://agentmods.dev/badge/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for loongsuite-pilot-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops"><img src="https://agentmods.dev/badge/skills/alibaba/loongsuite-pilot/loongsuite-pilot-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,825 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00169 $0.03825
Opus 5 $0.00084 $0.01912
Sonnet 5 $0.00034 $0.00765
Haiku 4.5 $0.00017 $0.00382

Measured 12d ago against content hash d8adc26f8f1f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

loongsuite-pilot-ops scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
assets/skills/loongsuite-pilot-ops/SKILL.md · 355 lines

How it starts

The opening of the file, as written. The whole thing — 355 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LoongSuite Pilot — 安装 / 配置 / 卸载

LoongSuite Pilot 是面向研发团队的 AI Coding 数据采集与效能评估工具,支持 Cursor、Qoder IDE/CLI、Claude Code、Codex 的数据自动采集与上报。

诊断排查请查阅 ~/.loongsuite-pilot/skills/loongsuite-pilot-ops/references/diagnostics.md; 观测面板与运维手册请查阅 ~/.loongsuite-pilot/skills/loongsuite-pilot-ops/references/monitoring.md。 以上两个文件在 pilot 安装完成后自动写入本地,可直接打开阅读。

重要说明

所有命令必须在完整权限环境下执行(Shell 工具调用时设置 required_permissions: ["all"])。 沙箱环境下 nvmsudo 及 PID 读取会受限,导致安装或诊断结果不可信。


1. 前置条件

  • Node.js >= 18,必须通过 nvm 安装并使用 nvm 管理的 Node(推荐 v22)
  • 支持 Mac / Linux 8U 开发机 / Linux ECS(Linux 需 sudo 权限)
  • Linux 7U 开发机:需额外执行 glibc 兼容补丁(见第 5 节)

⚠️ 务必使用 nvm 的 Node,不要使用任何 Agent 自带的 Node 环境

部分 AI Coding Agent(例如 Codex、以及其他自带运行时的 CLI 工具)会在安装时 内置一份 Node,并可能把 node 指向其私有目录(例如 ~/.codex/... 或 Agent 自身安装目录下的版本)。这类 Node 仅供该 Agent 内部使用,用它安装 pilot 会导致依赖错乱、hook 失效等问题。安装前务必确认:

which node    # 路径应包含 .nvm,例如 ~/.nvm/versions/node/v22.x.x/bin/node
node -v       # 输出应 >= v18.0.0

which node 指向任一 Agent 的私有目录(如 ~/.codex/、Agent 安装目录等), 请先执行 nvm use 22(或在新终端中确认 nvm 已加载)后再继续安装。


2. 安装

执行以下两步完成标准安装(Mac / Linux 8U / ECS):

# 步骤一:安装 nvm + Node.js(已有 node >= 18 可跳过)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 22

# 步骤二:安装 LoongSuite Pilot(将 <工号> 替换为 6 位员工号,含前导 0)
curl -fsSL https://aliyun-observability-release-cn-shanghai.oss-cn-shanghai.aliyuncs.com/loongsuite/loongsuite-pilot/loongsuite-pilot-installer-inner.sh \
  | bash -s -- install --user.id <工号>

安装成功后验证:

~/.local/bin/loongsuite-pilot status
~/.local/bin/loongsuite-pilot info
# diagnostics 与 monitoring 参考文档已自动写入 loongsuite-pilot-ops/references/
ls -l ~/.loongsuite-pilot/skills/loongsuite-pilot-ops/references/

3. 自定义 Logstore(可选)

安装时或安装完成后,询问用户是否需要使用自定义 Logstore 上报数据。

  • 如果用户不需要自定义 Logstore,跳过本节,使用默认配置即可。
  • 如果用户需要自定义 Logstore,先询问用户选择哪种访问方式,然后按对应流程操作:

询问用户:是否使用 AK/SK 进行访问?

Read the full file on GitHub · 355 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 355 lines · 169 tokens per session scan C d8adc26f8f1f

Subscribe to this mod's changes

loongsuite-pilot-ops is a skill published in the GitHub repository alibaba/loongsuite-pilot (177 stars, last pushed yesterday), licensed Apache-2.0. It adds 169 tokens to every session and 3,825 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

stuck

Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.

QwenLM/qwen-code · 57 tokens

e2e-testing

Guide for running end-to-end tests of the Qwen Code CLI, including headless mode, MCP server testing, and API traffic inspection. Use this skill whenever you need to verify CLI behavior with real model calls, reproduce user-reported bugs end-to-end, test MCP tool integrations, or inspect raw API request/response…

QwenLM/qwen-code · 94 tokens

structured-debugging

Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…

QwenLM/qwen-code · 85 tokens

terminal-capture

Automates terminal UI screenshot testing for CLI commands. Applies when reviewing PRs that affect CLI output, testing slash commands (/about, /context, /auth, /export), generating visual documentation, or when 'terminal screenshot', 'CLI test', 'visual test', or 'terminal-capture' is mentioned.

QwenLM/qwen-code · 66 tokens

batch

Execute batch operations on multiple files in parallel. Automatically discovers files, splits into chunks, and processes with parallel worker agents. Use /batch followed by operation and file pattern.

QwenLM/qwen-code · 37 tokens

computer-use

Control local desktop applications through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.

QwenLM/qwen-code · 33 tokens