file-to-markdown

Convert files into **clean, structured, AI-ready Markdown** using the `markdown.new` API powered by **Cloudflare.

7 stars

Best use case

file-to-markdown is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Convert files into **clean, structured, AI-ready Markdown** using the `markdown.new` API powered by **Cloudflare.

Teams using file-to-markdown should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/file-to-markdown/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/alaminrifat/file-to-markdown/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/file-to-markdown/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How file-to-markdown Compares

Feature / Agentfile-to-markdownStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Convert files into **clean, structured, AI-ready Markdown** using the `markdown.new` API powered by **Cloudflare.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# file-to-markdown

Convert files into **clean, structured, AI-ready Markdown** using the `markdown.new` API powered by **Cloudflare.

## Install

```
npx clawhub@latest install file-to-markdown
```

Related Skills

```markdown

7
from Demerzels-lab/elsamultiskillagent

# OpenClaw-Last.fm

Send Me My Files - R2 upload with short lived signed urls

7
from Demerzels-lab/elsamultiskillagent

Upload files to Cloudflare R2, AWS S3, or any S3-compatible storage.

feishui-file-sender

7
from Demerzels-lab/elsamultiskillagent

Send files via Feishu channel using message tool with filePath parameter.

filewave

7
from Demerzels-lab/elsamultiskillagent

Query and manage FileWave UEM device inventory via REST API.

file-repair-skill

7
from Demerzels-lab/elsamultiskillagent

You are the `file-repair` skill.

markdown-to-social

7
from Demerzels-lab/elsamultiskillagent

Convert markdown articles/text into platform-optimized social media posts.

markdown-fetch

7
from Demerzels-lab/elsamultiskillagent

Optimizes web fetching by using Cloudflare's Markdown for Agents, reducing token consumption by ~80%.

filesystem

7
from Demerzels-lab/elsamultiskillagent

Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot

perf-profiler

7
from Demerzels-lab/elsamultiskillagent

Profile and optimize application performance. Use when diagnosing slow code, measuring CPU/memory usage, generating flame graphs, benchmarking functions, load testing APIs, finding memory leaks, or optimizing database queries.

makefile-build

7
from Demerzels-lab/elsamultiskillagent

Write Makefiles for any project type. Use when setting up build automation, defining multi-target builds, managing dependencies between tasks, creating project task runners, or using Make for non-C projects (Go, Python, Docker, Node.js). Also covers Just and Task as modern alternatives.

feishu_file_fetch

7
from Demerzels-lab/elsamultiskillagent

Implements a Clawdbot extension tool that downloads Feishu files by message_id and file_key, streams to disk with sha256, size limits, and path traversal protection. Use when the user asks to build or update the feishu_file_fetch tool, Feishu file download workflow, or Clawdbot extension handling message_id/file_key inputs.

brand-voice-profile

7
from Demerzels-lab/elsamultiskillagent

Define and store your brand voice profile for consistent content generation.