← Back to Skills Marketplace
bytesagain1

Quickfind

by bytesagain1 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
181
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install quickfind
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Quickfind concepts, best practices, and implementation patterns.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install quickfind
  3. After installation, invoke the skill by name or use /quickfind
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Clean package with matching SKILL.md
v2.0.0
publish v2.0.0
Metadata
Slug quickfind
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Quickfind?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Quickfind concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.

How do I install Quickfind?

Run "/install quickfind" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Quickfind free?

Yes, Quickfind is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Quickfind support?

Quickfind is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Quickfind?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.2.

💬 Comments