cascade-load-linked-resource-content

Fetch raw content from URLs and save it as Markdown with YAML frontmatter.

24|3|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/bitovi/cascade-mcp --skill cascade-load-linked-resource-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cascade-load-linked-resource-content
Source: https://github.com/bitovi/cascade-mcp/tree/main/plugins/cascade-mcp/skills/cascade-load-linked-resource-content
Command: npx skills add https://github.com/bitovi/cascade-mcp --skill cascade-load-linked-resource-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This sub-skill fetches raw content for one or more URLs using the extract-linked-resources MCP tool. It saves the results locally and surfaces newly discovered links for iterative loading, enabling downstream analytics and storytelling workflows to proceed with actual source material.

Core Features & Use Cases

  • Fetch raw content for URLs (Jira issues, Confluence pages, Google Docs, and Google Sheets) and save the results as markdown with YAML frontmatter.
  • Save content under .temp/cascade/context/ and update the to-load manifest with newly discovered links to enable iterative processing.
  • Serves as a building block for parent skills like generate-questions and write-jira-story to prepare data for analysis and content generation.

Quick Start

Provide a set of URLs to load, run the cascade-load-linked-resource-content sub-skill, and let it save the fetched Markdown with frontmatter into .temp/cascade/context.

Frequently Asked Questions about cascade-load-linked-resource-content

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

FAQPage Schema
How do I fetch Jira and Confluence content for downstream analysis?

To fetch Jira and Confluence content for downstream analysis, provide the URLs to this skill. It retrieves the raw content, saves it locally as markdown with YAML frontmatter, and updates the loading manifest with newly discovered links for iterative processing.

Can I extract linked resources from multiple Google Docs and Google Sheets at once?

Yes, you can extract linked resources from multiple Google Docs and Google Sheets simultaneously. The skill processes one or more URLs, saves the fetched content under a local context directory, and automatically surfaces newly discovered links for the next loading cycle.

What is the best way to prepare source content for automated question generation?

The best way to prepare source content for automated question generation is to use a deterministic loading process that fetches raw URL content and saves it as markdown. This skill serves as a building block to prepare data for parent workflows like generate-questions.

Does this skill require the Cascade MCP tool to load linked resources?

Yes, fetching linked resources requires the Cascade MCP tool. The skill uses the extract-linked-resources MCP tool to retrieve raw content from specified URLs and saves the results locally under a temporary context directory for iterative loading.

How are newly discovered links handled during the linked resource loading process?

Newly discovered links are handled by updating the to-load manifest during the resource loading process. The skill saves fetched content locally and appends any newly discovered URLs to the manifest, enabling iterative processing across parent workflows.