Changelog RSS for Openclaw

A utility that converts CHANGELOG.md files into RSS 2.0 feeds to enable automated project release monitoring.

sa9saq
v1.1.0
Feb 8, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install changelog-rss

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install changelog-rss using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Changelog RSS?

Changelog RSS is a developer-centric tool designed to bridge the gap between static documentation and real-time notifications. By parsing standard Keep a Changelog files or fetching data from GitHub and package managers, it transforms text-based release histories into a machine-readable RSS feed. This addition to the ecosystem of Openclaw Skills empowers teams and individual developers to stay updated on project evolutions without manual checking.

The skill is highly versatile, supporting everything from local files to remote repository URLs. It ensures that critical updates—such as security patches, new features, and breaking changes—are pushed directly to your favorite RSS reader or automated monitoring system.

Changelog RSS Use Cases

  • Converting local CHANGELOG.md files for internal team dashboards.
  • Monitoring GitHub repositories that do not provide native RSS for releases.
  • Tracking dependency updates for npm or pip packages by monitoring their changelogs.
  • Automating release announcements for project stakeholders via feed integration.

How Changelog RSS Works

  1. Locate the source: The skill identifies a local file path, GitHub URL, or package name to retrieve the changelog text.
  2. Parse structure: It identifies version headers using patterns like ## [x.y.z] and extracts categorized sections such as Added, Fixed, or Security.
  3. RSS Generation: The parsed data is mapped to a valid RSS 2.0 XML schema, including item titles, pubDates, and CDATA descriptions for rich content.
  4. Output Delivery: The skill saves the resulting XML file to a specified path and suggests hosting options or automated regeneration workflows.

Changelog RSS Setup

Changelog RSS is lightweight and requires no external dependencies for basic text processing. This makes it a seamless addition to your Openclaw Skills library.

# Optional: Ensure curl is installed to fetch remote changelogs
sudo apt install curl

No API keys or complex environment variables are required for standard parsing tasks.

Changelog RSS Data Schema & Taxonomy

The skill organizes data by mapping Markdown elements to standard RSS XML tags to ensure compatibility with all feed readers:

Markdown Element RSS Field Description
## [x.y.z] </td> <td align="left">The version number extracted from the markdown header.</td> </tr> <tr> <td align="left">YYYY-MM-DD</td> <td align="left"><pubDate></td> <td align="left">The release date converted into the required RFC 822 format.</td> </tr> <tr> <td align="left">Change Sections</td> <td align="left"><description></td> <td align="left">Added, Changed, and Fixed sections wrapped in HTML CDATA.</td> </tr> <tr> <td align="left">Repo URL</td> <td align="left"><link></td> <td align="left">The source repository or project website used as the feed origin.</td> </tr> </tbody></table></div> </div></div> <div class="bg-white rounded-xl border border-gray-200 p-4 mt-6 space-y-4" data-v-a5e1e02c><h2 class="text-2xl font-semibold text-black" data-v-a5e1e02c>Changelog RSS Advanced Features</h2> <div class="text-base text-191919 leading-8 markdown-body use-cases-body" data-v-a5e1e02c><ul> <li>Automated fallback to Git log dates when explicit release dates are missing from the markdown file.</li> <li>Multi-source aggregation for monitoring multiple project changelogs in a single consolidated feed.</li> <li>Smart filtering to skip Unreleased sections, ensuring only production-ready notes are published.</li> <li>Support for the GitHub Releases API as a fallback when a physical CHANGELOG.md file is not found.</li> </ul> </div></div> <div id="skillmd" class="bg-white rounded-xl border border-gray-200 pt-6 mt-6" style="height: 644px; display: flex; flex-direction: column; overflow: hidden;" data-v-a5e1e02c><div class="px-4" data-v-a5e1e02c><h2 class="text-2xl font-semibold text-black" data-v-a5e1e02c>SKILL.md</h2></div> <hr class="border-gray-200 mt-6" data-v-a5e1e02c> <div class="flex-1 flex flex-col items-center justify-center px-4 py-4" data-v-a5e1e02c><p class="text-base font-medium text-gray-500 text-center" data-v-a5e1e02c> Loading </p></div></div> <div class="flex gap-8 mt-6" data-v-a5e1e02c><a href="/openclaw-skills/cfg-diff-15612" class="flex-1 bg-white border border-gray-300 rounded-lg p-4 hover:bg-gray-50 transition-colors cursor-pointer" data-v-a5e1e02c><div class="flex items-center gap-2" data-v-a5e1e02c><svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600 flex-shrink-0" data-v-a5e1e02c><path d="M14.08 6.48L8.08 12.48L14.08 18.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path></svg> <span class="text-base text-191919" data-v-a5e1e02c>Config Diff</span></div></a> <a href="/openclaw-skills/cloudflare-browser-15614" class="flex-1 bg-white border border-gray-300 rounded-lg p-4 hover:bg-gray-50 transition-colors cursor-pointer" data-v-a5e1e02c><div class="flex items-center justify-end gap-2" data-v-a5e1e02c><span class="text-base text-191919" data-v-a5e1e02c>Cloudflare Browser Rendering Skill</span> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600 flex-shrink-0" data-v-a5e1e02c><path d="M9.68 6.48L15.68 12.48L9.68 18.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path></svg></div></a></div> <div class="mt-12" data-v-a5e1e02c><h2 class="text-2xl font-semibold text-424242 mb-6" data-v-a5e1e02c>Related Openclaw Skills</h2> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4" data-v-a5e1e02c><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/cfg-diff-15612" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/cfg-diff-15612" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Config Diff </h3></a> <a href="/openclaw-skills/cfg-diff-15612" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A structural comparison tool for analyzing and merging YAML, JSON, TOML, and INI configuration files. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/devops-cloud" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> DevOps & Cloud </a><a href="/openclaw-skills/category/cli-tools" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> CLI Tools </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/business-automation-15611" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/business-automation-15611" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Business Automation Skill </h3></a> <a href="/openclaw-skills/business-automation-15611" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> An AI-powered automation engine designed to connect enterprise tools, create complex pipelines, and eliminate manual business tasks. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/clawdbot-automation" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Clawdbot & Automation </a><a href="/openclaw-skills/category/productivity-tasks" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Productivity & Tasks </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/browser-bookmarks-15610" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/browser-bookmarks-15610" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Browser Bookmarks Manager </h3></a> <a href="/openclaw-skills/browser-bookmarks-15610" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A command-line driven utility for analyzing, cleaning, and organizing large browser bookmark export files. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/browser-automation" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Browser Automation </a><a href="/openclaw-skills/category/productivity-tasks" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Productivity & Tasks </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/bankr-trading-15609" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/bankr-trading-15609" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Bankr Trading </h3></a> <a href="/openclaw-skills/bankr-trading-15609" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A natural language interface for multi-chain crypto trading, portfolio management, and prediction market betting. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/finance-fintech" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Finance & FinTech </a><a href="/openclaw-skills/category/ai-agent-protocols" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> AI Agent Protocols </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/cloudflare-browser-15614" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/cloudflare-browser-15614" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Cloudflare Browser Rendering Skill </h3></a> <a href="/openclaw-skills/cloudflare-browser-15614" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A robust HTTP API interface for controlling headless Chrome instances within a Cloudflare Workers environment. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/browser-automation" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Browser Automation </a><a href="/openclaw-skills/category/devops-cloud" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> DevOps & Cloud </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/coconala-seller-15615" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/coconala-seller-15615" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Coconala Seller Automation Skill </h3></a> <a href="/openclaw-skills/coconala-seller-15615" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A comprehensive automation skill for managing the end-to-end sales lifecycle on the Coconala marketplace using AI-driven browser interactions. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/ecommerce-shopping" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> E-commerce & Shopping </a><a href="/openclaw-skills/category/browser-automation" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Browser Automation </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/code-docs-generator-15616" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/code-docs-generator-15616" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> Code Documentation Generator </h3></a> <a href="/openclaw-skills/code-docs-generator-15616" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> Automatically transform your codebase into comprehensive API references and user guides with minimal manual effort. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/ai-coding-ides" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> AI Coding & IDEs </a><a href="/openclaw-skills/category/productivity-tasks" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Productivity & Tasks </a></div></div><div class="integration-card relative bg-white border border-gray-200 rounded-xl px-3 pb-3 pt-2.5 flex flex-col group" data-v-136fc94c data-v-a5e1e02c><a href="/openclaw-skills/code-review-pro-15617" class="absolute inset-0 z-0 rounded-xl" data-v-136fc94c></a> <!----> <a href="/openclaw-skills/code-review-pro-15617" class="relative z-10" data-v-136fc94c><h3 class="text-base text-gray-1000 group-hover:text-purple-1300 font-semibold leading-normal mt-1.5 truncate" data-v-136fc94c> rey-code-review </h3></a> <a href="/openclaw-skills/code-review-pro-15617" class="relative z-10" data-v-136fc94c><p class="text-sm text-gray-800 mt-1 leading-5 line-clamp-2" data-v-136fc94c> A comprehensive AI-driven code review agent providing multi-level analysis for quality, security, and architectural best practices. </p></a> <div class="relative z-0 pointer-events-none" data-v-136fc94c><div class="h-[1px] bg-gray-200 my-2" data-v-136fc94c></div></div> <div class="flex items-center gap-2 relative z-10" data-v-136fc94c><div class="flex items-center gap-2 flex-1 min-w-0 pointer-events-none" data-v-136fc94c><div class="el-image w-6 h-6 rounded-full object-cover flex-shrink-0 flex items-center justify-center avatar-image" data-v-849fe8c0 data-v-136fc94c><img src="/3.3.2/img/category_default.5e968a3.webp" alt="sa9saq" class="w-full h-full object-cover" data-v-849fe8c0><!----></div> <span class="text-sm text-gray-600 truncate" data-v-136fc94c>by sa9saq</span></div> <div class="flex items-center gap-3 flex-shrink-0" data-v-136fc94c><div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="#EAB308" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div> <div class="flex items-center gap-1" data-v-136fc94c><svg width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-136fc94c><path d="M14 14H2M12 7.33333L8 11.3333M8 11.3333L4 7.33333M8 11.3333V2" stroke="#6B7280" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" data-v-136fc94c></path></svg> <span class="text-xs text-gray-500" data-v-136fc94c>0</span></div></div></div> <div class="flex gap-1 flex-wrap mt-2.5 relative z-10" data-v-136fc94c><a href="/openclaw-skills/category/ai-coding-ides" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> AI Coding & IDEs </a><a href="/openclaw-skills/category/git-version-control" class="px-2 h-[22px] bg-gray-100 rounded text-xs text-gray-600 flex items-center justify-center text-78828C hover:bg-gray-200 transition-colors cursor-pointer" data-v-136fc94c> Git & Version Control </a></div></div></div></div></div> <div class="xl:w-[276px] w-full flex flex-col gap-4 mt-4" data-v-a5e1e02c><div class="bg-white rounded-xl border border-gray-200 p-4 space-y-4" data-v-a5e1e02c><h3 class="text-xl font-semibold text-262626" data-v-a5e1e02c> METADATA </h3> <div class="space-y-1" data-v-a5e1e02c><div class="flex items-center gap-2 py-1" data-v-a5e1e02c><svg viewBox="0 0 14 14" fill="none" class="w-3.5 h-3.5 text-gray-600" data-v-a5e1e02c><path d="M7.34192 1.50834C7.12317 1.28953 6.82648 1.16657 6.51708 1.1665H2.33341C2.024 1.1665 1.72725 1.28942 1.50846 1.50821C1.28966 1.72701 1.16675 2.02375 1.16675 2.33317V6.51684C1.16681 6.82623 1.28977 7.12293 1.50858 7.34167L6.58592 12.419C6.85105 12.6825 7.20964 12.8303 7.58342 12.8303C7.95719 12.8303 8.31578 12.6825 8.58092 12.419L12.4192 8.58067C12.6827 8.31554 12.8306 7.95694 12.8306 7.58317C12.8306 7.2094 12.6827 6.8508 12.4192 6.58567L7.34192 1.50834Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path> <path d="M4.37492 4.66683C4.536 4.66683 4.66659 4.53625 4.66659 4.37516C4.66659 4.21408 4.536 4.0835 4.37492 4.0835C4.21384 4.0835 4.08325 4.21408 4.08325 4.37516C4.08325 4.53625 4.21384 4.66683 4.37492 4.66683Z" fill="#525252" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path></svg> <span class="text-base font-medium text-gray-600" data-v-a5e1e02c>Categories</span></div> <div class="flex flex-wrap gap-2" data-v-a5e1e02c><a href="/openclaw-skills/category/git-version-control" class="px-2 py-1 bg-gray-100 rounded text-sm text-gray-600 hover:bg-gray-200 transition-colors" data-v-a5e1e02c> Git & Version Control </a><a href="/openclaw-skills/category/devops-cloud" class="px-2 py-1 bg-gray-100 rounded text-sm text-gray-600 hover:bg-gray-200 transition-colors" data-v-a5e1e02c> DevOps & Cloud </a></div></div> <!----> <!----> <div class="flex min-h-[20px] gap-6" data-v-a5e1e02c><div class="flex items-center gap-1" data-v-a5e1e02c><svg viewBox="0 0 14 14" fill="none" class="w-3.5 h-3.5 text-yellow-500" data-v-a5e1e02c><path d="M6.72283 1.33853C6.74839 1.28688 6.78788 1.2434 6.83684 1.21301C6.8858 1.18261 6.94228 1.1665 6.99991 1.1665C7.05754 1.1665 7.11402 1.18261 7.16298 1.21301C7.21194 1.2434 7.25143 1.28688 7.27699 1.33853L8.62449 4.06794C8.71326 4.24759 8.8443 4.40301 9.00636 4.52087C9.16842 4.63873 9.35665 4.71551 9.55491 4.74461L12.5684 5.18561C12.6255 5.19388 12.6792 5.21797 12.7233 5.25514C12.7674 5.29232 12.8002 5.3411 12.8181 5.39596C12.8359 5.45083 12.8381 5.5096 12.8243 5.56561C12.8104 5.62163 12.7812 5.67266 12.7399 5.71294L10.5606 7.83511C10.4169 7.97517 10.3093 8.14806 10.2472 8.33889C10.1851 8.52973 10.1704 8.73279 10.2042 8.93061L10.7187 11.9289C10.7287 11.986 10.7226 12.0448 10.7009 12.0985C10.6792 12.1522 10.6428 12.1988 10.5959 12.2329C10.549 12.2669 10.4935 12.2871 10.4357 12.2911C10.3779 12.2952 10.3201 12.2828 10.2689 12.2556L7.57508 10.8393C7.39758 10.7461 7.2001 10.6974 6.99962 10.6974C6.79914 10.6974 6.60166 10.7461 6.42416 10.8393L3.73091 12.2556C3.67977 12.2827 3.62206 12.2949 3.56434 12.2908C3.50662 12.2867 3.45121 12.2664 3.40442 12.2324C3.35762 12.1984 3.32131 12.1519 3.29963 12.0982C3.27794 12.0446 3.27174 11.9859 3.28174 11.9289L3.79566 8.93119C3.82961 8.73329 3.8149 8.53009 3.75281 8.33914C3.69071 8.14818 3.5831 7.9752 3.43924 7.83511L1.25991 5.71353C1.21826 5.67329 1.18874 5.62217 1.17472 5.56599C1.1607 5.5098 1.16275 5.4508 1.18062 5.39572C1.1985 5.34064 1.23148 5.29168 1.27582 5.25443C1.32016 5.21718 1.37407 5.19313 1.43141 5.18503L4.44433 4.74461C4.64281 4.71573 4.8313 4.63906 4.99358 4.52118C5.15587 4.40331 5.28707 4.24777 5.37591 4.06794L6.72283 1.33853Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path></svg> <div class="text-sm font-medium text-gray-1000" data-v-a5e1e02c><span class="text-yellow-500" data-v-a5e1e02c>Github Stars:</span> <span data-v-a5e1e02c>0</span></div></div> <div class="flex items-center gap-1" data-v-a5e1e02c><svg viewBox="0 0 16 16" fill="none" class="w-4 h-4 text-gray-600" data-v-a5e1e02c><path d="M12.3333 4.00016C13.0697 4.00016 13.6667 3.4032 13.6667 2.66683C13.6667 1.93045 13.0697 1.3335 12.3333 1.3335C11.597 1.3335 11 1.93045 11 2.66683C11 3.4032 11.597 4.00016 12.3333 4.00016Z" stroke="#3B82F6" stroke-linejoin="round" data-v-a5e1e02c></path> <path d="M3.66659 4.00016C4.40295 4.00016 4.99992 3.4032 4.99992 2.66683C4.99992 1.93045 4.40295 1.3335 3.66659 1.3335C2.93021 1.3335 2.33325 1.93045 2.33325 2.66683C2.33325 3.4032 2.93021 4.00016 3.66659 4.00016Z" stroke="#3B82F6" stroke-linejoin="round" data-v-a5e1e02c></path> <path d="M8.00008 14.6667C8.73645 14.6667 9.33341 14.0697 9.33341 13.3333C9.33341 12.597 8.73645 12 8.00008 12C7.26371 12 6.66675 12.597 6.66675 13.3333C6.66675 14.0697 7.26371 14.6667 8.00008 14.6667Z" stroke="#3B82F6" stroke-linejoin="round" data-v-a5e1e02c></path> <path d="M3.66675 4V5C3.66675 7.33333 8.00008 8.33333 8.00008 10.6667M8.00008 10.6667V12M8.00008 10.6667C8.00008 8.33333 12.3334 7.33333 12.3334 5V4" stroke="#3B82F6" stroke-linecap="round" stroke-linejoin="round" data-v-a5e1e02c></path></svg> <div class="text-sm font-medium text-gray-1000" data-v-a5e1e02c><span class="text-blue-500" data-v-a5e1e02c>forks:</span> <span data-v-a5e1e02c>0</span></div></div></div></div> <div class="mt-4" data-v-a5e1e02c><h3 class="text-gray-34 font-semibold xl:text-34 text-2xl mb-6" data-v-a5e1e02c> Featured* </h3> <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-1 gap-4" data-v-a5e1e02c><div data-handle="imean-ai-travel-planner" data-advertisement_id="1709800571" data-position="Featured" data-index="0" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> iMean AI Trip Planner </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI trip planner that creates personalized itineraries, finds cheap flights and hotels, and helps you plan an entire trip in one chat. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250415/1744712252_12283501_26400.webp" alt="iMean AI Trip Planner" data-v-2bb88c0a></div></div></div> <div class="free-tag absolute flex items-center justify-center text-xs" data-v-a7f934b6><span data-v-a7f934b6>Free</span> <!----></div></div><div data-handle="youart" data-advertisement_id="1709800567" data-position="Featured" data-index="1" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> YouArt </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> Agentic Creative OS </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250906/1757170393_64456180_27873.webp" alt="YouArt" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="postmcpai" data-advertisement_id="1709800561" data-position="Featured" data-index="2" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> PostMcpAi </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI-powered social media publishing across seven networks </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260902/1788313142_83915713_31829.webp" alt="PostMcpAi" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="tripo-ai" data-advertisement_id="1709800326" data-position="Featured" data-index="3" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Tripo AI </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI-powered 3D model generator from images and text. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250410/1744267936_15939468_8573.webp" alt="Tripo AI" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="skild-art" data-advertisement_id="1709800566" data-position="Featured" data-index="4" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Skild Art </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> 一站式 AI 视觉创作平台,为商业营销而生 </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/toolify-images/website-logos/20260720/1784529991_39522928_31099.png" alt="Skild Art" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="happy-shrimp-music" data-advertisement_id="1709800570" data-position="Featured" data-index="5" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Happy Shrimp Music </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI platform for generating complete songs from text prompts </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260828/1787907975_58622383_31762.webp" alt="Happy Shrimp Music" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="anathema-ai" data-advertisement_id="1709800569" data-position="Featured" data-index="6" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Anathema AI </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> ▎ Anathema is an AI chat platform built around Lexi, an assistant with personality. She is bubbly, a little aloof, gives you a straight answer, and does not hedge everything into uselessness. Alongside chat, Anathema includes a full generation Studio for images, video, music and voice, running state of the art models. An API is available for Lexi and Ana. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260914/1789380551_60155330_31982.webp" alt="Anathema AI" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="oakleaf-3d" data-advertisement_id="1709800568" data-position="Featured" data-index="7" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Oakleaf 3D </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI tool for converting images into 3D-printable STL models </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260912/1789213627_69527417_31971.webp" alt="Oakleaf 3D" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="airbrush-studio-1" data-advertisement_id="1709800474" data-position="Featured" data-index="8" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Airbrush Studio </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> A desktop photo software designed for anyone who wants high quality beautiful portraits, fast. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260324/1774316091_59887746_29736.webp" alt="Airbrush Studio" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="articos" data-advertisement_id="1709800476" data-position="Featured" data-index="9" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Articos </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> Articos is a fast, recruitment free user research platform that helps you validate product ideas, test UX flows, and understand customer needs without waiting weeks to find real participants. Instead of booking calls and chasing no shows, you run AI moderated interviews with realistic synthetic users that match your target personas. In a short time, you get clear feedback on what people understand, what confuses them, what they would pay for, and what would stop them from using your product. It is built for founders, product managers, designers, and agencies who need quick direction before they commit time and budget to building the wrong thing. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260114/1768363205_72100378_29076.webp" alt="Articos" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="seko" data-advertisement_id="1709800529" data-position="Featured" data-index="10" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Seko </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> Advanced AI video generation platform with multi-episode workflow capabilities. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260612/1781250763_51178440_30663.webp" alt="Seko" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="triple-whale" data-advertisement_id="1709800543" data-position="Featured" data-index="11" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Triple Whale </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> Agent-powered intelligence platform for ecommerce brands to drive profitable growth. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250411/1744351282_36106213_26095.webp" alt="Triple Whale" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="wzrd" data-advertisement_id="1709800556" data-position="Featured" data-index="12" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> WZRD </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI workspace for creating interactive, voice-enabled documents, forms, slides, and business experiences </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260813/1786600699_43848622_31535.webp" alt="WZRD" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="miro" data-advertisement_id="1709800272" data-position="Featured" data-index="13" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Miro </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI innovation Workspace </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250410/1744256650_83434197_1297.webp" alt="Miro" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="thumbnailcreator-com" data-advertisement_id="1709800329" data-position="Featured" data-index="14" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> ThumbnailCreator.com </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI tool for creating stunning YouTube thumbnails quickly. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250714/1752456106_31806736_27348.webp" alt="ThumbnailCreator.com" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="wondershare-filmora" data-advertisement_id="1709800380" data-position="Featured" data-index="15" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Wondershare Filmora </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI video editor with tools for all skill levels and creative assets. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250410/1744258467_79063663_12798.webp" alt="Wondershare Filmora" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="adscreator-com" data-advertisement_id="1709800471" data-position="Featured" data-index="16" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> AdsCreator.com </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI Ad Creation Tool - Just Paste your Website URL & get Professional AI Ads </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260330/1774834311_17271192_29807.webp" alt="AdsCreator.com" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="typecast-ai" data-advertisement_id="1709800472" data-position="Featured" data-index="17" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> Typecast </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI voice generator and content creation tool with realistic AI voices and avatars. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20250410/1744256731_36612279_1501.webp" alt="Typecast" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="ai-hairstyle-changer-1-1" data-advertisement_id="1709800490" data-position="Featured" data-index="18" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> AI Hairstyle Changer </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> Virtually try on 100+ AI hairstyles and hair colors from your photo — results in seconds, no sign-up needed. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260430/1777528717_19727912_30170.webp" alt="AI Hairstyle Changer" data-v-2bb88c0a></div></div></div> <!----></div><div data-handle="airmusic" data-advertisement_id="1709800498" data-position="Featured" data-index="19" class="tool-item bg-neutral-100 flex flex-col relative tool-dom cursor-pointer lg:w-[276px] history-recommended" data-v-a7f934b6 data-v-a5e1e02c><div rel="dofollow" class="flex-shrink-0 tool-linear tool-linear go-tool-detail-pic" data-v-a7f934b6><div class="flex justify-between tool-item-content h-full px-4 py-4 flex-col gap-2 overflow-hidden rounded-[10px] relative tool-item-featured-content" data-v-2bb88c0a data-v-a7f934b6><div class="flex justify-between items-center flex-1 relative tool-item-featured-content-text gap-2" data-v-2bb88c0a><div class="flex tool-pic items-center justify-center skeleton-bg flex-shrink-0 tool-top-wrapper" data-v-2bb88c0a><div class="el-image w-full h-full flex-shrink-0 flex items-center justify-center common-image" data-v-7c9f5210 data-v-2bb88c0a><img src="/3.3.2/img/card_default.6950039.webp" alt="" srcset="" class="w-full object-cover" data-v-7c9f5210><!----></div></div> <div class="flex-1 block relative truncate relative tool-name-wrapper" data-v-2bb88c0a><div class="text-base font-semibold text-neutral-950 hover:text-purple-1300 tool-name truncate" data-v-2bb88c0a> AirMusic </div></div> </div> <div class="flex justify-between items-center flex-1 gap-2 relative tool-description-wrapper" data-v-2bb88c0a><div class="w-full tool-desc-wrapper" data-v-2bb88c0a><div class="text-sm text-neutral-700 tool-desc" data-v-2bb88c0a> AI music and video generator for creating unique, royalty-free tracks and viral content. </div></div></div> <div class="logo-blur-bg" data-v-2bb88c0a><img src="https://cdn-images.toolify.ai/website-logos/20260507/1778147899_86139584_30225.webp" alt="AirMusic" data-v-2bb88c0a></div></div></div> <div class="free-tag absolute flex items-center justify-center text-xs" data-v-a7f934b6><span data-v-a7f934b6>Free</span> <!----></div></div></div></div></div></div></div></div></div> <footer data-fetch-key="data-v-478f594d:0" class="footer bg-white border-t border-gray-1200" data-v-478f594d data-v-3b0eaa36><div class="footer-content max-w-8xl mx-auto pt-16 pb-6 px-4 sm:px-6 lg:pt-16 lg:pb-6 lg:px-8" data-v-478f594d><div class="grid gap-8 mt-8 sm:mt-16 sm:space-y-0 sm:grid-cols-3 lg:grid-cols-5" data-v-478f594d><div class="col-span-1" style="display:;" data-v-478f594d><div class="text-base font-semibold text-black tracking-wider" data-v-478f594d> Top AI Tools </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d><a href="/top-ai-tools/13-reasons-to-switch-from-snapchat-to-text-messaging" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 13 Reasons to Switch from Snapchat to Text Messaging </a></li><li data-v-478f594d><a href="/top-ai-tools/7-powerful-speech-to-text-apps-to-boost-productivity" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 7 Powerful Speech to Text Apps to Boost Productivity </a></li><li data-v-478f594d><a href="/top-ai-tools/10-best-speech-to-text-tools-for-effortless-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 10 Best Speech to Text Tools for Effortless Transcription </a></li><li data-v-478f594d><a href="/top-ai-tools/13-free-tools-to-easily-transcribe-audio-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 13 Free Tools to Easily Transcribe Audio to Text </a></li><li data-v-478f594d><a href="/top-ai-tools/15-surprising-ways-google-s-speech-to-text-boosts-productivity" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 15 Surprising Ways Google's Speech-to-Text Boosts Productivity </a></li><li data-v-478f594d><a href="/top-ai-tools/7-best-free-online-audio-to-text-transcription-tools" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 7 Best Free Online Audio to Text Transcription Tools </a></li><li data-v-478f594d><a href="/top-ai-tools/9-tips-to-transcribe-speech-to-text-faster-and-better" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 9 Tips to Transcribe Speech to Text Faster and Better </a></li><li data-v-478f594d><a href="/top-ai-tools/13-best-speech-to-text-software-for-windows-10-in-2023-1" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 13 Best Speech to Text Software for Windows 10 in 2023 </a></li><li data-v-478f594d><a href="/top-ai-tools/7-tips-for-choosing-the-best-transcriber-for-audio-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 7 Tips for Choosing the Best Transcriber for Audio to Text </a></li><li data-v-478f594d><a href="/top-ai-tools/11-reasons-why-dragon-speech-to-text-apps-are-game-changers" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 11 Reasons Why Dragon Speech-to-Text Apps are Game-Changers </a></li><li data-v-478f594d><a href="/top-ai-tools/6-secrets-to-enhance-your-speech-to-text-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 6 Secrets to Enhance Your Speech to Text Transcription </a></li><li data-v-478f594d><a href="/top-ai-tools/6-brilliant-ways-to-boost-productivity-with-talk-to-text-on-your-macbook" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 6 Brilliant Ways to Boost Productivity with Talk-to-Text on Your MacBook </a></li><li data-v-478f594d><a href="/top-ai-tools/6-ways-transcription-software-converts-audio-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 6 Ways Transcription Software Converts Audio to Text </a></li><li data-v-478f594d><a href="/top-ai-tools/8-tips-to-transcribe-speech-to-text-like-a-pro" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 8 Tips to Transcribe Speech to Text Like a Pro </a></li><li data-v-478f594d><a href="/top-ai-tools/6-reasons-ibm-watson-speech-to-text-is-a-game-changer" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 6 Reasons IBM Watson Speech to Text is a Game-Changer </a></li><li data-v-478f594d><a href="/top-ai-tools/14-powerful-ways-talk-to-text-improves-your-workflow" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 14 Powerful Ways Talk-to-Text Improves Your Workflow </a></li><li data-v-478f594d><a href="/top-ai-tools/12-top-windows-speech-to-text-software-for-efficient-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 12 Top Windows Speech-to-Text Software for Efficient Transcription </a></li><li data-v-478f594d><a href="/top-ai-tools/12-game-changing-benefits-of-apple-s-speech-to-text-technology" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 12 Game-Changing Benefits of Apple's Speech to Text Technology </a></li><li data-v-478f594d><a href="/top-ai-tools/9-powerful-use-cases-for-aws-speech-to-text-technology" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 9 Powerful Use Cases for AWS Speech to Text Technology </a></li><li data-v-478f594d><a href="/top-ai-tools/10-easy-steps-to-transcribe-youtube-videos-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 10 Easy Steps to Transcribe YouTube Videos to Text </a></li></ul></div> <div class="col-span-1" style="display:;" data-v-478f594d><div class="text-base font-semibold text-black tracking-wider" data-v-478f594d> More Tools </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d><a href="/category-attribute/transcription-audio-en-texte" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> transcription audio en texte </a></li><li data-v-478f594d><a href="/category-attribute/online-audio-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> online audio transcription </a></li><li data-v-478f594d><a href="/category-attribute/free-audio-file-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> free audio file transcription </a></li><li data-v-478f594d><a href="/category-attribute/free-ai-audio-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> free ai audio transcription </a></li><li data-v-478f594d><a href="/category-attribute/audio-transcription-service" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio transcription service </a></li><li data-v-478f594d><a href="/category-attribute/audio-transcription-online-free" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio transcription online free </a></li><li data-v-478f594d><a href="/category-attribute/audio-transcription-free-online" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio transcription free online </a></li><li data-v-478f594d><a href="/category-attribute/audio-to-transcription-software" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio to transcription software </a></li><li data-v-478f594d><a href="/category-attribute/audio-and-transcript" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio and transcript </a></li><li data-v-478f594d><a href="/category-attribute/ai-audio-transcription-free" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> ai audio transcription free </a></li><li data-v-478f594d><a href="/category-attribute/voice-recording-to-text-converter" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> voice recording to text converter </a></li><li data-v-478f594d><a href="/category-attribute/translate-voice-recording-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> translate voice recording to text </a></li><li data-v-478f594d><a href="/category-attribute/record-voice-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> record voice to text </a></li><li data-v-478f594d><a href="/category-attribute/audio-recording-to-text-converter" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> audio recording to text converter </a></li><li data-v-478f594d><a href="/category-attribute/voice-recording-and-transcription" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> voice recording and transcription </a></li><li data-v-478f594d><a href="/category-attribute/chatgpt-voice-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> chatgpt voice to text </a></li><li data-v-478f594d><a href="/category-attribute/gmail-voice-to-text" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> gmail voice to text </a></li><li data-v-478f594d><a href="/category-attribute/speech-to-text-reader" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> speech to text reader </a></li><li data-v-478f594d><a href="/category-attribute/speech-to-text-ai-free" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> speech to text ai free </a></li><li data-v-478f594d><a href="/category-attribute/speech-to-talk" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> speech to talk </a></li></ul></div> <div class="col-span-1" data-v-478f594d><div class="text-base font-semibold text-black tracking-wider" style="display:;" data-v-478f594d> Recommend </div> <ul role="list" class="mt-4 space-y-3" style="margin-top:16px !important;display:;" data-v-478f594d><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/revolutionizing-storytelling-from-novels-to-screenplays-with-ai-392571" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Revolutionizing Storytelling: From Novels to Screenplays with AI </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/create-engaging-animated-explainer-videos-with-a-free-ai-tool-1695914" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Create Engaging Animated Explainer Videos with a Free AI Tool </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/stop-multisubscribing-benchmark-top-ai-visual-models-in-one-canvas-3916065" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Stop Multi-Subscribing: Benchmark Top AI Visual Models in One Canvas </a></li><li data-v-478f594d><a href="https://www.toolify.ai/stable-video-diffusion/best-seedance-25-api-provider-every-price-on-the-market-checked-at-source-3916064" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Best Seedance 2.5 API Provider: Every Price on the Market, Checked at Source </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/ai-onlyfans-how-to-generate-30000month-legally-3312599" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> AI OnlyFans: How to Generate $30,000/Month (Legally) </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/transform-your-script-into-an-engaging-video-with-ai-video-maker-1878052" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Transform Your Script into an Engaging Video with AI Video Maker! </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/ai-marketing-automation-a-comprehensive-guide-for-small-businesses-3860783" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> AI Marketing Automation: A Comprehensive Guide for Small Businesses </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/midjourney-alternative-for-anime-art-creators-why-pixai-may-be-better-for-character-workflows-3916047" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Midjourney Alternative for Anime Art Creators: Why PixAI May Be Better for Character Workflows </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/10-things-most-people-get-wrong-about-ai-image-search-3916041" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> 10 Things Most People Get Wrong About AI Image Search </a></li><li data-v-478f594d><a href="https://www.toolify.ai/ai-news/ai-girlfriend-apps-top-choices-redefining-relationships-2025-3717582" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> AI Girlfriend Apps: Top Choices Redefining Relationships 2025 </a></li></ul> <div class="text-base font-semibold text-black tracking-wider mt-6" data-v-478f594d> Resourse </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d><a href="/blog" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Blog </a></li> <li data-v-478f594d><a href="/ai-news" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> AI News </a></li><li data-v-478f594d><a href="/gpts" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> GPTS </a></li><li data-v-478f594d><a href="/stable-video-diffusion" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Stable Video Diffusion </a></li><li data-v-478f594d><a href="/gemini-ai" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Gemini AI </a></li><li data-v-478f594d><a href="/hardware" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Hardware </a></li> <li data-v-478f594d><a href="/top-ai-tools" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Top AI Tools </a></li> <li data-v-478f594d><a href="/is-it-down" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Is It Down? </a></li></ul> <div class="text-base font-semibold text-black tracking-wider mt-6" data-v-478f594d> Browse by Alphabet </div> <ul class="flex items-center flex-wrap mt-2" data-v-478f594d><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-a" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> A </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-b" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> B </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-c" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> C </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-d" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> D </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-e" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> E </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-f" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> F </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-g" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> G </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-h" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> H </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-i" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> I </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-j" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> J </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-k" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> K </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-l" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> L </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-m" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> M </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-n" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> N </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-o" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> O </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-p" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> P </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-q" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> Q </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-r" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> R </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-s" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> S </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-t" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> T </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-u" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> U </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-v" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> V </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-w" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> W </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-x" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> X </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-y" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> Y </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-z" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> Z </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/alphabet-other" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> Other </a></li> <!----></ul> <div class="text-base font-semibold text-black tracking-wider mt-6" data-v-478f594d> Top 1000 AI Tools Directory </div> <ul class="flex items-center flex-wrap mt-2 xl:grid xl:grid-cols-3 gap-3" data-v-478f594d><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-17-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/17 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-16-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/16 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-15-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/15 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-14-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/14 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-12-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/12 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-11-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/11 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-10-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/10 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-09-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/09 </a></li><li class="py-1 mr-2 xl:mr-0" data-v-478f594d><a href="/top-1000-adspy/09-08-2026" class="text-sm text-gray-500 px-1 py-1 hover:text-purple-1300 hover:underline" data-v-478f594d> 09/08 </a></li></ul></div> <div class="col-span-1" data-v-478f594d><div class="text-base font-semibold text-black tracking-wider" data-v-478f594d> Read more </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d><a href="/ai-news/experience-the-future-of-virtual-assistants-with-friday-ai-2399279" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Experience the Future of Virtual Assistants with F.R.I.D.A.Y. AI </a></li><li data-v-478f594d><a href="/ai-news/learn-how-to-train-an-ai-to-play-snake-with-reinforcement-learning-1939839" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Learn How to Train an AI to Play Snake with Reinforcement Learning </a></li><li data-v-478f594d><a href="/ai-news/creating-a-unique-ai-game-environment-with-pygame-23384" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Creating a Unique AI Game Environment with Pygame </a></li><li data-v-478f594d><a href="/ai-news/mastering-the-classic-java-snake-game-202241" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Mastering the Classic Java Snake Game </a></li><li data-v-478f594d><a href="/ai-news/discover-the-power-of-codex-snake-game-created-in-python-2674051" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Discover the Power of Codex: Snake Game Created in Python </a></li><li data-v-478f594d><a href="/ai-news/building-an-ai-to-master-snake-game-1939609" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Building an AI to Master Snake Game </a></li><li data-v-478f594d><a href="/ai-news/revolutionize-the-classic-snake-game-with-ai-1427762" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Revolutionize the Classic Snake Game with AI </a></li><li data-v-478f594d><a href="/ai-news/websim-ai-create-games-and-apps-with-just-a-few-prompts-3489615" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Websim AI: Create Games and Apps with Just a Few Prompts </a></li><li data-v-478f594d><a href="/ai-news/reviving-childhood-memories-snake-game-enhanced-with-ai-1437289" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Reviving Childhood Memories: Snake Game Enhanced with AI </a></li><li data-v-478f594d><a href="/ai-news/unleashing-the-power-of-ai-in-the-snake-game-1437748" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Unleashing the Power of AI in the Snake Game </a></li></ul></div> <div class="col-span-1" data-v-478f594d><div class="text-base font-semibold text-black tracking-wider" data-v-478f594d> About </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d><a href="/fulfillment-policy" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Fulfillment Policy </a></li> <li data-v-478f594d><a href="/privacy-policy" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap" data-v-478f594d> Privacy Policy </a></li></ul> <div class="text-base font-semibold text-black tracking-wider mt-6" data-v-478f594d> Contact Us </div> <ul role="list" class="mt-4 space-y-3" data-v-478f594d><li data-v-478f594d data-v-478f594d><!--email_off--><a href="mailto:business@toolify.ai" class="text-sm text-gray-500 hover:text-purple-1300 hover:underline text-wrap">business@toolify.ai</a><!--/email_off--></li> <li data-v-478f594d><div class="flex items-center gap-4" data-v-478f594d><a href="https://twitter.com/intent/user?®ion=follow&screen_name=samChan3890089" target="_blank" rel="noopener noreferrer" aria-label="Twitter" class="text-gray-500 hover:text-purple-1300" data-v-478f594d><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16" data-v-478f594d><path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.6.75ZM11.49 13.5h1.432L4.156 2.04h-1.61L11.49 13.5Z" data-v-478f594d></path></svg></a> <a href="https://t.me/s/toolifynews/" target="_blank" rel="noopener noreferrer" aria-label="Telegram" class="text-gray-500 hover:text-purple-1300" data-v-478f594d><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16" data-v-478f594d><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.79 8.232l1.965 2.813a.5.5 0 0 0 .736.243l.525-.375a.5.5 0 0 1 .633-.012l1.97 1.134a.5.5 0 0 0 .736-.243l2.813-9.845a.5.5 0 0 0-.633-.56l-11.2 4.48a.5.5 0 0 0-.012.91L4.79 8.232zm.29-1.355L2.1 6.132l9.845-3.938-7.855 7.855.955-.956a.5.5 0 0 1 .707 0l.525.525a.5.5 0 0 0 .707 0l1.414-1.414-2.813-1.607a.5.5 0 0 0-.58-.02z" data-v-478f594d></path></svg></a></div></li></ul></div></div> <div class="mt-6 mb-4 text-sm text-gray-500 dark:text-gray-400 lg:mb-0 space-y-3" data-v-478f594d><a href="/" class="flex-shrink-0 nuxt-link-active" data-v-478f594d><span class="sr-only" data-v-478f594d>Toolify</span> <img src="/3.3.2/img/logo.f3a91ce.png" alt="Toolify logo" class="h-10" data-v-478f594d></a> <div class="font-semibold tracking-wider" data-v-478f594d> Toolify, The Best AI Websites & AI Tools Directory </div></div> <div class="language-list" data-v-478f594d><a href="/openclaw-skills/changelog-rss-15613" aria-current="page" class="nuxt-link-exact-active nuxt-link-active language-actived hover:opacity-90" data-v-478f594d> English </a><a href="/zh/openclaw-skills/changelog-rss-15613" data-v-478f594d> 简体中文 </a><a href="/tw/openclaw-skills/changelog-rss-15613" data-v-478f594d> 繁體中文 </a><a href="/ko/openclaw-skills/changelog-rss-15613" data-v-478f594d> 한국어 </a><a href="/ja/openclaw-skills/changelog-rss-15613" data-v-478f594d> 日本語 </a><a href="/pt/openclaw-skills/changelog-rss-15613" data-v-478f594d> Português </a><a href="/es/openclaw-skills/changelog-rss-15613" data-v-478f594d> Español </a><a href="/de/openclaw-skills/changelog-rss-15613" data-v-478f594d> Deutsch </a><a href="/fr/openclaw-skills/changelog-rss-15613" data-v-478f594d> Français </a><a href="/vi/openclaw-skills/changelog-rss-15613" data-v-478f594d> Tiếng Việt </a></div> <div class="mt-5" data-v-478f594d><p class="text-base text-gray-400" data-v-478f594d> Copyright ©2026 Toolify. All Rights Reserved. </p></div></div></footer> <!----> <div on-ok="onClose" class="el-dialog__wrapper" style="display:none;" data-v-3b0eaa36><div role="dialog" aria-modal="true" aria-label="Credits Limited" class="el-dialog limit-dialog" style="margin-top:15vh;width:420px;"><div class="el-dialog__header"><span class="el-dialog__title">Credits Limited</span><button type="button" aria-label="Close" class="el-dialog__headerbtn"><i class="el-dialog__close el-icon el-icon-close"></i></button></div><!----><div class="el-dialog__footer"><span class="dialog-footer flex justify-center items-center"><button type="button" class="el-button el-button--default"><!----><!----><span>No</span></button> <button type="button" class="el-button el-button--primary"><!----><!----><span>Buy more</span></button></span></div></div></div> <i class="el-icon-loading w-0 h-0 opacity-0 hidden" data-v-3b0eaa36></i></div></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,aA,aB,aC,aD,aE,aF,aG,aH,aI,aJ,aK,aL,aM,aN,aO,aP,aQ,aR,aS,aT,aU,aV,aW,aX,aY,aZ,a_,a$,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,bo,bp,bq,br,bs,bt,bu,bv,bw,bx,by,bz,bA,bB,bC,bD,bE,bF,bG,bH,bI,bJ,bK,bL,bM,bN,bO,bP,bQ,bR,bS,bT,bU,bV,bW,bX,bY,bZ,b_,b$,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,cn,co,cp,cq,cr,cs,ct,cu,cv,cw,cx,cy,cz,cA,cB,cC,cD,cE,cF,cG,cH,cI,cJ,cK,cL,cM,cN,cO,cP,cQ,cR,cS,cT,cU,cV,cW,cX,cY,cZ,c_,c$,da,db,dc,dd,de,df,dg,dh,di,dj,dk,dl,dm,dn,do0,dp,dq,dr,ds,dt,du,dv,dw,dx,dy,dz,dA,dB,dC,dD,dE,dF,dG,dH){ay.id=15612;ay.owner=k;ay.slug="cfg-diff";ay.avatar=m;ay.view_count=81;ay.stars=a;ay.downloads=a;ay.installs_all_time=a;ay.published_at=1770523654820;ay.categories=[{id:u,handle:G,name:n,name_local:n},{id:az,handle:"cli-tools",name:aA,name_local:aA}];ay.ai_content={name:"Config Diff",what_is_sum:"A structural comparison tool for analyzing and merging YAML, JSON, TOML, and INI configuration files."};aB.id=15614;aB.owner=k;aB.slug="cloudflare-browser";aB.avatar=m;aB.view_count=56;aB.stars=a;aB.downloads=a;aB.installs_all_time=a;aB.published_at=1770791001745;aB.categories=[{id:H,handle:I,name:o,name_local:o},{id:u,handle:G,name:n,name_local:n}];aB.ai_content={name:"Cloudflare Browser Rendering Skill",what_is_sum:"A robust HTTP API interface for controlling headless Chrome instances within a Cloudflare Workers environment."};return {layout:"default",data:[{title:at,description:au,skillDetail:{id:15613,owner:k,slug:"changelog-rss",dir_path:"skills\u002Fsa9saq\u002Fchangelog-rss",version:"1.1.0",published_at:1770526202746,category_ids:[q,u],view_count:b,stars:a,downloads:a,installs_all_time:a,categories:[{id:q,handle:av,name:v,name_local:v},{id:u,handle:G,name:n,name_local:n}],ext:{history:[],md_metadata:a},ai_content:{locale:h,name:aw,seo_title:at,seo_meta_description:au,what_is_sum:ax,what_is:"Changelog RSS is a developer-centric tool designed to bridge the gap between static documentation and real-time notifications. By parsing standard Keep a Changelog files or fetching data from GitHub and package managers, it transforms text-based release histories into a machine-readable RSS feed. This addition to the ecosystem of Openclaw Skills empowers teams and individual developers to stay updated on project evolutions without manual checking.\n\nThe skill is highly versatile, supporting everything from local files to remote repository URLs. It ensures that critical updates—such as security patches, new features, and breaking changes—are pushed directly to your favorite RSS reader or automated monitoring system.",use_cases:"- Converting local CHANGELOG.md files for internal team dashboards.\n- Monitoring GitHub repositories that do not provide native RSS for releases.\n- Tracking dependency updates for npm or pip packages by monitoring their changelogs.\n- Automating release announcements for project stakeholders via feed integration.",how_it_works:"1. Locate the source: The skill identifies a local file path, GitHub URL, or package name to retrieve the changelog text.\n2. Parse structure: It identifies version headers using patterns like ## [x.y.z] and extracts categorized sections such as Added, Fixed, or Security.\n3. RSS Generation: The parsed data is mapped to a valid RSS 2.0 XML schema, including item titles, pubDates, and CDATA descriptions for rich content.\n4. Output Delivery: The skill saves the resulting XML file to a specified path and suggests hosting options or automated regeneration workflows.",setup:"Changelog RSS is lightweight and requires no external dependencies for basic text processing. This makes it a seamless addition to your Openclaw Skills library.\n\n```bash\n# Optional: Ensure curl is installed to fetch remote changelogs\nsudo apt install curl\n```\n\nNo API keys or complex environment variables are required for standard parsing tasks.",data_schema:"The skill organizes data by mapping Markdown elements to standard RSS XML tags to ensure compatibility with all feed readers:\n\n| Markdown Element | RSS Field | Description |\n| :--- | :--- | :--- |\n| ## [x.y.z] | \u003Ctitle\u003E | The version number extracted from the markdown header. |\n| YYYY-MM-DD | \u003CpubDate\u003E | The release date converted into the required RFC 822 format. |\n| Change Sections | \u003Cdescription\u003E | Added, Changed, and Fixed sections wrapped in HTML CDATA. |\n| Repo URL | \u003Clink\u003E | The source repository or project website used as the feed origin. |",advanced_features:"- Automated fallback to Git log dates when explicit release dates are missing from the markdown file.\n- Multi-source aggregation for monitoring multiple project changelogs in a single consolidated feed.\n- Smart filtering to skip Unreleased sections, ensuring only production-ready notes are published.\n- Support for the GitHub Releases API as a fallback when a physical CHANGELOG.md file is not found."}},skillExtra:a,skillExtraLoading:f,skillExtraLoaded:e,skillExtraLoadFailed:e,skillExtraRequestId:b,githubStats:{stars:b,forks:b},isSkillMdTooLarge:e,skillData:{title:aw,description:ax,author:k,version:"v1.1.0",updateDate:"Feb 8, 2026",sourceUrl:"https:\u002F\u002Fgithub.com\u002Fopenclaw\u002Fskills\u002Ftree\u002Fmain\u002Fskills\u002Fsa9saq\u002Fchangelog-rss",stars:b,downloads:b,installs_all_time:b},prevSkill:ay,nextSkill:aB,relatedWorkflows:[ay,{id:15611,owner:k,slug:"business-automation",avatar:m,view_count:58,stars:a,downloads:a,installs_all_time:a,published_at:1770790991354,categories:[{id:10,handle:"clawdbot-automation",name:aC,name_local:aC},{id:w,handle:J,name:p,name_local:p}],ai_content:{name:"Business Automation Skill",what_is_sum:"An AI-powered automation engine designed to connect enterprise tools, create complex pipelines, and eliminate manual business tasks."}},{id:15610,owner:k,slug:"browser-bookmarks",avatar:m,view_count:aD,stars:a,downloads:a,installs_all_time:a,published_at:1770526200719,categories:[{id:H,handle:I,name:o,name_local:o},{id:w,handle:J,name:p,name_local:p}],ai_content:{name:"Browser Bookmarks Manager",what_is_sum:"A command-line driven utility for analyzing, cleaning, and organizing large browser bookmark export files."}},{id:15609,owner:k,slug:"bankr-trading",avatar:m,view_count:63,stars:a,downloads:a,installs_all_time:a,published_at:1770790984510,categories:[{id:16,handle:"finance-fintech",name:aE,name_local:aE},{id:32,handle:"ai-agent-protocols",name:aF,name_local:aF}],ai_content:{name:"Bankr Trading",what_is_sum:"A natural language interface for multi-chain crypto trading, portfolio management, and prediction market betting."}},aB,{id:15615,owner:k,slug:"coconala-seller",avatar:m,view_count:62,stars:a,downloads:a,installs_all_time:a,published_at:1770791008877,categories:[{id:26,handle:"ecommerce-shopping",name:aG,name_local:aG},{id:H,handle:I,name:o,name_local:o}],ai_content:{name:"Coconala Seller Automation Skill",what_is_sum:"A comprehensive automation skill for managing the end-to-end sales lifecycle on the Coconala marketplace using AI-driven browser interactions."}},{id:15616,owner:k,slug:"code-docs-generator",avatar:m,view_count:70,stars:a,downloads:a,installs_all_time:a,published_at:1770791015667,categories:[{id:c,handle:aH,name:x,name_local:x},{id:w,handle:J,name:p,name_local:p}],ai_content:{name:"Code Documentation Generator",what_is_sum:"Automatically transform your codebase into comprehensive API references and user guides with minimal manual effort."}},{id:15617,owner:k,slug:"code-review-pro",avatar:m,view_count:54,stars:a,downloads:a,installs_all_time:a,published_at:1770796658232,categories:[{id:c,handle:aH,name:x,name_local:x},{id:q,handle:av,name:v,name_local:v}],ai_content:{name:"rey-code-review",what_is_sum:"A comprehensive AI-driven code review agent providing multi-level analysis for quality, security, and architectural best practices."}}],recommendToolsList:[{website:aI,collected_count:3,description:K,handle:aJ,id:aK,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fuser-upload\u002F1789612345_40368836?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:151116,name:aL,user_collected:b,what_is_summary:K,traffic:{top_region:l,top_region_value:.19273253883580715},categories:[{handle:aM,name:aN,tool_count:aO},{handle:aP,name:aQ,tool_count:aR},{handle:y,name:z,tool_count:A},{handle:aS,name:aT,tool_count:aU}],is_recommend_now:b,is_noticeable:c,advertisement_id:aV,is_ad:f,website_name:aW,extension:a,is_free:f,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250415\u002F1744712252_12283501_26400.webp"},{website:"https:\u002F\u002Fyouart.ai?utm_source=toolify",collected_count:c,description:aX,handle:"youart",id:27873,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F175717029228199853.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:98052,name:aY,user_collected:b,what_is_summary:aX,traffic:{top_region:B,top_region_value:.4532467161913413},categories:[{handle:L,name:M,tool_count:N},{handle:O,name:P,tool_count:Q},{handle:"ai-art-generator",name:"AI Art Generator",tool_count:1198},{handle:R,name:S,tool_count:T},{handle:U,name:V,tool_count:W},{handle:X,name:Y,tool_count:Z}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800567",is_ad:f,website_name:aY,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250906\u002F1757170393_64456180_27873.webp"},{website:"https:\u002F\u002Fpostmcpai.com?utm_source=toolify",collected_count:b,description:aZ,handle:"postmcpai",id:31829,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178828360961164884.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:b,name:a_,user_collected:b,what_is_summary:aZ,traffic:{top_region:a,top_region_value:a},categories:[{handle:"ai-social-media",name:"AI Social Media",tool_count:1108},{handle:a$,name:ba,tool_count:bb},{handle:"ai-social-media-post-generator",name:"AI Social Media Post Generator",tool_count:1053},{handle:"ai-scheduling",name:"AI Scheduling",tool_count:495},{handle:C,name:D,tool_count:E}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800561",is_ad:f,website_name:a_,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260902\u002F1788313142_83915713_31829.webp"},{website:"https:\u002F\u002Fstudio.tripo3d.ai\u002Fhome\u002F?utm_source=backlink&utm_medium=paid_ad&utm_term=toolify",collected_count:33,description:bc,handle:"tripo-ai",id:8573,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fuser-upload\u002F1744277178_53200482?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:13285718,name:bd,user_collected:b,what_is_summary:bc,traffic:{top_region:l,top_region_value:.14916730105510156},categories:[{handle:be,name:bf,tool_count:bg},{handle:"text-to-3d",name:"Text to 3D",tool_count:83},{handle:bh,name:bi,tool_count:F},{handle:C,name:D,tool_count:E}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800326",is_ad:f,website_name:bd,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250410\u002F1744267936_15939468_8573.webp"},{website:"https:\u002F\u002Fskildart.cn?channel=C42Yekzi3Qz8&utm_source=toolify",collected_count:c,description:bj,handle:"skild-art",id:31099,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178401446529758577.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:6474,name:bk,user_collected:b,what_is_summary:bj,traffic:{top_region:B,top_region_value:.7990431720272531},categories:[{handle:"ai-design-assistant",name:"AI Design Assistant",tool_count:bl},{handle:"ai-brochure-maker",name:"AI Brochure Maker",tool_count:8},{handle:"ai-clothing-generator",name:"AI Clothing Generator",tool_count:132},{handle:bm,name:bn,tool_count:bo},{handle:"ai-graphic-design",name:"AI Graphic Design",tool_count:299},{handle:"ai-illustration-generator",name:"AI Illustration Generator",tool_count:188},{handle:"ai-movie-poster",name:"AI Movie Poster",tool_count:_},{handle:"ai-pattern-generator",name:"AI Pattern Generator",tool_count:24},{handle:"ai-poster-generator",name:"AI Poster Generator",tool_count:118},{handle:"ai-sketch-generator",name:"AI Sketch Generator",tool_count:76}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800566",is_ad:f,website_name:bk,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Ftoolify-images\u002Fwebsite-logos\u002F20260720\u002F1784529991_39522928_31099.png"},{website:"https:\u002F\u002Fhappyshrimpmusic.com?utm_source=toolify",collected_count:b,description:bp,handle:"happy-shrimp-music",id:31762,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178790505016456942.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:106,name:bq,user_collected:b,what_is_summary:bp,traffic:{top_region:br,top_region_value:c},categories:[{handle:bs,name:bt,tool_count:$},{handle:r,name:s,tool_count:t},{handle:bu,name:bv,tool_count:F},{handle:bw,name:bx,tool_count:aa},{handle:by,name:bz,tool_count:bA}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800570",is_ad:f,website_name:bq,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260828\u002F1787907975_58622383_31762.webp"},{website:"https:\u002F\u002Fanathema.ai\u002F?ref=toolify_ppc",collected_count:b,description:bB,handle:"anathema-ai",id:31982,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178935445934928503.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:b,name:bC,user_collected:b,what_is_summary:bB,traffic:{top_region:a,top_region_value:a},categories:[{handle:y,name:z,tool_count:A},{handle:bD,name:bE,tool_count:bF},{handle:O,name:P,tool_count:Q},{handle:r,name:s,tool_count:t},{handle:bu,name:bv,tool_count:F},{handle:bG,name:bH,tool_count:bI},{handle:bJ,name:bK,tool_count:bL},{handle:bM,name:bN,tool_count:bO},{handle:U,name:V,tool_count:W},{handle:X,name:Y,tool_count:Z},{handle:"video-to-video",name:"Video to Video",tool_count:168}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800569",is_ad:f,website_name:bC,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260914\u002F1789380551_60155330_31982.webp"},{website:"https:\u002F\u002Foakleaf3d.com\u002F?utm_source=toolify",collected_count:b,description:bP,handle:"oakleaf-3d",id:31971,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178921340712383193.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:b,name:bQ,user_collected:b,what_is_summary:bP,traffic:{top_region:a,top_region_value:a},categories:[{handle:bh,name:bi,tool_count:F},{handle:be,name:bf,tool_count:bg}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800568",is_ad:f,website_name:bQ,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260912\u002F1789213627_69527417_31971.webp"},{website:"https:\u002F\u002Fairbrush.com\u002Fairbrush-studio?utm_source=toolify&utm_medium=operpro&utm_campaign=AB_Web_toolify_0_toolify",collected_count:b,description:bR,handle:"airbrush-studio-1",id:29736,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fuser-upload\u002F1774959879_56071033?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:2457646,name:"Airbrush Studio - 1",user_collected:b,what_is_summary:bR,traffic:{top_region:bS,top_region_value:.2801123773611083},categories:[{handle:bT,name:bU,tool_count:bV},{handle:"ai-photo-enhancer",name:"AI Photo Enhancer",tool_count:bl},{handle:"ai-crop-image",name:"AI Crop Image",tool_count:45},{handle:"ai-eraser",name:"AI Eraser",tool_count:aD},{handle:"ai-expand-image",name:"AI Expand Image",tool_count:bW},{handle:"ai-image-enhancer",name:"AI Image Enhancer",tool_count:439},{handle:"ai-image-upscaler",name:"AI Image Upscaler",tool_count:418},{handle:"ai-product-photography",name:"AI Product Photography",tool_count:249},{handle:"ai-background-remover",name:"AI Background Remover",tool_count:607},{handle:"object-remover-ai",name:"Object Remover AI",tool_count:232}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800474",is_ad:f,website_name:"Airbrush Studio",extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260324\u002F1774316091_59887746_29736.webp"},{website:"https:\u002F\u002Fwww.articos.com?utm_source=toolify",collected_count:b,description:bX,handle:"articos",id:29076,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F176830193730933692.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:22962,name:bY,user_collected:b,what_is_summary:bX,traffic:{top_region:l,top_region_value:.2507332849142453},categories:[{handle:"ai-research-tool",name:"AI Research Tool",tool_count:1257}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800476",is_ad:f,website_name:bY,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260114\u002F1768363205_72100378_29076.webp"},{website:"https:\u002F\u002Fseko.sensetime.com\u002Fexplore?utm_source=toolify",collected_count:c,description:bZ,handle:"seko",id:30663,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178124485311918580.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:165642,name:b_,user_collected:b,what_is_summary:bZ,traffic:{top_region:B,top_region_value:.7357908691659619},categories:[{handle:L,name:M,tool_count:N},{handle:"ai-avatar-generator",name:"AI Avatar Generator",tool_count:515},{handle:R,name:S,tool_count:T},{handle:bD,name:bE,tool_count:bF},{handle:O,name:P,tool_count:Q},{handle:bJ,name:bK,tool_count:bL},{handle:bM,name:bN,tool_count:bO},{handle:U,name:V,tool_count:W},{handle:"script-to-video-ai-generator",name:"Script To Video AI Generator",tool_count:153},{handle:X,name:Y,tool_count:Z}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800529",is_ad:f,website_name:b_,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260612\u002F1781250763_51178440_30663.webp"},{website:"https:\u002F\u002Fpartners.triplewhale.com\u002Fnewimadtoolify",collected_count:b,description:b$,handle:"triple-whale",id:26095,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F174392620347417282.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:1371984,name:ca,user_collected:b,what_is_summary:b$,traffic:{top_region:l,top_region_value:.5955296663899144},categories:[{handle:a$,name:ba,tool_count:bb},{handle:"ai-for-data-analytics",name:"AI For Data Analytics",tool_count:1548},{handle:ab,name:ac,tool_count:ad},{handle:cb,name:cc,tool_count:cd},{handle:y,name:z,tool_count:A},{handle:"ai-report-generator",name:"AI Report Generator",tool_count:645}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800543",is_ad:f,website_name:ca,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250411\u002F1744351282_36106213_26095.webp"},{website:"https:\u002F\u002Fwzrd.to?utm_source=toolify",collected_count:b,description:ce,handle:"wzrd",id:31535,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F178657359694747956.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:1601,name:cf,user_collected:b,what_is_summary:ce,traffic:{top_region:a,top_region_value:a},categories:[{handle:"ai-presentation-generator",name:"AI Presentation Generator",tool_count:255},{handle:"ai-documents-generator",name:"AI Documents Generator",tool_count:463},{handle:"ai-forms",name:"AI Forms",tool_count:aa},{handle:"ai-voice-assistants",name:"AI Voice Assistants",tool_count:437}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800556",is_ad:f,website_name:cf,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260813\u002F1786600699_43848622_31535.webp"},{website:"https:\u002F\u002Fmiro.com\u002F?red=toolifc2273c&utm_source=toolifc2273c&utm_medium=revshare&utm_affiliate_network=reditus",collected_count:40,description:cg,handle:"miro",id:1297,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F168248936914786180.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:27058554,name:ch,user_collected:b,what_is_summary:cg,traffic:{top_region:l,top_region_value:.16499477969822074},categories:[{handle:"ai-project-management",name:"AI Project Management",tool_count:344},{handle:"ai-workflow",name:"AI Workflow",tool_count:1304},{handle:"whiteboard-ai",name:"Whiteboard AI",tool_count:34},{handle:"ai-diagram-generator",name:"AI Diagram Generator",tool_count:134},{handle:"ai-mind-mapping",name:"AI Mind Mapping",tool_count:ci},{handle:"ai-ux-design",name:"AI UX Design",tool_count:159},{handle:"ai-task-management",name:"AI Task Management",tool_count:538},{handle:ab,name:ac,tool_count:ad},{handle:cj,name:ck,tool_count:cl},{handle:"ai-roadmap",name:"AI Roadmap",tool_count:ae}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800272",is_ad:f,website_name:ch,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250410\u002F1744256650_83434197_1297.webp"},{website:"https:\u002F\u002Fwww.thumbnailcreator.com?utm_source=toolify",collected_count:q,description:cm,handle:"thumbnailcreator-com",id:27348,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F175245600937576320.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:139120,name:cn,user_collected:b,what_is_summary:cm,traffic:{top_region:l,top_region_value:.2790000507164716},categories:[{handle:"ai-youtube-thumbnail-generator",name:"AI Youtube Thumbnail Generator",tool_count:ae},{handle:"ai-thumbnail-maker",name:"AI Thumbnail Maker",tool_count:ae},{handle:"ai-youtube",name:"AI YouTube",tool_count:236},{handle:bm,name:bn,tool_count:bo}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800329",is_ad:f,website_name:cn,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250714\u002F1752456106_31806736_27348.webp"},{website:"https:\u002F\u002Ffilmora.wondershare.com?utm_source=toolify",collected_count:q,description:co,handle:"wondershare-filmora",id:12798,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F17140524882726672.webp?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:1603528,name:cp,user_collected:b,what_is_summary:co,traffic:{top_region:af,top_region_value:.30714693645351243},categories:[{handle:"ai-video-editor",name:"AI Video Editor",tool_count:592},{handle:"ai-video-enhancer",name:"AI Video Enhancer",tool_count:178},{handle:"long-video-to-short-video-ai",name:"Long Video To Short Video AI",tool_count:135},{handle:r,name:s,tool_count:t},{handle:cq,name:cr,tool_count:cs},{handle:"ai-text-to-speech",name:"AI Text-to-Speech",tool_count:855},{handle:"ai-speech-to-text",name:"AI Speech-to-Text",tool_count:892}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800380",is_ad:f,website_name:cp,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250410\u002F1744258467_79063663_12798.webp"},{website:"https:\u002F\u002Fwww.adscreator.com?utm_source=toolify",collected_count:b,description:ct,handle:"adscreator-com",id:29807,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002Ftoolify-images\u002F177483429945286886.png?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:4498,name:cu,user_collected:b,what_is_summary:ct,traffic:{top_region:af,top_region_value:.5831759013426647},categories:[{handle:"ai-ad-generator",name:"AI Ad Generator",tool_count:591},{handle:"ai-ad-creative",name:"AI Ad Creative",tool_count:201},{handle:cb,name:cc,tool_count:cd},{handle:ab,name:ac,tool_count:ad}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800471",is_ad:f,website_name:cu,extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260330\u002F1774834311_17271192_29807.webp"},{website:"https:\u002F\u002Ftypecast.ai\u002Fdevelopers\u002Fapi?utm_source=toolify&utm_medium=display&utm_campaign=api_2603",collected_count:17,description:cv,handle:"typecast-ai",id:1501,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F168267594610796409.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:1256616,name:"Typecast AI",user_collected:b,what_is_summary:cv,traffic:{top_region:cw,top_region_value:.8206280960543839},categories:[{handle:"ai-voice-generator",name:"AI Voice Generator",tool_count:643},{handle:cx,name:cy,tool_count:cz},{handle:bG,name:bH,tool_count:bI},{handle:"ai-dubbing",name:"AI Dubbing",tool_count:ci},{handle:"ai-speech-synthesis",name:"AI Speech Synthesis",tool_count:194},{handle:"tiktok-ai-voice-generator",name:"Tiktok AI Voice Generator",tool_count:_},{handle:C,name:D,tool_count:E},{handle:"ai-anime-generator",name:"AI Anime Generator",tool_count:$},{handle:"ai-tiktok",name:"AI Tiktok",tool_count:138}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800472",is_ad:f,website_name:"Typecast",extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20250410\u002F1744256731_36612279_1501.webp"},{website:"https:\u002F\u002Fwww.aihairstylechanger.ai?utm_source=toolify",collected_count:b,description:cA,handle:"ai-hairstyle-changer-1-1",id:30170,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F177748368848157946.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:302,name:"AI Hairstyle Changer - 1",user_collected:b,what_is_summary:cA,traffic:{top_region:l,top_region_value:c},categories:[{handle:"ai-hairstyle",name:"AI Hairstyle",tool_count:bW},{handle:bT,name:bU,tool_count:bV},{handle:"ai-photo-filter",name:"AI Photo Filter",tool_count:95},{handle:"ai-style-transfer",name:"AI Style Transfer",tool_count:202},{handle:"ai-hair-color-changer",name:"AI Hair Color Changer",tool_count:cB}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800490",is_ad:f,website_name:"AI Hairstyle Changer",extension:a,is_free:e,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260430\u002F1777528717_19727912_30170.webp"},{website:"https:\u002F\u002Fairmusic.ai?utm_source=toolify",collected_count:c,description:cC,handle:"airmusic",id:30225,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F177814771966586996.jpg?x-oss-process=image\u002Fresize,l_600,m_lfit",month_visited_count:149204,name:cD,user_collected:b,what_is_summary:cC,traffic:{top_region:l,top_region_value:.13911403139045092},categories:[{handle:r,name:s,tool_count:t},{handle:"ai-music-video-generator",name:"AI Music Video Generator",tool_count:119},{handle:bs,name:bt,tool_count:$},{handle:"ai-cover-generator",name:"AI Cover Generator",tool_count:55},{handle:bw,name:bx,tool_count:aa},{handle:"ai-rap-generator",name:"AI Rap Generator",tool_count:cB},{handle:"ai-beat-generator",name:"AI Beat Generator",tool_count:cE},{handle:cq,name:cr,tool_count:cs},{handle:cx,name:cy,tool_count:cz},{handle:by,name:bz,tool_count:bA},{handle:"ai-singing-generator",name:"AI Singing Generator",tool_count:cE}],is_recommend_now:b,is_noticeable:c,advertisement_id:"1709800498",is_ad:f,website_name:cD,extension:a,is_free:f,website_logo:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fwebsite-logos\u002F20260507\u002F1778147899_86139584_30225.webp"}]}],fetch:{"data-v-3b0eaa36:0":{redirectArr:["lang-login","login"],scrollTop:e,isDetailLinear:e,isDetail:e,isLinear:e,timer:a,hasMounted:e,excludeNsfwPage:["index",cF,cG,cH,"month-handle","search-handle","browser-extension",cI,"category","category-handle","tool-handle",ag,ah,cJ,ai,aj],completedList:[],waitList:[],toolItems:[],observer:a,visibletTimer:a,scrollTimer:a},"data-v-5f19c634:0":{isHideMenu:f,open:e,randomHandle:a,logoutLoading:e,showGlassBg:e,showPurpleDefault:e,hasScrolled:e,promptPagesMenusList:[{path:cK,displayTitle:"GPT image 2 Prompt",icon:"https:\u002F\u002Fcdn-images.toolify.ai\u002Ftoolify-images\u002Fpage-icons\u002Fpage-icon-1776391251576-dbwe17.svg",activedMenu:[],activePaths:[cK]},{path:cL,displayTitle:"Seedream 5 Pro Prompt",icon:cM,activedMenu:[],activePaths:[cL]},{path:cN,displayTitle:"Seedance 2.5 Prompt",icon:cM,activedMenu:[],activePaths:[cN]}],isListMenu:[aj,cO,ag,cP,ah,cQ,ai,cR],productMenusList:[{path:cS,title:cT,desc:"header_product_desc_NewAI",icon:"newaI",activedMenu:[cF,"lang-new"]},{path:cU,title:cV,desc:"header_product_desc_MostSavedAI",icon:"savedaI",activedMenu:[cG,"lang-most-saved"]},{path:cW,title:cX,desc:"header_product_desc_MostUserdAI",icon:"userdaI",activedMenu:[cH,"lang-most-used"]},{path:cY,title:cZ,desc:"header_product_desc_apps",icon:"app",activedMenu:[cI,"lang-apps"]},{path:c_,title:c$,desc:"header_product_desc_discordOfAI",icon:"discord_default",activedMenu:["discord","lang-discord"]},{path:da,title:db,desc:"header_product_desc_browserExtension",icon:"chrome",activedMenu:["lang-browser-extension-most-installed-page-page","browser-extension-most-installed-page-page","lang-browser-extension-most-installed-category-page-page","browser-extension-most-installed-category-page-page","lang-browser-extension-most-installed-category","browser-extension-most-installed-category","lang-browser-extension-top-growth-page-page","browser-extension-top-growth-page-page","lang-browser-extension-top-growth-category-page-page","browser-extension-top-growth-category-page-page","lang-browser-extension-top-growth-category","browser-extension-top-growth-category","lang-browser-extension-page-page","browser-extension-page-page","lang-browser-extension-category-page-page","browser-extension-category-page-page","lang-browser-extension-category","browser-extension-category"]},{path:ak,title:"header_product_title_gpts",desc:"header_product_desc_gpts",icon:dc,activedMenu:[dd,"lang-gpts"]},{path:"\u002Fai-model",title:"header_aiModel",desc:"header_aiModel_desc",icon:"ai_model",activedMenu:["ai-model","lang-ai-model"]}],resourceMenusList:[{path:"https:\u002F\u002Fwww.checkdomain.ai\u002F",title:"header_check_domain",fallbackTitle:"Check Domain",icon:"domain-check",disableStroke:f,isExternal:f,activedMenu:[]},{path:"\u002Fpremium-ai-domain-marketplace",title:"premium_ai_domain_marketplace_hero_title_emphasis",icon:"domain",activedMenu:["premium-ai-domain-marketplace","lang-premium-ai-domain-marketplace"]}],rankMenusList:[{path:de,title:df,desc:"header_rank_desc_AIRankingMonthly",icon:"aimonthly",activedMenu:[aj,cO]},{path:dg,title:dh,desc:"header_rank_desc_TopAIByCategories",icon:"topaI",activedMenu:[ag,cP]},{path:di,title:dj,desc:"header_rank_desc_TopAIFromOverworld",icon:"overworld",activedMenu:[ah,cQ]},{path:dk,title:dl,desc:"header_rank_desc_AIRankingbyTrafficSource",icon:"aIranking",activedMenu:[ai,cR]},{path:dm,title:dn,desc:"header_rank_desc_AIRankingbyRevenue",icon:"revenue",activedMenu:[cJ,"lang-Best-AI-Tools-revenue"]}],midjourneyMenusList:[{path:"\u002Fn8n",title:"n8n_workflows",icon:"n8n-nav",activedMenu:["n8n","lang-n8n"]},{path:"\u002Fmidjourney-library",title:"midjourney_prompts",icon:"midjourney-nav",activedMenu:["midjourney-library","lang-midjourney-library"]},{path:"\u002Fopenclaw-skills",title:"openclaw_skills",icon:"openclaw-nav",activedMenu:["openclaw-skills","lang-openclaw-skills"]}],submitMenusList:[{path:do0,title:dp,icon:"submit-icon",activedMenu:["submit","lang-submit"]},{path:dq,title:dr,icon:"advertise-icon",activedMenu:["advertise","lang-advertise"]},{path:ds,title:dt,icon:"postOrInsert-icon",activedMenu:["post-or-insert","lang-post-or-insert"]},{path:du,title:dv,icon:"update",activedMenu:["update-ai","lang-update-ai"]},{path:dw,title:dx,icon:dc,activedMenu:["submit-gpt","lang-submit-gpt"]},{path:dy,title:dz,icon:"morebusiness",activedMenu:["business","lang-business"]}],isMobile:e,timer:a,promptPagesMenusRequestId:c},"data-v-478f594d:0":{loading:e,footerData:{article_types:[{id:c,handle:i,name:"AI News",language:c,url_path:"\u002Fai-news"},{id:az,handle:dd,name:"GPTS",language:c,url_path:ak},{id:12,handle:"stable-video-diffusion",name:"Stable Video Diffusion",language:c,url_path:"\u002Fstable-video-diffusion"},{id:w,handle:"gemini-ai",name:"Gemini AI",language:c,url_path:"\u002Fgemini-ai"},{id:_,handle:"hardware",name:"Hardware",language:c,url_path:"\u002Fhardware"}],alphabet_urls:[{id:"a",title:"A",url:"\u002Falphabet-a"},{id:"b",title:"B",url:"\u002Falphabet-b"},{id:"c",title:"C",url:"\u002Falphabet-c"},{id:"d",title:"D",url:"\u002Falphabet-d"},{id:"e",title:"E",url:"\u002Falphabet-e"},{id:"f",title:"F",url:"\u002Falphabet-f"},{id:"g",title:"G",url:"\u002Falphabet-g"},{id:"h",title:"H",url:"\u002Falphabet-h"},{id:"i",title:"I",url:"\u002Falphabet-i"},{id:"j",title:"J",url:"\u002Falphabet-j"},{id:"k",title:"K",url:"\u002Falphabet-k"},{id:"l",title:"L",url:"\u002Falphabet-l"},{id:"m",title:"M",url:"\u002Falphabet-m"},{id:"n",title:"N",url:"\u002Falphabet-n"},{id:"o",title:"O",url:"\u002Falphabet-o"},{id:"p",title:"P",url:"\u002Falphabet-p"},{id:"q",title:"Q",url:"\u002Falphabet-q"},{id:"r",title:"R",url:"\u002Falphabet-r"},{id:"s",title:"S",url:"\u002Falphabet-s"},{id:"t",title:"T",url:"\u002Falphabet-t"},{id:"u",title:"U",url:"\u002Falphabet-u"},{id:"v",title:"V",url:"\u002Falphabet-v"},{id:"w",title:"W",url:"\u002Falphabet-w"},{id:"x",title:"X",url:"\u002Falphabet-x"},{id:"y",title:"Y",url:"\u002Falphabet-y"},{id:"z",title:"Z",url:"\u002Falphabet-z"},{id:"other",title:"Other",url:"\u002Falphabet-other"}],latest_articles:[{language:c,language_name:h,handle:"experience-the-future-of-virtual-assistants-with-friday-ai-2399279",title:"Experience the Future of Virtual Assistants with F.R.I.D.A.Y. AI",article_type_handle:i,url_path:"\u002Fai-news\u002Fexperience-the-future-of-virtual-assistants-with-friday-ai-2399279"},{language:c,language_name:h,handle:"learn-how-to-train-an-ai-to-play-snake-with-reinforcement-learning-1939839",title:"Learn How to Train an AI to Play Snake with Reinforcement Learning",article_type_handle:i,url_path:"\u002Fai-news\u002Flearn-how-to-train-an-ai-to-play-snake-with-reinforcement-learning-1939839"},{language:c,language_name:h,handle:"creating-a-unique-ai-game-environment-with-pygame-23384",title:"Creating a Unique AI Game Environment with Pygame",article_type_handle:i,url_path:"\u002Fai-news\u002Fcreating-a-unique-ai-game-environment-with-pygame-23384"},{language:c,language_name:h,handle:"mastering-the-classic-java-snake-game-202241",title:"Mastering the Classic Java Snake Game",article_type_handle:i,url_path:"\u002Fai-news\u002Fmastering-the-classic-java-snake-game-202241"},{language:c,language_name:h,handle:"discover-the-power-of-codex-snake-game-created-in-python-2674051",title:"Discover the Power of Codex: Snake Game Created in Python",article_type_handle:i,url_path:"\u002Fai-news\u002Fdiscover-the-power-of-codex-snake-game-created-in-python-2674051"},{language:c,language_name:h,handle:"building-an-ai-to-master-snake-game-1939609",title:"Building an AI to Master Snake Game",article_type_handle:i,url_path:"\u002Fai-news\u002Fbuilding-an-ai-to-master-snake-game-1939609"},{language:c,language_name:h,handle:"revolutionize-the-classic-snake-game-with-ai-1427762",title:"Revolutionize the Classic Snake Game with AI",article_type_handle:i,url_path:"\u002Fai-news\u002Frevolutionize-the-classic-snake-game-with-ai-1427762"},{language:c,language_name:h,handle:"websim-ai-create-games-and-apps-with-just-a-few-prompts-3489615",title:"Websim AI: Create Games and Apps with Just a Few Prompts",article_type_handle:i,url_path:"\u002Fai-news\u002Fwebsim-ai-create-games-and-apps-with-just-a-few-prompts-3489615"},{language:c,language_name:h,handle:"reviving-childhood-memories-snake-game-enhanced-with-ai-1437289",title:"Reviving Childhood Memories: Snake Game Enhanced with AI",article_type_handle:i,url_path:"\u002Fai-news\u002Freviving-childhood-memories-snake-game-enhanced-with-ai-1437289"},{language:c,language_name:h,handle:"unleashing-the-power-of-ai-in-the-snake-game-1437748",title:"Unleashing the Power of AI in the Snake Game",article_type_handle:i,url_path:"\u002Fai-news\u002Funleashing-the-power-of-ai-in-the-snake-game-1437748"}],latest_pages:[],top1000_dates:[{date:"2026-09-17",title:"09\u002F17",url:"\u002Ftop-1000-adspy\u002F09-17-2026"},{date:"2026-09-16",title:"09\u002F16",url:"\u002Ftop-1000-adspy\u002F09-16-2026"},{date:"2026-09-15",title:"09\u002F15",url:"\u002Ftop-1000-adspy\u002F09-15-2026"},{date:"2026-09-14",title:"09\u002F14",url:"\u002Ftop-1000-adspy\u002F09-14-2026"},{date:"2026-09-12",title:"09\u002F12",url:"\u002Ftop-1000-adspy\u002F09-12-2026"},{date:"2026-09-11",title:"09\u002F11",url:"\u002Ftop-1000-adspy\u002F09-11-2026"},{date:"2026-09-10",title:"09\u002F10",url:"\u002Ftop-1000-adspy\u002F09-10-2026"},{date:"2026-09-09",title:"09\u002F09",url:"\u002Ftop-1000-adspy\u002F09-09-2026"},{date:"2026-09-08",title:"09\u002F08",url:"\u002Ftop-1000-adspy\u002F09-08-2026"}]},fastLinksList:[{path:cS,title:cT},{path:cU,title:cV},{path:cW,title:cX},{path:da,title:db},{path:cY,title:cZ},{path:c_,title:c$},{path:"\u002Fcategory",title:"header_categories"},{path:de,title:df},{path:dg,title:dh},{path:di,title:dj},{path:dk,title:dl},{path:dm,title:dn},{path:ak,title:"header_gpts"},{path:do0,title:dp},{path:dq,title:dr},{path:ds,title:dt},{path:du,title:dv},{path:dw,title:dx},{path:dy,title:dz},{path:"\u002Ffavorites",title:"header_favourites"}],categoryAttributeList:[{show_name:"transcription audio en texte",handle:"transcription-audio-en-texte"},{show_name:"online audio transcription",handle:"online-audio-transcription"},{show_name:"free audio file transcription",handle:"free-audio-file-transcription"},{show_name:"free ai audio transcription",handle:"free-ai-audio-transcription"},{show_name:"audio transcription service",handle:"audio-transcription-service"},{show_name:"audio transcription online free",handle:"audio-transcription-online-free"},{show_name:"audio transcription free online",handle:"audio-transcription-free-online"},{show_name:"audio to transcription software",handle:"audio-to-transcription-software"},{show_name:"audio and transcript",handle:"audio-and-transcript"},{show_name:"ai audio transcription free",handle:"ai-audio-transcription-free"},{show_name:"voice recording to text converter",handle:"voice-recording-to-text-converter"},{show_name:"translate voice recording to text",handle:"translate-voice-recording-to-text"},{show_name:"record voice to text",handle:"record-voice-to-text"},{show_name:"audio recording to text converter",handle:"audio-recording-to-text-converter"},{show_name:"voice recording and transcription",handle:"voice-recording-and-transcription"},{show_name:"chatgpt voice to text",handle:"chatgpt-voice-to-text"},{show_name:"gmail voice to text",handle:"gmail-voice-to-text"},{show_name:"speech to text reader",handle:"speech-to-text-reader"},{show_name:"speech to text ai free",handle:"speech-to-text-ai-free"},{show_name:"speech to talk",handle:"speech-to-talk"}],postLinkList:[{article_title:"Revolutionizing Storytelling: From Novels to Screenplays with AI",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Frevolutionizing-storytelling-from-novels-to-screenplays-with-ai-392571"},{article_title:"Create Engaging Animated Explainer Videos with a Free AI Tool",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fcreate-engaging-animated-explainer-videos-with-a-free-ai-tool-1695914"},{article_title:"Stop Multi-Subscribing: Benchmark Top AI Visual Models in One Canvas",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fstop-multisubscribing-benchmark-top-ai-visual-models-in-one-canvas-3916065"},{article_title:"Best Seedance 2.5 API Provider: Every Price on the Market, Checked at Source",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fstable-video-diffusion\u002Fbest-seedance-25-api-provider-every-price-on-the-market-checked-at-source-3916064"},{article_title:"AI OnlyFans: How to Generate $30,000\u002FMonth (Legally)",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fai-onlyfans-how-to-generate-30000month-legally-3312599"},{article_title:"Transform Your Script into an Engaging Video with AI Video Maker!",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Ftransform-your-script-into-an-engaging-video-with-ai-video-maker-1878052"},{article_title:"AI Marketing Automation: A Comprehensive Guide for Small Businesses",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fai-marketing-automation-a-comprehensive-guide-for-small-businesses-3860783"},{article_title:"Midjourney Alternative for Anime Art Creators: Why PixAI May Be Better for Character Workflows",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fmidjourney-alternative-for-anime-art-creators-why-pixai-may-be-better-for-character-workflows-3916047"},{article_title:"10 Things Most People Get Wrong About AI Image Search",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002F10-things-most-people-get-wrong-about-ai-image-search-3916041"},{article_title:"AI Girlfriend Apps: Top Choices Redefining Relationships 2025",article_link:"https:\u002F\u002Fwww.toolify.ai\u002Fai-news\u002Fai-girlfriend-apps-top-choices-redefining-relationships-2025-3717582"}],topAiArticlesList:[{handle:"13-reasons-to-switch-from-snapchat-to-text-messaging",author:"16",created_at:g,updated_at:d,published_at:d,image:j,page_description:"Discover why text messaging is better than Snapchat with these 13 compelling reasons. Say goodbye to disappearing photos and hello to clear communication!",title:"13 Reasons to Switch from Snapchat to Text Messaging"},{handle:"7-powerful-speech-to-text-apps-to-boost-productivity",author:dA,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Boost your productivity with these 7 powerful speech to text apps! Say goodbye to typing and hello to convenient, hands-free communication. Click now to streamline your workflow.",title:"7 Powerful Speech to Text Apps to Boost Productivity"},{handle:"10-best-speech-to-text-tools-for-effortless-transcription",author:"17",created_at:g,updated_at:d,published_at:d,image:j,page_description:"Transform your workflow with these top 10 speech to text tools for seamless transcription. Say goodbye to manual typing and hello to effortless accuracy!",title:"10 Best Speech to Text Tools for Effortless Transcription"},{handle:"13-free-tools-to-easily-transcribe-audio-to-text",author:dB,created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171876070781545503.webp",page_description:"Unlock the power of audio with these 13 free transcription tools! Easily convert spoken words to text in no time. Ideal for content creators and students.",title:"13 Free Tools to Easily Transcribe Audio to Text"},{handle:"15-surprising-ways-google-s-speech-to-text-boosts-productivity",author:"4",created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171763894662388950.jpg",page_description:"Boost productivity with Google's Speech-to-Text! Discover 15 surprising ways this technology can revolutionize your work efficiency. Click now!",title:"15 Surprising Ways Google's Speech-to-Text Boosts Productivity"},{handle:"7-best-free-online-audio-to-text-transcription-tools",author:"14",created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171853052287392648.webp",page_description:"Convert audio to text easily with these top 7 free online transcription tools. Efficient, accurate, and user-friendly - start transcribing today!",title:"7 Best Free Online Audio to Text Transcription Tools"},{handle:"9-tips-to-transcribe-speech-to-text-faster-and-better",author:"5",created_at:g,updated_at:d,published_at:d,image:dC,page_description:"Master the art of transcribing speech to text with these 9 expert tips - boost your productivity and accuracy today!",title:"9 Tips to Transcribe Speech to Text Faster and Better"},{handle:"13-best-speech-to-text-software-for-windows-10-in-2023-1",author:dD,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Discover the top 13 speech to text software for Windows 10 in 2023. Improve efficiency and productivity with these cutting-edge tools.",title:"13 Best Speech to Text Software for Windows 10 in 2023"},{handle:"7-tips-for-choosing-the-best-transcriber-for-audio-to-text",author:"25",created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171776923680889121.jpg",page_description:"Discover the key tips for selecting the perfect transcriber for converting audio to text. Don't miss out on getting the best results for your projects!",title:"7 Tips for Choosing the Best Transcriber for Audio to Text"},{handle:"11-reasons-why-dragon-speech-to-text-apps-are-game-changers",author:dB,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Discover the top 11 reasons why Dragon Speech-to-Text Apps are revolutionizing the way we communicate. Click now to find out more!",title:"11 Reasons Why Dragon Speech-to-Text Apps are Game-Changers"},{handle:"6-secrets-to-enhance-your-speech-to-text-transcription",author:al,created_at:g,updated_at:d,published_at:d,image:dC,page_description:"Unlock the hidden potential of speech to text transcription with these 6 game-changing secrets! Boost accuracy and efficiency now!",title:"6 Secrets to Enhance Your Speech to Text Transcription"},{handle:"6-brilliant-ways-to-boost-productivity-with-talk-to-text-on-your-macbook",author:"1",created_at:g,updated_at:d,published_at:d,image:j,page_description:"Boost your productivity with these 6 genius tips for using Talk-to-Text on your MacBook. Say goodbye to typing and hello to efficiency!",title:"6 Brilliant Ways to Boost Productivity with Talk-to-Text on Your MacBook"},{handle:"6-ways-transcription-software-converts-audio-to-text",author:dE,created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171703945571969651.jpg",page_description:"Unlock the power of transcription software with these 6 essential tips for converting audio to text efficiently and accurately.",title:"6 Ways Transcription Software Converts Audio to Text"},{handle:"8-tips-to-transcribe-speech-to-text-like-a-pro",author:dD,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Master the art of transcribing speech to text with these 8 expert tips! Perfect your transcription skills and save time. Click now for the secrets!",title:"8 Tips to Transcribe Speech to Text Like a Pro"},{handle:"6-reasons-ibm-watson-speech-to-text-is-a-game-changer",author:al,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Revolutionize Your Texting Experience with IBM Watson Speech to Text! Don't Miss These 6 Reasons Why It's a Game-Changer!",title:"6 Reasons IBM Watson Speech to Text is a Game-Changer"},{handle:"14-powerful-ways-talk-to-text-improves-your-workflow",author:"0",created_at:g,updated_at:d,published_at:d,image:a,page_description:"Boost productivity with these 14 Talk-to-Text methods. Streamline workflow and save time. Click now for game-changing tips.",title:"14 Powerful Ways Talk-to-Text Improves Your Workflow"},{handle:"12-top-windows-speech-to-text-software-for-efficient-transcription",author:al,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Discover the best Windows speech-to-text software for fast and accurate transcription. Boost your productivity with these top 12 programs.",title:"12 Top Windows Speech-to-Text Software for Efficient Transcription"},{handle:"12-game-changing-benefits-of-apple-s-speech-to-text-technology",author:"15",created_at:g,updated_at:d,published_at:d,image:j,page_description:"Discover the revolutionary advantages of Apple's Speech to Text technology! Unleash a new world of productivity and efficiency with these 12 game-changing benefits.",title:"12 Game-Changing Benefits of Apple's Speech to Text Technology"},{handle:"9-powerful-use-cases-for-aws-speech-to-text-technology",author:dE,created_at:g,updated_at:d,published_at:d,image:j,page_description:"Unlock the potential of AWS Speech to Text technology with these 9 powerful use cases. Click now to discover innovative applications!",title:"9 Powerful Use Cases for AWS Speech to Text Technology"},{handle:"10-easy-steps-to-transcribe-youtube-videos-to-text",author:dA,created_at:g,updated_at:d,published_at:d,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F171679955383468535.jpg",page_description:"Unlock the Secrets: Transcribe YouTube Videos in 10 Simple Steps!",title:"10 Easy Steps to Transcribe YouTube Videos to Text"}],footerFetchStatus:{footerData:f,categoryAttribute:f,postLink:f,topArticles:f}}},error:a,state:{counter:c,locale:h,locales:[h,dF,dG,am,an,ao,ap,aq,ar,as],toolify_isLogin:e,userinfo:{},advertiser:a,top_advertiser:{id:aK,name:aL,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002Fuser-upload\u002F1789612345_40368836",categories:[{handle:aM,name:aN,tool_count:aO},{handle:aP,name:aQ,tool_count:aR},{handle:y,name:z,tool_count:A},{handle:aS,name:aT,tool_count:aU}],handle:aJ,website:aI,description:K,advertisement_id:aV,website_name:aW,exclude_nsfw:e},sponsored_by:{id:28642,name:dH,image:"https:\u002F\u002Fcdn-images.toolify.ai\u002F176403335720963783.jpg",categories:[{handle:C,name:D,tool_count:E},{handle:cj,name:ck,tool_count:cl},{handle:"ai-models",name:"AI Models",tool_count:866},{handle:L,name:M,tool_count:N},{handle:R,name:S,tool_count:T},{handle:r,name:s,tool_count:t},{handle:"ai-text-generator",name:"AI Text Generator",tool_count:1696}],handle:"apimart",website:"https:\u002F\u002Fapimart.ai\u002Fregister?aff=shuchong",description:"AI API, 99.9% SLA. Your AI, Always On.",advertisement_id:"1709800412",website_name:dH,exclude_nsfw:e},poster:a,permissions_quota:[],rank:a,languagesOptions:[{value:h,eleVal:h,label:"English"},{value:dF,eleVal:"zh-CN",label:"简体中文"},{value:dG,eleVal:"zh-TW",label:"繁體中文"},{value:am,eleVal:am,label:"한국어"},{value:an,eleVal:an,label:"日本語"},{value:ao,eleVal:ao,label:"Português"},{value:ap,eleVal:ap,label:"Español"},{value:aq,eleVal:aq,label:"Deutsch"},{value:ar,eleVal:ar,label:"Français"},{value:as,eleVal:as,label:"Tiếng Việt"}],countries:[{label:"Afghanistan",value:"AF"},{label:"Albania",value:"AL"},{label:"Algeria",value:"DZ"},{label:"Andorra",value:"AD"},{label:"Angola",value:"AO"},{label:"Anguilla",value:"AI"},{label:"Antigua and Barbuda",value:"AG"},{label:"Argentina",value:"AR"},{label:"Armenia",value:"AM"},{label:"Aruba",value:"AW"},{label:"Australia",value:"AU"},{label:"Austria",value:"AT"},{label:"Azerbaijan",value:"AZ"},{label:"Bahamas",value:"BS"},{label:"Bahrain",value:"BH"},{label:"Bangladesh",value:"BD"},{label:"Barbados",value:"BB"},{label:"Belarus",value:"BY"},{label:"Belgium",value:"BE"},{label:"Belize",value:"BZ"},{label:"Benin",value:"BJ"},{label:"Bermuda",value:"BM"},{label:"Bhutan",value:"BT"},{label:"Bolivia",value:"BO"},{label:"Bosnia and Herzegovina",value:"BA"},{label:"Botswana",value:"BW"},{label:"Bouvet Island",value:"BV"},{label:"Brazil",value:"BR"},{label:"British Indian Ocean Territory",value:"IO"},{label:"Brunei",value:"BN"},{label:"Bulgaria",value:"BG"},{label:"Burkina Faso",value:"BF"},{label:"Burundi",value:"BI"},{label:"Cambodia",value:"KH"},{label:"Cameroon",value:"CM"},{label:"Canada",value:"CA"},{label:"Cape Verde",value:"CV"},{label:"Cayman Islands",value:"KY"},{label:"Chad",value:"TD"},{label:"Chile",value:"CL"},{label:"China",value:B},{label:"Christmas Island",value:"CX"},{label:"Cocos (Keeling) Islands",value:"CC"},{label:"Colombia",value:"CO"},{label:"Comoros",value:"KM"},{label:"Congo",value:"CG"},{label:"Cook Islands",value:"CK"},{label:"Costa Rica",value:"CR"},{label:"Croatia",value:"HR"},{label:"Cuba",value:"CU"},{label:"Cyprus",value:"CY"},{label:"Czech Republic",value:"CZ"},{label:"Democratic Republic of the Congo",value:"CD"},{label:"Denmark",value:"DK"},{label:"Djibouti",value:"DJ"},{label:"Dominica",value:"DM"},{label:"Dominican Republic",value:"DO"},{label:"Ecuador",value:"EC"},{label:"Egypt",value:"EG"},{label:"El Salvador",value:"SV"},{label:"Equatorial Guinea",value:"GQ"},{label:"Estonia",value:"EE"},{label:"Eswatini",value:"SZ"},{label:"Ethiopia",value:"ET"},{label:"Falkland Islands",value:"FK"},{label:"Fiji",value:"FJ"},{label:"Finland",value:"FI"},{label:"France",value:"FR"},{label:"French Guiana",value:"GF"},{label:"French Polynesia",value:"PF"},{label:"Gabon",value:"GA"},{label:"Gambia",value:"GM"},{label:"Georgia",value:"GE"},{label:"Germany",value:br},{label:"Ghana",value:"GH"},{label:"Gibraltar",value:"GI"},{label:"Greece",value:"GR"},{label:"Greenland",value:"GL"},{label:"Grenada",value:"GD"},{label:"Guadeloupe",value:"GP"},{label:"Guam",value:"GU"},{label:"Guatemala",value:"GT"},{label:"Guinea",value:"GN"},{label:"Guinea-Bissau",value:"GW"},{label:"Guyana",value:"GY"},{label:"Haiti",value:"HT"},{label:"Honduras",value:"HN"},{label:"Hong Kong, China",value:"HK"},{label:"Hungary",value:"HU"},{label:"Iceland",value:"IS"},{label:"India",value:af},{label:"Indonesia",value:"ID"},{label:"Iran",value:"IR"},{label:"Iraq",value:"IQ"},{label:"Ireland",value:"IE"},{label:"Israel",value:"IL"},{label:"Italy",value:"IT"},{label:"Ivory Coast",value:"CI"},{label:"Jamaica",value:"JM"},{label:"Japan",value:"JP"},{label:"Jordan",value:"JO"},{label:"Kazakhstan",value:"KZ"},{label:"Kenya",value:"KE"},{label:"Kiribati",value:"KI"},{label:"Kosovo",value:"XK"},{label:"Kuwait",value:"KW"},{label:"Kyrgyzstan",value:"KG"},{label:"Laos",value:"LA"},{label:"Latvia",value:"LV"},{label:"Lebanon",value:"LB"},{label:"Lesotho",value:"LS"},{label:"Liberia",value:"LR"},{label:"Libya",value:"LY"},{label:"Liechtenstein",value:"LI"},{label:"Lithuania",value:"LT"},{label:"Luxembourg",value:"LU"},{label:"Macao, China",value:"MO"},{label:"Madagascar",value:"MG"},{label:"Malawi",value:"MW"},{label:"Malaysia",value:"MY"},{label:"Maldives",value:"MV"},{label:"Mali",value:"ML"},{label:"Malta",value:"MT"},{label:"Marshall Islands",value:"MH"},{label:"Mauritania",value:"MR"},{label:"Mauritius",value:"MU"},{label:"Mexico",value:"MX"},{label:"Micronesia",value:"FM"},{label:"Moldova",value:"MD"},{label:"Monaco",value:"MC"},{label:"Mongolia",value:"MN"},{label:"Montenegro",value:"ME"},{label:"Morocco",value:"MA"},{label:"Mozambique",value:"MZ"},{label:"Myanmar",value:"MM"},{label:"Namibia",value:"NA"},{label:"Nauru",value:"NR"},{label:"Nepal",value:"NP"},{label:"Netherlands",value:"NL"},{label:"New Caledonia",value:"NC"},{label:"New Zealand",value:"NZ"},{label:"Nicaragua",value:"NI"},{label:"Niger",value:"NE"},{label:"Nigeria",value:"NG"},{label:"Niue",value:"NU"},{label:"North Korea",value:"KP"},{label:"Norway",value:"NO"},{label:"Oman",value:"OM"},{label:"Pakistan",value:"PK"},{label:"Palau",value:"PW"},{label:"Panama",value:"PA"},{label:"Papua New Guinea",value:"PG"},{label:"Paraguay",value:"PY"},{label:"Peru",value:"PE"},{label:"Philippines",value:"PH"},{label:"Pitcairn Islands",value:"PN"},{label:"Poland",value:"PL"},{label:"Portugal",value:"PT"},{label:"Puerto Rico",value:"PR"},{label:"Qatar",value:"QA"},{label:"Romania",value:"RO"},{label:"Russia",value:bS},{label:"Rwanda",value:"RW"},{label:"Samoa",value:"WS"},{label:"San Marino",value:"SM"},{label:"Sao Tome and Principe",value:"ST"},{label:"Saudi Arabia",value:"SA"},{label:"Senegal",value:"SN"},{label:"Serbia",value:"RS"},{label:"Seychelles",value:"SC"},{label:"Sierra Leone",value:"SL"},{label:"Singapore",value:"SG"},{label:"Slovakia",value:"SK"},{label:"Slovenia",value:"SI"},{label:"Solomon Islands",value:"SB"},{label:"Somalia",value:"SO"},{label:"South Africa",value:"ZA"},{label:"South Korea",value:cw},{label:"South Sudan",value:"SS"},{label:"Spain",value:"ES"},{label:"Sri Lanka",value:"LK"},{label:"St. Helena",value:"SH"},{label:"St. Lucia",value:"LC"},{label:"Sudan",value:"SD"},{label:"Suriname",value:"SR"},{label:"Sweden",value:"SE"},{label:"Switzerland",value:"CH"},{label:"Syria",value:"SY"},{label:"Taiwan, China",value:"TW"},{label:"Tajikistan",value:"TJ"},{label:"Tanzania",value:"TZ"},{label:"Thailand",value:"TH"},{label:"The Central African Republic",value:"CF"},{label:"Timor-Leste",value:"TL"},{label:"Togo",value:"TG"},{label:"Tokelau",value:"TK"},{label:"Tonga",value:"TO"},{label:"Trinidad and Tobago",value:"TT"},{label:"Tunisia",value:"TN"},{label:"Turkey",value:"TR"},{label:"Turkmenistan",value:"TM"},{label:"Tuvalu",value:"TV"},{label:"Uganda",value:"UG"},{label:"Ukraine",value:"UA"},{label:"United Arab Emirates",value:"AE"},{label:"United Kingdom",value:"GB"},{label:"United States",value:l},{label:"Uruguay",value:"UY"},{label:"Uzbekistan",value:"UZ"},{label:"Vatican City",value:"VA"},{label:"Venezuela",value:"VE"},{label:"Vietnam",value:"VN"},{label:"Virgin Islands (British)",value:"VG"},{label:"Virgin Islands (U.S.)",value:"VI"},{label:"Western Sahara",value:"EH"},{label:"Yemen",value:"YE"},{label:"Zambia",value:"ZM"},{label:"Zimbabwe",value:"ZW"}],searchTools:[],searchCategory:[],searchLoading:[],searchCacheLoaded:e,exposureTime:a,overviewData:{ais:{pending:b,processed:b},advertise:{advertising:b,stoped:b,balance:b},posts:{pending:b,processed:b},gpts:{pending:b,processed:b}},creditsLimitVisible:e,userKey:a,loadingSrc:"\u002F3.3.2\u002Fimg\u002Floading.59aa57f.png"},serverRendered:f,routePath:"\u002Fopenclaw-skills\u002Fchangelog-rss-15613",config:{turnstile:{siteKey:"0x4AAAAAAAhC6a_JiRZS0KFV"},_app:{basePath:"\u002F",assetsPath:"\u002F3.3.2\u002F",cdnURL:a}}}}(null,0,1,1723986542,false,true,1721185849,"en","ai-news","https:\u002F\u002Fcdn-images.toolify.ai\u002F172017012716000058.jpg","sa9saq","US","","DevOps & Cloud","Browser Automation","Productivity & Tasks",2,"ai-music-generator","AI Music Generator",501,5,"Git & Version Control",13,"AI Coding & IDEs","ai-chatbot","AI Chatbot",4974,"CN","ai-api","AI API",2133,108,"devops-cloud",6,"browser-automation","productivity-tasks","AI trip planner that creates personalized itineraries, finds cheap flights and hotels, and helps you plan an entire trip in one chat.","ai-video-generator","AI Video Generator",1911,"text-to-image","Text to Image",1442,"ai-image-generator","AI Image Generator",3247,"image-to-video","Image to Video",890,"text-to-video","Text to Video",1033,14,240,171,"ai-marketing","AI Marketing",2135,51,"IN","Best-AI-Tools-Category-category","Best-AI-Tools-region-region","Best-AI-Tools-Source-source","Best-trending-AI-Tools-month","\u002Fgpts","22","ko","ja","pt","es","de","fr","vi","Changelog RSS: Transform Markdown Release Notes into Feeds - Openclaw Skills","Convert CHANGELOG.md files into valid RSS 2.0 feeds with Changelog RSS, one of the most useful Openclaw Skills for automated release monitoring.","git-version-control","Changelog RSS","A utility that converts CHANGELOG.md files into RSS 2.0 feeds to enable automated project release monitoring.",{},11,"CLI Tools",{},"Clawdbot & Automation",91,"Finance & FinTech","AI Agent Protocols","E-commerce & Shopping","ai-coding-ides","https:\u002F\u002Fwww.imean.ai?utm_source=toolify","imean-ai-travel-planner",26400,"iMean – AI Travel Planner","aitrip-planner","AI Trip Planner",207,"ai-travel","AI Travel",225,"ai-assistant","AI Assistant",6730,"1709800571","iMean AI Trip Planner","Agentic Creative OS","YouArt","AI-powered social media publishing across seven networks","PostMcpAi","ai-agent","AI Agent",2520,"AI-powered 3D model generator from images and text.","Tripo AI","ai-3d-model-generator","AI 3D Model Generator",204,"image-to-3d-model","Image to 3D Model","一站式 AI 视觉创作平台,为商业营销而生","Skild Art",256,"ai-design-generator","AI Design Generator",936,"AI platform for generating complete songs from text prompts","Happy Shrimp Music","DE","ai-song-generator","AI Song Generator","ai-text-to-music","AI Text-to-Music","ai-lyrics-generator","AI Lyrics Generator","ai-instrumental-generator","AI Instrumental Generator",90,"▎ Anathema is an AI chat platform built around Lexi, an assistant with personality. She is bubbly, a little aloof, gives you a straight answer, and does not hedge everything into uselessness. Alongside chat, Anathema includes a full generation Studio for images, video, music and voice, running state of the art models. An API is available for Lexi and Ana.","Anathema AI","image-to-image","Image to Image",616,"ai-voice-over","AI Voice Over",254,"ai-animated-video","AI Animated Video",186,"ai-short-video-generator","AI Short Video Generator",532,"AI tool for converting images into 3D-printable STL models","Oakleaf 3D","A desktop photo software designed for anyone who wants high quality beautiful portraits, fast.","RU","ai-photo-editor","AI Photo Editor",1026,79,"Articos is a fast, recruitment free user research platform that helps you validate product ideas, test UX flows, and understand customer needs without waiting weeks to find real participants. Instead of booking calls and chasing no shows, you run AI moderated interviews with realistic synthetic users that match your target personas. In a short time, you get clear feedback on what people understand, what confuses them, what they would pay for, and what would stop them from using your product. It is built for founders, product managers, designers, and agencies who need quick direction before they commit time and budget to building the wrong thing.","Articos","Advanced AI video generation platform with multi-episode workflow capabilities.","Seko","Agent-powered intelligence platform for ecommerce brands to drive profitable growth.","Triple Whale","ai-advertising","AI Advertising",513,"AI workspace for creating interactive, voice-enabled documents, forms, slides, and business experiences","WZRD","AI innovation Workspace","Miro",154,"ai-developer-tools","AI Developer Tools",2110,"AI tool for creating stunning YouTube thumbnails quickly.","ThumbnailCreator.com","AI video editor with tools for all skill levels and creative assets.","Wondershare Filmora","ai-vocal-remover","AI Vocal Remover",103,"AI Ad Creation Tool - Just Paste your Website URL & get Professional AI Ads","AdsCreator.com","AI voice generator and content creation tool with realistic AI voices and avatars.","KR","ai-voice-cloning","AI Voice Cloning",317,"Virtually try on 100+ AI hairstyles and hair colors from your photo — results in seconds, no sign-up needed.",28,"AI music and video generator for creating unique, royalty-free tracks and viral content.","AirMusic",50,"new","most-saved","most-used","apps","Best-AI-Tools-revenue","\u002Fprompts\u002Fgpt-image-2","\u002Fprompts\u002Fseedream-5-pro","https:\u002F\u002Fcdn-images.toolify.ai\u002Ftoolify-images\u002Fpage-icons\u002Fpage-icon-1784020734073-w6cdn2.svg","\u002Fprompts\u002Fseedance-2-5","lang-Best-trending-AI-Tools-month","lang-Best-AI-Tools-Category-category","lang-Best-AI-Tools-region-region","lang-Best-AI-Tools-Source-source","\u002Fnew","header_product_title_NewAI","\u002Fmost-saved","header_product_title_MostSavedAI","\u002Fmost-used","header_product_title_MostUserdAI","\u002Fapps","header_product_title_apps","\u002Fdiscord","header_product_title_discordOfAI","\u002Fbrowser-extension","header_product_title_browserExtension","GPT","gpts","\u002FBest-trending-AI-Tools","header_rank_title_AIRankingMonthly","\u002FBest-AI-Tools-Category","header_rank_title_TopAIByCategories","\u002FBest-AI-Tools-region","header_rank_title_TopAIFromOverworld","\u002FBest-AI-Tools-Source","header_rank_title_AIRankingbyTrafficSource","\u002FBest-AI-Tools-revenue","header_rank_title_AIRankingbyRevenue","\u002Fsubmit","header_submit","\u002Fadvertise","header_advertise","\u002Fpost-or-insert","header_postOrInsert","\u002Fupdate-ai","header_updateAi","\u002Fsubmit-gpt","header_submitGpt","\u002Fbusiness","header_business","7","6","https:\u002F\u002Fcdn-images.toolify.ai\u002F172062483814304475.jpg","21","11","zh","tw","APIMart"));</script><script src="/3.3.2/runtime.9ca67bc.js" defer></script><script src="/3.3.2/commons.app.253ae210.e06b031.js" defer></script><script src="/3.3.2/styles.01e7b97c.3441a66.js" defer></script><script src="/3.3.2/styles.890ca723.e7c5a90.js" defer></script><script src="/3.3.2/styles.f995898d.e395964.js" defer></script><script src="/3.3.2/styles.615add9b.eadc711.js" defer></script><script src="/3.3.2/styles.797bfa55.f4ff27b.js" defer></script><script src="/3.3.2/styles.01d99f6b.82c8c4c.js" defer></script><script src="/3.3.2/styles.b7594acd.952a921.js" defer></script><script src="/3.3.2/styles.ebc32257.3a42da1.js" defer></script><script src="/3.3.2/styles.dc3b9b36.9528054.js" defer></script><script src="/3.3.2/styles.c417360f.eba1afd.js" defer></script><script src="/3.3.2/styles.21066caf.3670bb5.js" defer></script><script src="/3.3.2/app.f69643ec.ee9839c.js" defer></script><script src="/3.3.2/app.f90a411e.20f4865.js" defer></script><script src="/3.3.2/app.01d99f6b.733d5cc.js" defer></script><script src="/3.3.2/app.26645403.3d71ebb.js" defer></script><script src="/3.3.2/app.d0ae3f07.2b92f04.js" defer></script><script src="/3.3.2/app.31ecd969.744b6a2.js" defer></script><script src="/3.3.2/app.4939e289.03f14bb.js" defer></script><script src="/3.3.2/app.2119ef82.e22c8fa.js" defer></script><script src="/3.3.2/app.41ff223c.4fa374a.js" defer></script><script src="/3.3.2/app.ef4b7b69.0eaec81.js" defer></script><script src="/3.3.2/app.793f9119.e85cd3c.js" defer></script><script src="/3.3.2/app.690b702c.e615e5f.js" defer></script> </body> </html>