k6-docs

Fetch Grafana k6 documentation for API, metric, and usage questions.

1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/takuan-osho/ccmarketplace --skill k6-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k6-docs
Source: https://github.com/takuan-osho/ccmarketplace/tree/main/plugins/k6-docs
Command: npx skills add https://github.com/takuan-osho/ccmarketplace --skill k6-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides instant access to the latest Grafana k6 documentation, enabling quick answers to API usage, metrics, and best practices without leaving your workflow.

Core Features & Use Cases

  • Documentation lookup: Retrieve up-to-date main docs, JavaScript API references, HTTP module details, and examples.
  • Contextual guidance: Summarizes relevant sections and suggests example code based on your current task.
  • Learning and debugging support: Helps you understand lifecycle, checks, metrics, and options while you build or debug k6 scripts.

Quick Start

Request the latest k6 documentation on a topic, e.g., "Show me the k6 HTTP module docs" and review the API references and examples.

Frequently Asked Questions about k6-docs

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

FAQPage Schema
How do I access the latest Grafana k6 documentation for HTTP API usage?

You can access the latest Grafana k6 documentation by fetching up-to-date pages under the /latest/ path. This retrieves current HTTP module references, JavaScript API details, and usage examples directly from the official docs.

What is the best way to find k6 JavaScript API examples for writing test scripts?

The best way to find k6 JavaScript API examples is to query the official examples section. The documentation lookup retrieves relevant code snippets and summarizes sections to guide your test script creation.

How do I get contextual guidance for debugging k6 metrics and checks?

To get contextual guidance for debugging k6 metrics and checks, request the relevant documentation. It summarizes lifecycle, checks, and metrics sections to help you understand and resolve issues while building scripts.

Can I retrieve k6 main docs and JavaScript API references without leaving my workflow?

Yes, you can retrieve k6 main docs and JavaScript API references without leaving your workflow. The on-demand fetch provides instant access to up-to-date documentation for quick answers and best practices.

Does WebFetch need specific paths to access k6 documentation?

WebFetch targets the /latest/ path to ensure it retrieves the most current version of the k6 documentation. It specifically focuses on main docs, the JavaScript API, and Examples.