← 返回 Skills 市场
bytesagain1

Portcheck

作者 bytesagain1 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install portcheck
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Portcheck concepts, best practices, and implementation patterns.
安全使用建议
This skill is self-contained documentation and appears safe: it prints help text and does not access network or secrets. Before installing or enabling: (1) review the bundled scripts yourself (they're small and readable) and run them locally in a sandbox if you want to verify behavior; (2) note the minor inconsistencies (script VERSION differs from metadata and a 'troubleshooting' command is referenced but not implemented) which are likely quality issues not security risks; (3) if you plan to let an autonomous agent invoke skills, remember this one is harmless but always consider whether any skill should be allowed to run commands in your environment.
功能分析
Type: OpenClaw Skill Name: portcheck Version: 2.0.3 The 'portcheck' skill is a purely informational reference tool providing documentation on devtools concepts. The implementation in `scripts/script.sh` consists of static text output via heredocs with no network calls, file system modifications, or sensitive data access, and the `SKILL.md` contains no malicious instructions.
能力评估
Purpose & Capability
The skill is advertised as a reference/cheatsheet for Portcheck and the included SKILL.md and scripts produce plain-text documentation for the listed commands. There are no unexpected binaries, credentials, or external services required that would contradict the stated purpose.
Instruction Scope
SKILL.md explicitly states no external API calls or network access. The provided script prints documentation via heredocs and does not read files, environment variables, or network resources. Minor mismatches exist (script VERSION shows 2.0.2 while metadata is 2.0.3, and the cheatsheet mentions a 'troubleshooting' command that isn't implemented), but these are quality/incoherence issues rather than security concerns.
Install Mechanism
There is no install spec; the skill is instruction-only plus a small bash script. Nothing is downloaded or written to disk by an installer step, and no external package installs are declared.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The runtime script does not attempt to read or use environment variables or secrets.
Persistence & Privilege
The skill is not forced-always, does not request permanent presence, and does not modify other skills or system-wide settings. It contains only a runnable script that outputs static documentation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install portcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /portcheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
元数据
Slug portcheck
版本 2.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Portcheck 是什么?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Portcheck concepts, best practices, and implementation patterns. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。

如何安装 Portcheck?

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

Portcheck 是免费的吗?

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

Portcheck 支持哪些平台?

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

谁开发了 Portcheck?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v2.0.3。

💬 留言讨论