AgentSkillsCN

laminar-quickstart-trace

无需调用外部大模型,即可在数分钟内创建一个极简的Laminar追踪演示。当用户需要Laminar示例、快速入门演示,或希望迅速在Laminar UI中查看追踪数据时(无论是云端部署还是自建私有化部署),可选用此方法。

SKILL.md
--- frontmatter
name: laminar-quickstart-trace
description: "Create a minimal Laminar trace demo in minutes with no external LLM calls. Use when a user asks for a Laminar example, a quickstart demo, or wants to see traces appear in the Laminar UI quickly (cloud or self-hosted)."

Laminar Quickstart Trace

Workflow

  1. Confirm runtime (Node/TS vs Python), Laminar backend target (cloud vs self-hosted), and availability of LMNR_PROJECT_API_KEY.
  2. Build the smallest runnable demo using manual spans only; tag the trace with a unique run id for easy filtering.
  3. Run the script and direct the user to the Traces view; filter by tag or metadata to find the trace.
  4. If traces do not show quickly, retry with batching disabled and call Laminar.flush().

References

  • references/quickstart-node.md for a Node/JS demo with code and commands.
  • references/quickstart-python.md for a Python demo with code and commands.
  • references/troubleshooting.md for common failures and fast fixes.