SAP-samples

Help To Md Skill — Documentation skill for Claude Code

Documentation community

Use when the user provides a help.sap.com URL and wants to read its content — converts SAP BTP Help Portal URLs to raw GitHub Markdown without a browser, API key, or authentication.

How to install Help To Md Skill

Installs to ~/.claude/skills/sap-samples-html5-applications-migration-skills-for-sap-btp-help-to-md-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sap-samples-html5-applications-migration-skills-for-sap-btp-help-to-md-skill && curl -fsSL https://raw.githubusercontent.com/SAP-samples/html5-applications-migration-skills-for-sap-btp/HEAD/skills/help-to-md-skill.md -o ~/.claude/skills/sap-samples-html5-applications-migration-skills-for-sap-btp-help-to-md-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Help To Md Skill does


name: sap-help-to-github description: Use when the user provides a help.sap.com URL and wants to read its content — converts SAP BTP Help Portal URLs to raw GitHub Markdown without a browser, API key, or authentication.

SAP Help Portal → GitHub Markdown

SAP BTP documentation is published to a public GitHub repo (`SAP-docs/btp-cloud-platform`). Any `help.sap.com/docs/btp/sap-business-technology-platform/*` page can be read as clean Markdown using 2 unauthenticated API calls.

Why n

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Notion Research Documentation — Research Notion content and synthesize findings into structured briefs 14.6k ★
  • Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★

Full documentation available on GitHub

View Source Repository