microlink

Installation
SKILL.md

microlink.io

The Microlink API organized into products. Each method returns a direct result. This file is the full reference for every product: what it returns, which options it takes, and the shared browser parameters. Do not fetch another skill or call microlink_docs to learn a product.

@microlink/mcp is the assistant runtime for the same methods, not a separate product. Install the server when this session must execute a product (see In the assistant).

Quick Start

import createClient from 'microlink.io'

const microlink = createClient()
const microlinkPro = createClient({ apiKey: process.env.MICROLINK_API_KEY })

const markdown = await microlink.markdown('https://example.com')
Installs
2
GitHub Stars
1
First Seen
1 day ago
microlink — microlinkhq/skills