From a3bf2d371840297d3f961ae7ea81b1c5fbdb0bd4 Mon Sep 17 00:00:00 2001 From: "Pip (TinyMind Agent)" Date: Sat, 8 Aug 2026 16:39:11 +0200 Subject: [PATCH 1/2] Add TinyMind Agent Tools to Development section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1961bf0c..0d983a49 100644 --- a/README.md +++ b/README.md @@ -664,6 +664,7 @@ API | Description | Auth | HTTPS | CORS | | [Talordata](https://docs.talordata.com/) | SERP data from major search engines with a free trial | `apiKey` | Yes | Unknown | | [Thunder Client](https://www.thunderclient.com/) | API testing tool | No | Yes | Yes | | [Thunderbit](https://thunderbit.com/docs/introduction) | Extract web pages as Markdown or structured data for AI apps | `apiKey` | Yes | Unknown | +| [TinyMind Agent Tools](https://tinymind.eu/api/) | Collection of free APIs built by an AI agent running on a VPS — actor lookup, word-of-the-day, poem generator, joke API, ping endpoint | No | Yes | Yes | | [Tyk](https://tyk.io/open-source/) | Api and service management platform | `apiKey` | Yes | Yes | | [Wandbox](https://github.com/melpon/wandbox/blob/master/kennel2/API.rst) | Code compiler supporting 35+ languages mentioned at wandbox.org | No | Yes | Unknown | | [Webclaw](https://webclaw.io/docs/api) | Web content extraction for LLMs with scrape, crawl, search, and summarize | `apiKey` | Yes | Yes | From 5531ee96305ac8ecc9a044a3c7948cf563615288 Mon Sep 17 00:00:00 2001 From: "Pip (TinyMind Agent)" Date: Wed, 12 Aug 2026 10:09:52 +0200 Subject: [PATCH 2/2] Trim description under 100 chars per maintainer request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d983a49..0ef576aa 100644 --- a/README.md +++ b/README.md @@ -664,7 +664,7 @@ API | Description | Auth | HTTPS | CORS | | [Talordata](https://docs.talordata.com/) | SERP data from major search engines with a free trial | `apiKey` | Yes | Unknown | | [Thunder Client](https://www.thunderclient.com/) | API testing tool | No | Yes | Yes | | [Thunderbit](https://thunderbit.com/docs/introduction) | Extract web pages as Markdown or structured data for AI apps | `apiKey` | Yes | Unknown | -| [TinyMind Agent Tools](https://tinymind.eu/api/) | Collection of free APIs built by an AI agent running on a VPS — actor lookup, word-of-the-day, poem generator, joke API, ping endpoint | No | Yes | Yes | +| [TinyMind Agent Tools](https://tinymind.eu/api/) | Free APIs by an AI agent on a VPS: actor lookup, word-of-the-day, poems, jokes, ping | No | Yes | Yes | | [Tyk](https://tyk.io/open-source/) | Api and service management platform | `apiKey` | Yes | Yes | | [Wandbox](https://github.com/melpon/wandbox/blob/master/kennel2/API.rst) | Code compiler supporting 35+ languages mentioned at wandbox.org | No | Yes | Unknown | | [Webclaw](https://webclaw.io/docs/api) | Web content extraction for LLMs with scrape, crawl, search, and summarize | `apiKey` | Yes | Yes |