canvas-docs-explorer

Fetch official Canvas and Drupal CMS documentation pages matching a query.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill canvas-docs-explorer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: canvas-docs-explorer
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/migrate-drupal-canvas/skills/canvas-docs-explorer
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill canvas-docs-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch official Canvas and Drupal CMS documentation relevant to a given query, eliminating manual searching and content wrangling.

Core Features & Use Cases

  • Search a curated URL catalog of Canvas and Drupal CMS docs to identify the most relevant pages.
  • Fetch and return the full content of matched pages (text, code blocks, tables) for immediate use by your agents.
  • Use Case: when you need detailed official guidance on Canvas components, page regions, API usage, or configuration options.

Quick Start

Invoke with /canvas-docs-explorer <query> to fetch the most relevant Canvas and Drupal CMS documentation pages.

Frequently Asked Questions about canvas-docs-explorer

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

FAQPage Schema
How do I fetch official Canvas LMS documentation for a specific API query?▼

To fetch Canvas documentation, provide a query and the tool matches it against a curated URL catalog, retrieving precise configuration options, known issues, and API references directly from official pages.

What is the best way to search Drupal CMS docs without manual browsing?▼

Searching Drupal docs is simplified by matching a single query to relevant official pages, fetching full content including code blocks and tables for immediate agent consumption.

Can I retrieve known issues and configuration options for Canvas components automatically?▼

Yes, you can retrieve known issues and configuration options automatically by supplying a query that matches relevant Canvas documentation pages, which are then fetched and returned as raw content.

Does this tool require any dependencies to scrape Drupal documentation?▼

No dependencies are required to scrape Drupal documentation; the tool operates independently by matching query terms to URLs and fetching page content via WebFetch.

What format is returned when fetching Canvas and Drupal web pages?▼

The returned format is raw documentation content, including text, code blocks, and tables extracted from the fetched Canvas and Drupal pages, ready for agent processing.