Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jaganpro avatar

Sf Ai Agentforce Observability

  • 1.2k installs
  • 423 repo stars
  • Updated April 27, 2026
  • jaganpro/sf-skills

sf-ai-agentforce-observability is an agent skill for agentforce session tracing extraction and analysis. trigger when: user extracts stdm data from data cloud, analyzes agent session traces, debugs agent conversations vi

About

The sf-ai-agentforce-observability skill is designed for agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversations via. Verify setup and auth Confirm Data 360 tracing exists and JWT/ECA auth is working. Extract to Parquet Use the provided scripts under scripts/ rather than reimplementing extraction logic. Invoke when the user asks about sf ai agentforce observability or related SKILL.md workflows.

  • Data 360 / Session Tracing extraction.
  • .parquet files from Agentforce telemetry.
  • session timeline reconstruction.
  • trace-driven debugging of topic routing, action failures, or latency.
  • Polars / PyArrow-based analysis of large telemetry datasets.

Sf Ai Agentforce Observability by the numbers

  • 1,190 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #169 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

sf-ai-agentforce-observability capabilities & compatibility

Capabilities
data 360 / session tracing extraction · .parquet files from agentforce telemetry · session timeline reconstruction · trace driven debugging of topic routing, action
From the docs

What sf-ai-agentforce-observability says it does

Agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversations via telemetry,
SKILL.md
Agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversat
SKILL.md
npx skills add https://github.com/jaganpro/sf-skills --skill sf-ai-agentforce-observability

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.2k
repo stars423
Security audit3 / 3 scanners passed
Last updatedApril 27, 2026
Repositoryjaganpro/sf-skills

How do I agentforce session tracing extraction and analysis. trigger when: user extracts stdm data from data cloud, analyzes agent session traces, debugs agent conversations via?

Agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversations via.

Who is it for?

Developers using sf ai agentforce observability workflows documented in SKILL.md.

Skip if: Skip when the task falls outside sf-ai-agentforce-observability scope or needs a different stack.

When should I use this skill?

User asks about sf ai agentforce observability or related SKILL.md workflows.

What you get

Completed sf-ai-agentforce-observability workflow with documented commands, files, and expected deliverables.

  • Chronological message timeline
  • Step-by-step agent trace output

By the numbers

  • Includes message-timeline.py CLI for per-session reconstruction
  • Reads parquet exports from stdm_data and trace-results directories

Files

SKILL.mdMarkdownGitHub ↗

sf-ai-agentforce-observability: Agentforce Session Tracing Extraction & Analysis

Use this skill when the user needs trace-based observability, not just testing: extract Session Tracing Data Model (STDM) records, work with Parquet datasets, reconstruct session timelines, analyze topic/action latency, or debug agent behavior from Data 360 telemetry.

When This Skill Owns the Task

Use sf-ai-agentforce-observability when the work involves:

  • Data 360 / Session Tracing extraction
  • .parquet files from Agentforce telemetry
  • session timeline reconstruction
  • trace-driven debugging of topic routing, action failures, or latency
  • Polars / PyArrow-based analysis of large telemetry datasets

Delegate elsewhere when the user is:

  • formally testing agents → sf-ai-agentforce-testing
  • debugging Apex logs → sf-debug
  • authoring or reconfiguring the agent itself → sf-ai-agentforce or sf-ai-agentscript

---

Prerequisites That Must Exist

Before extraction, verify:

  • Data 360 is enabled
  • Session Tracing is enabled
  • the Salesforce Standard Data Model version is sufficient
  • Einstein / Agentforce capabilities are enabled in the org
  • JWT / ECA auth for Data 360 access is configured

If auth is missing, hand off to:

  • sf-connected-apps

Deep setup guide:

  • references/auth-setup.md

---

What This Skill Works With

Core storage / analysis model

  • extraction via Data 360 APIs
  • Parquet for storage efficiency
  • Polars for large-scale lazy analysis

Core STDM entities

At minimum, expect work around:

  • session
  • interaction / turn
  • interaction step
  • moment
  • message

GenAI Trust Layer / audit records may also be relevant for content-quality and generation debugging.

Full schema:

  • references/data-model-reference.md

---

Required Context to Gather First

Ask for or infer:

  • target org alias
  • time window or date range
  • agent filter, if any
  • whether the goal is extraction, summary analysis, or single-session debugging
  • output location for extracted data
  • whether the user already has Parquet files on disk

---

Recommended Workflow

1. Verify setup and auth

Confirm Data 360 tracing exists and JWT/ECA auth is working.

2. Choose the extraction mode

NeedDefault approach
recent telemetry snapshotextract last N days
focused investigationfiltered extraction by date and agent
one broken conversationextract or debug a single session tree
ongoing usage analyticsincremental extraction

3. Extract to Parquet

Use the provided scripts under scripts/ rather than reimplementing extraction logic.

4. Analyze with Polars

Common analysis goals:

  • session volume and duration
  • topic distribution
  • action step failures
  • latency hotspots
  • abandonment / escalation patterns
  • session-level timeline reconstruction

5. Convert findings into next actions

Typical outcomes:

  • topic mismatch → improve routing or descriptions
  • action failure → inspect Flow / Apex implementation
  • latency issue → optimize downstream action path
  • test gap → add targeted agent tests

---

High-Signal Operational Rules

  • treat STDM as read-only telemetry
  • expect ingestion lag; this is not perfect real-time debugging
  • use date filters and focused extraction to avoid unnecessary volume / query cost
  • prefer Parquet over ad hoc JSON for durable analysis
  • use lazy Polars patterns for large datasets

Common pitfalls:

  • assuming missing data means no issue, when tracing may simply not be enabled
  • running huge broad queries without date or agent filters
  • trying to fix the agent inside this skill instead of handing off to authoring / testing skills

---

Output Format

When finishing, report in this order: 1. What data was extracted or analyzed 2. Scope (org, dates, agent filter, session IDs) 3. Key findings 4. Likely root causes 5. Recommended next skill / next action

Suggested shape:

Observability task: <extract / analyze / debug-session>
Scope: <org, dates, agents, session ids>
Artifacts: <directories / parquet files>
Findings: <latency, routing, action, quality, abandonment patterns>
Root cause: <best current explanation>
Next step: <testing, agent fix, flow fix, apex fix>

---

Cross-Skill Integration

NeedDelegate toReason
auth / JWT setupsf-connected-appsData 360 access
fix agent routing / behaviorsf-ai-agentscriptauthoring corrections
formal regression / coverage testssf-ai-agentforce-testingreproducible test loops
Flow-backed action debuggingsf-flowdeclarative repair
Apex-backed action debuggingsf-debug or sf-apexcode / log investigation

---

Reference Map

Start here

  • README.md
  • references/basic-extraction.md
  • references/filtered-extraction.md
  • references/cli-reference.md

Data model / querying

  • references/data-model-reference.md
  • references/query-patterns.md
  • references/client-demo-queries.md

Analysis / debugging

  • references/analysis-cookbook.md
  • references/analysis-examples.md
  • references/debugging-sessions.md
  • references/polars-cheatsheet.md
  • references/agent-execution-lifecycle.md

Auth / troubleshooting

  • references/auth-setup.md
  • references/troubleshooting.md
  • references/billing-and-troubleshooting.md
  • references/builder-trace-api.md
  • scripts/

---

Score Guide

ScoreMeaning
90+strong telemetry-backed diagnosis
75–89useful analysis with minor gaps
60–74partial visibility only
< 60insufficient evidence; gather more telemetry

Related skills

Forks & variants (1)

Sf Ai Agentforce Observability has 1 known copy in the catalog totaling 32 installs. They canonicalize to this original listing.

How it compares

Pick sf-ai-agentforce-observability when Salesforce Agentforce session parquet or HAR captures exist; use generic LLM tracing tools for non-Salesforce agents.

FAQ

What does sf-ai-agentforce-observability do?

Agentforce session tracing extraction and analysis. TRIGGER when: user extracts STDM data from Data Cloud, analyzes agent session traces, debugs agent conversations via.

When should I use sf-ai-agentforce-observability?

User asks about sf ai agentforce observability or related SKILL.md workflows.

Is sf-ai-agentforce-observability safe to install?

Review the Security Audits panel on this page before installing in production.

DevOps & CI/CDmonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.