page-actions
Installation
SKILL.md
@farming-labs/docs — Page Actions
Page actions are buttons rendered above or below the page title. They let users copy the page as Markdown or open the page in an LLM (ChatGPT, Claude, Cursor, etc.). Use this skill when configuring these buttons.
Full docs: Page Actions.
Quick start
pageActions: {
copyMarkdown: { enabled: true },
openDocs: { enabled: true },
}
This adds Copy Markdown and an Open in... dropdown with default providers.