site

Retrieve canonical Markdown alternates for apexyard marketing pages.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill site-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site
Source: https://github.com/me2resh/apexyard/tree/main/site
Command: npx skills add https://github.com/me2resh/apexyard --skill site-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you quickly obtain the page content in a machine-friendly Markdown format instead of parsing HTML, so AI agents can use the information with less overhead and fewer tokens.

Core Features & Use Cases

  • Markdown alternate discovery: Uses site-provided Markdown alternates (served via Netlify headers/rewrites) to retrieve the canonical text version of a page.
  • Fast context transfer: Copies the Markdown body for the current page into your clipboard in one action, enabling immediate reuse in prompts or agent context.
  • Works across multiple docs pages: Supports homepage, architecture, skills, and how-it-works routes via the site’s data-md-url mapping.

Quick Start

Ask your AI agent to open the desired page and run the “Copy as Markdown for AI” action, then paste the copied Markdown into your current session.

Frequently Asked Questions about site

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

FAQPage Schema
How do I copy web pages as Markdown for AI context transfer?

Markdown alternate discovery works by retrieving a pre-generated, machine-friendly text version of a web page served by the site itself. This mechanism fetches the canonical Markdown instead of parsing raw HTML, significantly reducing token overhead for AI agents.

Does this Markdown retrieval method work with any website?

No, this Markdown retrieval method requires the site to expose Markdown alternates and provide a stable, page-specific URL mapping for programmatic fetch. It specifically supports apexyard marketing pages like homepage, architecture, and skills routes via data-md-url mapping.

What is the best way to get LLM-friendly content from marketing pages without wasting tokens?

To use this Markdown copy feature step by step, ask your AI agent to open the desired docs page and run the Copy as Markdown for AI action. The agent fetches the page-specific Markdown alternate and copies the body into your clipboard for pasting into your current session.

When do I need to copy page content as Markdown for onboarding AI agents?

You need to copy page content as Markdown for AI onboarding when an agent requires accurate page context quickly. This applies to workflows involving architecture, skills browsing, and how-it-works routes where fast context transfer is essential for agent understanding.