github-raw-fetch

Convert GitHub blob links to raw URLs and fetch content via agent_router.

7|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/kali20gakki/mindstudio-skills --skill github-raw-fetch-kali20gakki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-raw-fetch
Source: https://github.com/kali20gakki/mindstudio-skills/tree/main/github-raw-fetch
Command: npx skills add https://github.com/kali20gakki/mindstudio-skills --skill github-raw-fetch-kali20gakki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines access to GitHub content by converting blob URLs to raw and resolving content paths through agent_router.md, so users can reliably retrieve sources, configurations, READMEs, and docs.

Core Features & Use Cases

  • Blob-to-raw conversion for GitHub file pages to enable direct content retrieval
  • agent_router.md–guided routing to resolve repository docs paths
  • curl-based fetching to ensure robust content retrieval from the correct path
  • Supports multiple text formats including READMEs, code, docs, and Markdown

Quick Start

Provide a GitHub blob URL or repository path and the skill will resolve the true content path using agent_router.md and fetch the raw content.

Frequently Asked Questions about github-raw-fetch

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

FAQPage Schema
How do I fetch raw content from a GitHub blob URL?

Fetching raw GitHub content involves converting blob URLs to raw format and routing through agent_router.md to resolve paths. The skill then uses curl to retrieve READMEs, code, and configurations directly from the correct repository location.

What is agent_router.md guided routing used for when retrieving GitHub docs?

Agent_router.md guided routing locates actual repository paths for GitHub docs before retrieval. It resolves the true content paths, ensuring that curl successfully fetches the correct raw files, configurations, and sources.

Do I need curl access to retrieve GitHub repository content?

Yes, curl access is required to retrieve GitHub repository content. The skill depends on curl to execute the final content fetching step after resolving the actual repository paths through agent_router.md.

Can I use this approach to fetch GitHub READMEs and Markdown files?

Yes, this approach supports fetching GitHub READMEs and Markdown files. It resolves the true content paths for various text formats, including code and configurations, ensuring robust retrieval directly from the repository.

Why does my GitHub raw fetch return the wrong file path?

A GitHub raw fetch returns the wrong file path when repository refs are not properly tracked. Accurate resolution requires repository ref awareness and agent_router.md routing to locate the correct paths before fetching content.