← Back to Skills Marketplace
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zeelin-text-analysis
Description
文本分析技能,支持本地文件直接上传分析。当用户说'分析文本'、'文本处理'、'分析这个文档'等并上传文本文件时使用此技能。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zeelin-text-analysis - After installation, invoke the skill by name or use
/zeelin-text-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
zeelin-text-analysis-skill 1.0.0
- 初始版本发布,支持用户上传本地文本文件并自动分析内容。
- 实现文本实体抽取、关系图谱生成及角色档案整理等功能。
- 提供完整的接口调用流程(文件上传、任务提交、进度轮询、结果展示)。
- 分析结果格式化为 Markdown,并以 md 文件形式展示给用户。
- 支持大文件上传(单文件最大 500MB),详细说明配额和计费方式。
- 附带常见问题解答及详细操作说明。
Metadata
Frequently Asked Questions
What is zeelin-text-analysis?
文本分析技能,支持本地文件直接上传分析。当用户说'分析文本'、'文本处理'、'分析这个文档'等并上传文本文件时使用此技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.
How do I install zeelin-text-analysis?
Run "/install zeelin-text-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zeelin-text-analysis free?
Yes, zeelin-text-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zeelin-text-analysis support?
zeelin-text-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zeelin-text-analysis?
It is built and maintained by liyayong (@liyayong000-sketch); the current version is v1.0.0.
More Skills