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.
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.
npx skills add alibaba/loongsuite-pilot --skill loongsuite-pilot-insightgit clone --depth 1 https://github.com/alibaba/loongsuite-pilotWrote 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.
[](https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-insight)<a href="https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-insight"><img src="https://agentmods.dev/badge/skills/alibaba/loongsuite-pilot/loongsuite-pilot-insight/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.
<a href="https://agentmods.dev/skills/alibaba/loongsuite-pilot/loongsuite-pilot-insight"><img src="https://agentmods.dev/badge/skills/alibaba/loongsuite-pilot/loongsuite-pilot-insight.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00091 | $0.01494 |
| Opus 5 | $0.00046 | $0.00747 |
| Sonnet 5 | $0.00018 | $0.00299 |
| Haiku 4.5 | $0.00009 | $0.00149 |
Grade A, and why
loongsuite-pilot-insight scanned grade A with 0 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LoongSuite Pilot Insight
Purpose
将 LoongSuite Pilot / AI Coding Agent 日志转化为可复用的报表语义。用户应直接使用本 skill;本 skill 负责业务数据语义、指标口径和场景需求解释,再调用 sls-dashboard-builder 的通用能力生成或修改 SLS dashboard JSON。
Boundaries
- 业务语义放在本 skill:
schema.md、cases/loongsuite-pilot-insight/input/<scenario>-spec.md、业务脚本。 - 通用 SLS dashboard JSON 结构、图表配方、布局和校验规则来自
sls-dashboard-builder。 - 生成产物只写入
cases/loongsuite-pilot-insight/output/,不要写入 skill 目录。 *-report.html是 dashboard JSON 生成后的固定本地预览产物,不作为独立 spec。- 不要把 LoongSuite Pilot 业务 schema、CTE、脚本或产物写进
sls-dashboard-builder。
Inputs And Outputs
- 默认需求入口:
cases/loongsuite-pilot-insight/input/<scenario>-spec.md - 默认 dashboard 输出:
cases/loongsuite-pilot-insight/output/<scenario>-dashboard.json - 默认预览输出:
cases/loongsuite-pilot-insight/output/<scenario>-report.html - 数据语义入口:
schema.md
若用户只给自然语言需求,先选择或创建一个清晰的 <scenario>-spec.md,再按标准流程生成 dashboard 和预览。
Workflow
- 确定
<scenario>,读取或创建cases/loongsuite-pilot-insight/input/<scenario>-spec.md。 - 读取
schema.md,确认 Data Source Bindings、字段语义、公共 CTE、指标可加性和风险点。 - 解析 spec,将自然语言需求转成视图清单:指标、SQL、图表类型、布局、筛选器和说明块。
- 使用
sls-dashboard-builder生成或更新cases/loongsuite-pilot-insight/output/<scenario>-dashboard.json。 - 调用
sls-dashboard-builder.render-report,以cases/loongsuite-pilot-insight为 case-dir,生成cases/loongsuite-pilot-insight/output/<scenario>-report.html。 - 用户确认预览没问题后,再 create 或 update 线上 SLS 报表;不要跳过预览直接发布。
新增同类报表时只新增 cases/loongsuite-pilot-insight/input/<scenario>-spec.md,不要新增 skill。真实 project、region、logstore 统一维护在 schema.md。
Dashboard Spec
spec 用来描述某一次 dashboard 报表需求,结构与 cases/loongsuite-pilot-insight/input/*-spec.md 保持一致。详细业务口径写在 spec 正文或 schema.md,不要塞进 SKILL.md。
最小骨架:
---
output: dashboard
dashboard:
name: <stable-dashboard-name>
displayName: "<dashboard display name>"
defaultTimeRange: "-604800s"
layout: grid
data:
sources:
- ai_coding_events
---
# <dashboard display name>
用自然语言描述业务目标、数据范围和全局口径。
## Section: <module name>
### <chart/control/text title>
```yaml
intent: <stat-card|line|bar|pie|top-table|filter|text>
type: <sls-chart-type>
size: <w>x<h>
```
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 12d ago First seen · 100 lines · 91 tokens per session scan A 8d1cf0ce6e5f
loongsuite-pilot-insight is a skill published in the GitHub repository alibaba/loongsuite-pilot (179 stars, last pushed today), licensed Apache-2.0. It adds 91 tokens to every session and 1,494 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
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.
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…
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…
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.
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.
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.