From dash0-agent-plugin
Configure the Dash0 → Cursor telemetry integration by writing the OTLP URL and auth token to ~/.cursor/dash0-agent-plugin.local.md. Use when the user wants to set up Dash0, enable telemetry, paste credentials, or fix an inactive plugin install.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dash0-agent-plugin:dash0-configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write the config file the `cursor-on-event` hook reads on every Cursor event. The file holds the OTLP endpoint URL and auth token in YAML frontmatter.
Write the config file the cursor-on-event hook reads on every Cursor event. The file holds the OTLP endpoint URL and auth token in YAML frontmatter.
The user wants to configure (or reconfigure) the Dash0 plugin: provide their OTLP URL + auth token, change the dataset, set the agent name, etc.
If ~/.cursor/dash0-agent-plugin.local.md already exists, read it and show the user the current values with the auth_token masked (show only the last 4 chars). Ask whether to overwrite. If they decline, stop.
Ask the user for these values one at a time. Do not assume any defaults beyond the ones listed.
https://ingress.us-west-2.aws.dash0.comdefault)cursor)Write ~/.cursor/dash0-agent-plugin.local.md with this exact structure. Omit optional lines whose value is blank.
---
otlp_url: "<OTLP_URL>"
auth_token: "<AUTH_TOKEN>"
dataset: "<DATASET>"
agent_name: "<AGENT_NAME>"
team_name: "<TEAM_NAME>"
---
Run chmod 600 ~/.cursor/dash0-agent-plugin.local.md so the token isn't world-readable.
Tell the user:
Configuration written. Quit and relaunch Cursor (Cmd+Q on macOS) — Cursor only reads
hooks.jsonat startup. After that, every prompt you send will emit OTel spans to your Dash0 dataset.
Re-running this skill later takes effect on the next hook fire without a restart, since the bootstrap script re-reads the config on each invocation.
npx claudepluginhub anthropics/claude-plugins-official --plugin dash0Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.