You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,24 @@ Secutils.dev adheres to [open security principles](https://en.wikipedia.org/wiki
30
30
31
31

32
32
33
+
## Free single-page tools
34
+
35
+
A handful of focused, no-signup, browser-only tools is hosted at [tools.secutils.dev](https://tools.secutils.dev/). Every tool ships with a stable shareable URL (drop a link into a ticket, an MCP agent, or a postmortem) and an AI-agent skill at `/<slug>.md` so coding assistants can drive the tool directly from a `WebFetch` call.
|[Markdown to HTML](https://tools.secutils.dev/md-to-html)| Self-contained HTML and PDF export from Markdown |[`/md-to-html.md`](https://tools.secutils.dev/md-to-html.md)|
43
+
|[HTTP Echo / Mock Response](https://tools.secutils.dev/echo)| Build a customizable HTTP response, served as a shareable URL |[`/echo.md`](https://tools.secutils.dev/echo.md)|
44
+
45
+
The aggregate index of all skills (including specialized ones not listed above) is published at [tools.secutils.dev/llms.txt](https://tools.secutils.dev/llms.txt) following the [llmstxt.org](https://llmstxt.org/) convention. Source HTML for every tool lives in [`dev/tools/`](dev/tools/) (see [`dev/tools/AGENTS.md`](dev/tools/AGENTS.md) for the deploy/SEO recipe).
0 commit comments