Laravel Markdown For Agents
Description
Laravel package for Cloudflare's Markdown conversion services. Unifies Markdown for Agents, Workers AI toMarkdown, and Browser Rendering under one elegant API.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Laravel Markdown for Agents
[](https://github.com/moneo/laravel-markdown-for-agents/actions/workflows/tests.yml) [](https://codecov.io/gh/moneo/laravel-markdown-for-agents) [](https://packagist.org/packages/moneo/markdown-for-agents) [](https://packagist.org/packages/moneo/markdown-for-agents) [](https://laravel.com) [](https://phpstan.org) [](https://laravel.com/docs/pint) [](https://packagist.org/packages/moneo/markdown-for-agents)
A Laravel package that unifies Cloudflare's three Markdown conversion services under one elegant API.
Services
| Service | Driver Key | Description |
|---|---|---|
| Markdown for Agents | agents |
Content negotiation via Accept: text/markdown on any Cloudflare-enabled URL. Free, no auth. |
| Workers AI toMarkdown | workers_ai |
Converts files (PDF, DOCX, images, etc.) to Markdown via REST API. Auth required. |
| Browser Rendering | browser |
Headless browser renders JS-heavy pages then converts to Markdown. Auth required. |
Requirements
- PHP 8.2+
- Laravel 11.x or 12.x
Installation
composer require moneo/markdown-for-agents
Publish the config file:
php artisan vendor:publish --tag=markdown-for-agents-config
Configuration
Add your Cloudflare credentials to `.env`:
# Required for workers_ai an
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps