📦 PLS Agent Tools — 多功能系统工具

v1.0.0

提供文件安全读写、JSON/YAML 编辑、正则文本处理、系统命令、编码转换、日期时间及数据校验等一站式实用函数,助力 Agent 高效完成本地与云端任务。

0· 2.1k·22 当前·23 累计
mattvalenta 头像by @mattvalenta (Matt Valenta)
下载技能包
最后更新
2026/4/22
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill is essentially a cookbook of shell commands that align with its stated purpose. Before installing or enabling it for autonomous use: (1) verify your agent runtime has the referenced tools (jq, yq, rsync, trash, lsof, curl, etc.) or adapt examples to your environment; (2) be aware examples include destructive operations (deleting files, killing processes) and network requests—run them in a sandbox or with backups and least-privilege accounts first; (3) if you don't want the agent to ru...
详细分析 ▾
用途与能力
The name and description (file handling, JSON/YAML editing, regex, system commands, encoding, date/time, validation) match the SKILL.md examples. The examples rely on common Unix tooling (jq, yq, rsync, curl, lsof, trash, etc.), which is coherent for a utility skill.
指令范围
Instructions include potentially destructive or high-impact commands (trash/mv/rm, find -exec trash, kill -9 via xargs, lsof|xargs kill) and network operations (curl POST). These are within the stated utility scope but grant broad capability to modify/delete local files and to send data externally; the SKILL.md does not place safety limits or require confirmations.
安装机制
There is no install spec (instruction-only), which is the lowest install risk. No archives or remote downloads are performed by the skill itself.
凭证需求
The skill declares no required environment variables or credentials, which is appropriate. However, it references many external CLI tools without listing them as dependencies; verify the runtime environment provides the expected tools (and versions) before relying on the examples.
持久化与权限
The skill does not request persistent/system-wide privileges and is not forced-always. It uses the platform-default ability for autonomous invocation; combined with the destructive commands above, autonomous execution increases blast radius, so consider restricting autonomous use if you want tighter control.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/2/23

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install pls-agent-tools
镜像加速npx clawhub@latest install pls-agent-tools --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库