Help us improve
Share bugs, ideas, or general feedback.
From lightdash-agentops
Inspection of thread history, memory, and organization-wide agent activity.
npx claudepluginhub yu-iskw/dbt-heroes --plugin lightdash-agentopsHow this skill is triggered — by the user, by Claude, or both
Slash command
/lightdash-agentops:debug-agent-threadsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill for monitoring, debugging, and analyzing Lightdash AI agent conversations and configurations.
Analyzes production Agentforce agent behavior using STDM session traces and Data Cloud. Triggers for querying sessions, investigating failures, regressions, performance issues, or reproducing in preview.
Analyzes production Agentforce agent behavior via STDM session traces and Data Cloud, then reproduces issues in preview and improves agent files. For Salesforce admins/developers debugging production agents.
Monitors AI agent health across quality, cost, performance, and errors using Amplitude Agent Analytics. Proactive health reports and drill-down into failing sessions.
Share bugs, ideas, or general feedback.
Skill for monitoring, debugging, and analyzing Lightdash AI agent conversations and configurations.
Provides visibility into how agents interact with users. It allows for tracing context, identifying hallucinations, and auditing organization-wide AI settings and activity.
Wraps the following MCP tools from the lightdash-tools server:
ldt__list_agent_threadsldt__get_agent_threadldt__generate_agent_messageldt__continue_agent_threadldt__list_admin_agentsldt__list_admin_agent_threadsldt__get_ai_organization_settingsldt__update_ai_organization_settingslist_ and get_ tools.generate_agent_message, continue_agent_thread.update_ai_organization_settings.ldt__get_agent_thread to retrieve the full message history of a specific conversation.ldt__generate_agent_message to test an agent's response to a specific prompt without persisting it to a thread if needed, or ldt__continue_agent_thread to simulate user interaction.ldt__list_admin_agent_threads to monitor activity across the entire organization.ldt__get_ai_organization_settings to verify that global safety and privacy settings are correctly configured.