SkillAgentSearch skills...

Wordify

If you are too lazy to read the whole document then generate wordart and keywords.

Install / Use

/learn @niyazed/Wordify

README

Wordify

Wordify is a simple tool to convert Image or PDF to a Wortart and extract keywords from it.

Start the server

$ docker compose up -d

Omit the -d flag to see the logs.

Response

The response is a JSON object with the following structure:

{
  "wordart_url": "The URL of the wordart image",
  "top_ten_keywords": [
    "keyword1",
    "keyword2",
    "keyword3"
    ...
    ...
  ]
}
View on GitHub
GitHub Stars7
CategoryDevelopment
Updated3mo ago
Forks1

Languages

Python

Security Score

72/100

Audited on Dec 18, 2025

No findings