manifest — community manifest, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

Об этом навыке

Идеально для ИИ-агентов, которым необходимы продвинутая наблюдаемость и телеметрия для подключения плагина 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

Идеально для ИИ-агентов, которым необходимы продвинутая наблюдаемость и телеметрия для подключения плагина Manifest Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

Зачем использовать этот навык

Наделяет агентов возможностью мониторить и настраивать ключи API Manifest и пользовательские конечные точки, обеспечивая бесшовную интеграцию с Manifest для целей отладки и верификации с использованием API Manifest и пользовательских конечных точек

Подходит лучше всего

Идеально для ИИ-агентов, которым необходимы продвинутая наблюдаемость и телеметрия для подключения плагина Manifest

Реализуемые кейсы использования for manifest

Настройка ключей API Manifest для безопасных подключений агентов
Устранение неполадок подключения плагина Manifest с помощью телеметрических данных
Проверка состояния времени выполнения плагина Manifest для оптимальной производительности

! Безопасность и ограничения

  • Требуется настройка ключа API Manifest
  • Необходимо настроить пользовательский конечный пункт для продвинутых случаев использования

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?

Идеально для ИИ-агентов, которым необходимы продвинутая наблюдаемость и телеметрия для подключения плагина 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: Настройка ключей API Manifest для безопасных подключений агентов, Устранение неполадок подключения плагина Manifest с помощью телеметрических данных, Проверка состояния времени выполнения плагина Manifest для оптимальной производительности.

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?

Требуется настройка ключа API Manifest. Необходимо настроить пользовательский конечный пункт для продвинутых случаев использования.

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. Works with Claude Code, Cursor, and Windsurf with one-command setup.

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

Связанные навыки

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

Показать все

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

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик