skill-playground

Run predefined playground scenarios to verify skill end-to-end functionality.

1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/dustland/openviber --skill skill-playground
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-playground
Source: https://github.com/dustland/openviber/tree/main/src/skills/playground
Command: npx skills add https://github.com/dustland/openviber --skill skill-playground

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires zod.

What problem does it solve?

Run-time end-to-end verification for skills by executing their built-in playground scenarios to ensure proper wiring and integration.

Core Features & Use Cases

  • Executes a predefined playground scenario associated with a skill to validate end-to-end functionality.
  • Clones or uses a public repository to fetch the playground definition for the verification task.
  • Use Case: Before deploying or integrating a new skill, run a playground verification to catch misconfigurations early.

Quick Start

Use the skill_playground_verify tool to run a playground verification for a specific skill.

Frequently Asked Questions about skill-playground

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify skill end-to-end functionality before deployment?

To verify skill end-to-end functionality, execute the skill's predefined playground scenario. This runs the built-in integration test to catch misconfigurations and validate proper wiring before you deploy or integrate the new skill.

How does end-to-end verification work for a skill with a playground definition?

End-to-end verification works by cloning a public repository to fetch the playground definition declared in the skill's metadata. It then executes the predefined scenario to validate the skill's integration and run-time behavior safely.

What do I need to run a playground verification scenario?

You need a Node.js runtime, access to the public playground repository, and a valid playground configuration declared in the skill's SKILL.md frontmatter metadata to run the verification safely.

Can I use playground verification to catch skill misconfigurations early?

Yes, you can use playground verification to catch misconfigurations early. By running the predefined scenario before deployment, you validate the end-to-end functionality and ensure proper integration of the skill.

Why does my skill playground verification require a repository clone?

Skill playground verification requires cloning a public repository to fetch the playground definition needed for the verification task. This ensures the runtime scenario executed matches the intended integration test configuration.