From html-instrumentation
Datadog RUM for static HTML via CDN script tag or Nginx auto-injection module
How this skill is triggered — by the user, by Claude, or both
Slash command
/html-instrumentation:html-dd-rumThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add Datadog Real User Monitoring (RUM) to a static HTML application using either a CDN script tag or the Nginx auto-injection module.
Add Datadog Real User Monitoring (RUM) to a static HTML application using either a CDN script tag or the Nginx auto-injection module.
Add the following script tag to the <head> of your HTML files:
<script
src="https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js"
type="text/javascript">
</script>
<script>
window.DD_RUM && window.DD_RUM.init({
applicationId: '<YOUR_APPLICATION_ID>',
clientToken: '<YOUR_CLIENT_TOKEN>',
site: 'datadoghq.com',
service: '<YOUR_SERVICE_NAME>',
env: '<YOUR_ENV>',
sessionSampleRate: 100,
sessionReplaySampleRate: 20,
trackUserInteractions: true,
trackResources: true,
trackLongTasks: true,
defaultPrivacyLevel: 'mask-user-input',
});
</script>
Use the Datadog Nginx auto-injection module to automatically inject the RUM SDK into all HTML responses served by Nginx, without modifying any HTML files.
npx claudepluginhub jek-bao-choo/datadog-agentic-plugins --plugin html-instrumentationSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.