manifest
Set up Manifest observability plugin
This skill helps you install and configure the Manifest observability plugin for Claude Code agents, enabling telemetry and monitoring for your AI workflows.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "manifest". Use @manifest to set up observability for my agent.
Erwartetes Ergebnis:
- I'll help you set up the Manifest observability plugin. Let me guide you through this step by step.
- First, I'll stop the gateway to avoid hot-reload issues...
- Now I'll install the manifest plugin...
- To complete setup, you'll need a Manifest API key. Here's how to get one:
- 1. Go to https://app.manifest.build and create an account
- 2. Click 'Connect Agent' to create a new agent
- 3. Copy your API key (starts with mnfst_)
- Once you provide your API key, I'll configure the plugin and verify it's working.
Verwendung von "manifest". Use @manifest to check my agent status
Erwartetes Ergebnis:
- Let me check the gateway logs to verify the Manifest plugin is running...
- I found the plugin logs. The observability pipeline is active.
- Your agent is successfully connected to Manifest!
Sicherheitsaudit
SicherAll static findings are false positives. The skill uses Claude CLI commands to install and configure the Manifest observability plugin - this is the intended functionality. Network calls go to the official Manifest service (app.manifest.build). API key handling includes explicit warnings against logging secrets. Filesystem access is limited to reading standard gateway logs for verification.
Risikofaktoren
⚙️ Externe Befehle (26)
🌐 Netzwerkzugriff (3)
📁 Dateisystemzugriff (2)
🔑 Umgebungsvariablen (2)
Qualitätsbewertung
Was du bauen kannst
Enable agent observability
Set up telemetry for a Claude agent to monitor its behavior and performance over time
Connect to self-hosted Manifest
Configure the plugin to connect to a company's internal Manifest instance instead of the cloud service
Debug plugin issues
Troubleshoot connection problems or configuration errors with the Manifest plugin
Probiere diese Prompts
Use @manifest to set up observability for my agent.
Use @manifest to connect my agent to my self-hosted Manifest instance at https://manifest.internal.company.com/api/v1/otlp
Use @manifest to check why my agent is not showing up in the Manifest dashboard
Use @manifest to update my API key - the old one expired
Bewährte Verfahren
- Always stop the gateway before making configuration changes to avoid issues
- Use the default endpoint unless you specifically need to self-host
- Check gateway logs first when debugging any plugin issues
Vermeiden
- Do not skip the gateway stop step - it can cause configuration to fail
- Do not use API keys that do not start with 'mnfst_' - they are invalid
- Do not share your API key in plain text - it gives others access to your observability data