← 返回 Skills 市场
bytesagain1

Quickfind

作者 bytesagain1 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ 安全检测通过
181
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install quickfind
功能描述
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Quickfind concepts, best practices, and implementation patterns.
安全使用建议
This package appears to be a harmless, local documentation tool. Before installing, you may want to: 1) verify the upstream GitHub repo and release/tag (there is a small version mismatch between the package metadata v2.0.2 and the script's VERSION="2.0.1"); 2) review the script yourself (it only prints static text in heredocs) if you have strict security requirements; 3) confirm you are comfortable with the skill being callable autonomously by the agent (default behavior) — although this particular skill only prints docs and does not access network or secrets; and 4) check license and recent commits for maintenance activity if you plan to rely on it long-term.
功能分析
Type: OpenClaw Skill Name: quickfind Version: 2.0.2 The 'quickfind' skill is a static documentation reference tool that provides information about development patterns and best practices. The primary script (scripts/script.sh) uses simple bash heredocs to output plain text and contains no network calls, file system modifications, or credential access. The SKILL.md documentation is consistent with the code and contains no prompt injection attempts or hidden instructions.
能力评估
Purpose & Capability
The name/description (Quickfind reference for devtools) matches the included assets: SKILL.md describes plain-text reference commands and the shipped scripts/script.sh implements those commands. Nothing in the package requests unrelated services, binaries, or credentials. Minor inconsistency: the package metadata/version is 2.0.2 while the script sets VERSION="2.0.1" (likely a harmless mismatch).
Instruction Scope
SKILL.md explicitly states the commands output heredoc text, no network access or credentials. The shell script only emits static heredoc content for each command and does not read external files, environment secrets, or make network calls. No scope creep observed.
Install Mechanism
There is no install spec (instruction-only skill) and the only code file is a small bash script included in the bundle. No downloads, package installs, or archive extraction are performed by the skill itself.
Credentials
The skill declares no required environment variables or credentials, and the script does not access environment variables or secret files. Requested access is proportionate to the simple documentation purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges, nor does it modify other skills or global agent configuration. Autonomous invocation is allowed by default (normal), but the skill's actions are limited to printing local documentation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quickfind
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quickfind 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
元数据
Slug quickfind
版本 2.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Quickfind 是什么?

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

如何安装 Quickfind?

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

Quickfind 是免费的吗?

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

Quickfind 支持哪些平台?

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

谁开发了 Quickfind?

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

💬 留言讨论