← Back to Skills Marketplace
lijiahao885

wordcloud-skill

by lijiahao885 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
186
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install wordcloud-skill
Description
this skill is for generate a word cloud from text/file/directory and save it to a picture, you can use it visualize the text
Usage Guidance
This skill appears to do exactly what it says: generate a word cloud from text or markdown files. Before using it, (1) ensure you run it in an environment with the listed Python packages installed, (2) only point --target_file or --target_dir at files/directories you trust (it will read every .md under a target_dir), (3) provide a valid PNG mask and a known font path if needed, and (4) verify output_dir is where you want images written. No credentials or network calls are requested by the code. If you need higher assurance, review the script yourself or run it in an isolated environment.
Capability Analysis
Type: OpenClaw Skill Name: wordcloud-skill Version: 1.0.1 The skill bundle is a legitimate tool for generating word clouds from text, markdown files, or directories. The Python script (scripts/generate_wordcloud.py) implements the stated functionality using standard libraries and includes basic safety checks, such as restricting file reading to the '.md' extension. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description (word cloud generation) match the included script and SKILL.md. The script only needs standard text-processing libraries (jieba, numpy, wordcloud, PIL) and operates on user-provided text, files, or directories — all coherent with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the provided Python script and to supply target_text, target_file, or target_dir. The script will recursively read all .md files under a provided directory and read any specified files (and an optional stopwords file). This is within scope, but users should avoid pointing the skill at directories containing sensitive markdown files since the script will read any .md it finds.
Install Mechanism
No install spec (instruction-only) and the script runs with standard Python packages. SKILL.md lists required Python packages; installation is manual (pip) which is low-risk. No downloads from remote URLs or archive extraction occur.
Credentials
The skill requires no environment variables, credentials, or config paths. All file access is limited to paths explicitly supplied by the user via CLI arguments.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. It runs only when invoked and does not attempt autonomous elevation of privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wordcloud-skill
  3. After installation, invoke the skill by name or use /wordcloud-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
wordcloud-skill v1.0.1 - No functional or documentation changes detected in this release. - No file changes compared to the previous version.
v1.0.0
- Initial release of the wordcloud skill for generating word clouds from text, files, or directories. - Supports customization of output size, font, word count, and mask shape. - Allows input via direct text, file path, or directory path. - Outputs word cloud images to a specified directory. - Supports adding custom stopwords for exclusion from the word cloud.
Metadata
Slug wordcloud-skill
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is wordcloud-skill?

this skill is for generate a word cloud from text/file/directory and save it to a picture, you can use it visualize the text. It is an AI Agent Skill for Claude Code / OpenClaw, with 186 downloads so far.

How do I install wordcloud-skill?

Run "/install wordcloud-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wordcloud-skill free?

Yes, wordcloud-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does wordcloud-skill support?

wordcloud-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wordcloud-skill?

It is built and maintained by lijiahao885 (@lijiahao885); the current version is v1.0.1.

💬 Comments