manifest — community manifest, community, ide skills

v1.0.0

Sobre este Skill

Perfeito para Agentes de IA que necessitam de observabilidade e telemetria avançadas para problemas de conexão do plugin Manifest Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, 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
9/11
Quality Score
51
Canonical Locale
en
Detected Body Locale
en

Perfeito para Agentes de IA que necessitam de observabilidade e telemetria avançadas para problemas de conexão do plugin Manifest Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

Por que usar essa habilidade

Habilita os agentes a monitorar e configurar chaves de API do Manifest e pontos de extremidade personalizados, fornecendo integração perfeita com o Manifest para fins de depuração e verificação usando a API do Manifest e pontos de extremidade personalizados

Melhor para

Perfeito para Agentes de IA que necessitam de observabilidade e telemetria avançadas para problemas de conexão do plugin Manifest

Casos de Uso Práticos for manifest

Configurando chaves de API do Manifest para conexões de agentes seguras
Solucionando problemas de conexão do plugin Manifest usando dados de telemetria
Verificando o status de tempo de execução do plugin Manifest para desempenho ótimo

! Segurança e Limitações

  • Requer configuração de chave de API do Manifest
  • Necessário configuração de ponto de extremidade personalizado para casos de uso avançados

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?

Perfeito para Agentes de IA que necessitam de observabilidade e telemetria avançadas para problemas de conexão do plugin Manifest Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

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: Configurando chaves de API do Manifest para conexões de agentes seguras, Solucionando problemas de conexão do plugin Manifest usando dados de telemetria, Verificando o status de tempo de execução do plugin Manifest para desempenho ótimo.

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?

Requer configuração de chave de API do Manifest. Necessário configuração de ponto de extremidade personalizado para casos de uso avançados.

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

Install manifest, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

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

Habilidades Relacionadas

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

Ver tudo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Gerar plugins de widgets personalizáveis para o sistema de feed do prompts.chat

flags

Logo of vercel
vercel

O Framework React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Desenvolvedor