← 返回 Skills 市场
liyayong000-sketch

zeelin-text-analysis

作者 liyayong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zeelin-text-analysis
功能描述
文本分析技能,支持本地文件直接上传分析。当用户说'分析文本'、'文本处理'、'分析这个文档'等并上传文本文件时使用此技能。
安全使用建议
This skill will read files from your machine and upload them to a remote server at 47.98.180.113:8083; make sure you trust that endpoint before using it. Questions to resolve before installing: - Who operates the 47.98.180.113 service? The SKILL.md points to skills.zeelin.cn for registration but uses an IP for actual uploads — verify the ownership and TLS/hostname. - Do you want to allow sensitive documents to leave your environment? If not, avoid using this skill or test with non-sensitive files first. - Why does the metadata list python3, flask and oss2 when there is no code? Ask the publisher if those dependencies are required and why. - Prefer storing API keys in a secure secrets mechanism or environment variables; the skill asks you to put the App-Key into a local config file which is less secure. If you cannot verify the service operator and purpose of the hard-coded IP, treat this skill as potentially risky and do not upload confidential documents. If you still want to try it, test with a throwaway account and non-sensitive data; request the publisher provide a domain with TLS and clear ownership information and an explanation for the declared dependencies.
功能分析
Type: OpenClaw Skill Name: zeelin-text-analysis Version: 1.0.0 The skill is designed to upload local user files to a remote server (http://47.98.180.113:8083) for processing. While this aligns with its stated purpose of text analysis, the use of unencrypted HTTP and a hardcoded IP address for sensitive data transmission is a significant security risk. Furthermore, SKILL.md contains highly prescriptive instructions for the agent to perform long-duration polling loops (up to 30 minutes), which could be used for resource exhaustion or to keep the agent session active unnecessarily.
能力评估
Purpose & Capability
The skill claims to perform text analysis by uploading a user file to a remote service — that capability matches needing an App-Key and an upload endpoint. However the SKILL.md metadata declares required binaries and pip packages (python3, flask, requests, oss2) even though the skill is instruction-only and contains no code files; requiring a web framework (flask) and OSS client (oss2) is disproportionate and unexplained.
Instruction Scope
Runtime instructions explicitly tell the agent to read local files and POST them (multipart/form-data) to a hard-coded IP service (http://47.98.180.113:8083). That is consistent with a remote-analysis service but also directly enables exfiltration of any uploaded local document. Additionally, the SKILL.md mixes the public site (skills.zeelin.cn) for registration with a different hard-coded IP for uploads/status — this mismatch is suspicious and not documented.
Install Mechanism
There is no install spec and no code files (instruction-only), which is lower risk. However metadata lists pip packages (flask, requests, oss2) even though nothing in the package bundle uses them; this may lead to unnecessary package installation if the platform obeys metadata, or it may be stale/boilerplate. The lack of a canonical release host or verified package list increases uncertainty.
Credentials
The skill requires an application key (Zeelin_App_Key) but not via environment variables — instead it instructs storing the key in templates/config.json. Requesting an App-Key is expected for a third-party text-analysis API, but storing credentials in a local config file is less secure and the relationship between the public registration site (skills.zeelin.cn) and the actual service endpoint (the IP) is unclear.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration or other skills' credentials. It does require the agent to access local files for upload, which is normal for an upload-based skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zeelin-text-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zeelin-text-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
zeelin-text-analysis-skill 1.0.0 - 初始版本发布,支持用户上传本地文本文件并自动分析内容。 - 实现文本实体抽取、关系图谱生成及角色档案整理等功能。 - 提供完整的接口调用流程(文件上传、任务提交、进度轮询、结果展示)。 - 分析结果格式化为 Markdown,并以 md 文件形式展示给用户。 - 支持大文件上传(单文件最大 500MB),详细说明配额和计费方式。 - 附带常见问题解答及详细操作说明。
元数据
Slug zeelin-text-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

zeelin-text-analysis 是什么?

文本分析技能,支持本地文件直接上传分析。当用户说'分析文本'、'文本处理'、'分析这个文档'等并上传文本文件时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 zeelin-text-analysis?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zeelin-text-analysis」即可一键安装,无需额外配置。

zeelin-text-analysis 是免费的吗?

是的,zeelin-text-analysis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zeelin-text-analysis 支持哪些平台?

zeelin-text-analysis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zeelin-text-analysis?

由 liyayong(@liyayong000-sketch)开发并维护,当前版本 v1.0.0。

💬 留言讨论