← 返回 Skills 市场
wordcloud-skill
作者
lijiahao885
· GitHub ↗
· v1.0.1
· MIT-0
186
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wordcloud-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/wordcloud-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 186 次。
如何安装 wordcloud-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wordcloud-skill」即可一键安装,无需额外配置。
wordcloud-skill 是免费的吗?
是的,wordcloud-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
wordcloud-skill 支持哪些平台?
wordcloud-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wordcloud-skill?
由 lijiahao885(@lijiahao885)开发并维护,当前版本 v1.0.1。
推荐 Skills