manifest — for Claude Code manifest, community, for Claude Code, ide skills, Follow, observability, telemetry, connect, monitoring, configure

v1.0.0

À propos de ce Skill

Parfait pour les agents IA nécessitant une observabilité et une télémétrie avancées pour les problèmes de connexion de plugins Manifest Resume localise : Install and configure the Manifest observability plugin for your agents. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

Follow these steps in order . Do not skip ahead.
Use this skill when
User wants to set up observability or telemetry for their agent
User wants to connect their agent to Manifest for monitoring
User needs to configure a Manifest API key or custom endpoint

# Core Topics

pratyushdeosingh pratyushdeosingh
[0]
[0]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Parfait pour les agents IA nécessitant une observabilité et une télémétrie avancées pour les problèmes de connexion de plugins Manifest Resume localise : Install and configure the Manifest observability plugin for your agents. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Permet aux agents de surveiller et de configurer des clés d'API Manifest et des points de terminaison personnalisés, offrant une intégration transparente avec Manifest pour les fins de dépannage et de vérification en utilisant l'API Manifest et les points de terminaison personnalisés

Meilleur pour

Parfait pour les agents IA nécessitant une observabilité et une télémétrie avancées pour les problèmes de connexion de plugins Manifest

Cas d'utilisation exploitables for manifest

Configuration des clés d'API Manifest pour des connexions d'agents sécurisées
Dépannage des problèmes de connexion de plugins Manifest en utilisant des données de télémétrie
Vérification de l'état d'exécution du plugin Manifest pour une performance optimale

! Sécurité et Limitations

  • Nécessite la configuration des clés d'API Manifest
  • La configuration des points de terminaison personnalisés est nécessaire pour les cas d'utilisation avancés

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is manifest?

Parfait pour les agents IA nécessitant une observabilité et une télémétrie avancées pour les problèmes de connexion de plugins Manifest Resume localise : Install and configure the Manifest observability plugin for your agents. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install manifest?

Run the command: npx killer-skills add pratyushdeosingh/mdp/manifest. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for manifest?

Key use cases include: Configuration des clés d'API Manifest pour des connexions d'agents sécurisées, Dépannage des problèmes de connexion de plugins Manifest en utilisant des données de télémétrie, Vérification de l'état d'exécution du plugin Manifest pour une performance optimale.

Which IDEs are compatible with manifest?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for manifest?

Nécessite la configuration des clés d'API Manifest. La configuration des points de terminaison personnalisés est nécessaire pour les cas d'utilisation avancés.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add pratyushdeosingh/mdp/manifest. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use manifest immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

manifest

Resume localise : Install and configure the Manifest observability plugin for your agents. This AI agent skill supports Claude Code, Cursor, and Windsurf

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Manifest Setup

Follow these steps in order. Do not skip ahead.

Use this skill when

  • User wants to set up observability or telemetry for their agent
  • User wants to connect their agent to Manifest for monitoring
  • User needs to configure a Manifest API key or custom endpoint
  • User is troubleshooting Manifest plugin connection issues
  • User wants to verify the Manifest plugin is running

Do not use this skill when

  • User needs general observability design (use observability-engineer instead)
  • User wants to build custom dashboards or alerting rules
  • User is not using the Manifest platform

Instructions

Step 1 — Stop the gateway

Stop the gateway first to avoid hot-reload issues during configuration.

bash
1claude gateway stop

Step 2 — Install the plugin

bash
1claude plugins install manifest

If it fails, check that the CLI is installed and available in the PATH.

Step 3 — Get an API key

Ask the user:

To connect your agent, you need a Manifest API key. Here's how to get one:

  1. Go to https://app.manifest.build and create an account (or sign in)
  2. Once logged in, click "Connect Agent" to create a new agent
  3. Copy the API key that starts with mnfst_
  4. Paste it here

Wait for a key starting with mnfst_. If the key doesn't match, tell the user the format looks incorrect and ask them to try again.

Step 4 — Configure the plugin

bash
1claude config set plugins.entries.manifest.config.apiKey "USER_API_KEY"

Replace USER_API_KEY with the actual key the user provided.

Ask the user if they have a custom endpoint. If not, the default (https://app.manifest.build/api/v1/otlp) is used automatically. If they do:

bash
1claude config set plugins.entries.manifest.config.endpoint "USER_ENDPOINT"

Step 5 — Start the gateway

bash
1claude gateway install

Step 6 — Verify

Wait 3 seconds for the gateway to fully start, then check the logs:

bash
1grep "manifest" ~/.claude/logs/gateway.log | tail -5

Look for:

[manifest] Observability pipeline active

If it appears, tell the user setup is complete. If not, check the error messages and troubleshoot.

Safety

  • Never log or echo the API key in plain text after configuration
  • Verify the key format (mnfst_ prefix) before writing to config

Troubleshooting

ErrorFix
Missing apiKeyRe-run step 4
Invalid apiKey formatThe key must start with mnfst_
Connection refusedThe endpoint is unreachable. Check the URL or ask if they self-host
Duplicate OTel registrationDisable the conflicting built-in plugin: claude plugins disable diagnostics-otel

Examples

Example 1: Basic setup

Use @manifest to set up observability for my agent.

Example 2: Custom endpoint

Use @manifest to connect my agent to my self-hosted Manifest instance at https://manifest.internal.company.com/api/v1/otlp

Best Practices

  • Always stop the gateway before making configuration changes
  • The default endpoint works for most users — only change it if self-hosting
  • API keys always start with mnfst_ — any other format is invalid
  • Check gateway logs first when debugging any plugin issue

Compétences associées

Looking for an alternative to manifest or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur