← Back to Skills Marketplace
ckchzh

Conduit

by BytesAgain2 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install conduit
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Conduit concepts, best practices, and implementation patterns.
README (SKILL.md)

Conduit

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Conduit concepts, best practices, and implementation patterns. No API keys or credentials required.

Commands

Command Description
intro intro reference
quickstart quickstart reference
patterns patterns reference
debugging debugging reference
performance performance reference
security security reference
migration migration reference
cheatsheet cheatsheet reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a safe, local reference tool: it simply prints embedded documentation and does not access the network or credentials. Before installing, you can (1) review the small shell script to confirm it matches your expectations (it only outputs heredocs), (2) note minor metadata/version mismatches (cosmetic), and (3) permit autonomous invocation only if you’re comfortable allowing the agent to run documentation-lookups — there is no sensitive access exposed by this skill.
Capability Analysis
Type: OpenClaw Skill Name: conduit Version: 2.0.2 The 'conduit' skill is a documentation reference tool that provides static information about development patterns and best practices. The implementation in scripts/script.sh consists entirely of shell functions using heredocs to output plain text, with no network access, file system manipulation, or credential handling, and the SKILL.md contains no malicious instructions.
Capability Assessment
Purpose & Capability
Name/description match the included artifacts: the SKILL.md and scripts/script.sh are documentation-focused and produce plain-text reference output. There are no environment variables, binaries, or config paths requested that would be unexpected for a reference tool.
Instruction Scope
Runtime instructions and the shell script are limited to emitting heredoc text for each command. The SKILL.md explicitly states 'No external API calls, no credentials needed, no network access' and the script contains no network calls, file reads/writes, or credential usage. Minor inconsistencies in metadata/versions exist (SKILL.md says 2.0.1, script VERSION=2.0.0, registry 2.0.2) but these are benign bookkeeping issues.
Install Mechanism
No install spec is provided (instruction-only style) and the included script is static text output. Nothing is downloaded or extracted, so there is no install-time code execution risk beyond the script itself, which is safe and local.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the script does not read environment variables or sensitive files. There is no disproportionate secret or credential request.
Persistence & Privilege
always:false and normal user-invocation settings are used. The skill does not request persistent system presence or modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install conduit
  3. After installation, invoke the skill by name or use /conduit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
Fix description
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Slug conduit
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Conduit?

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

How do I install Conduit?

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

Is Conduit free?

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

Which platforms does Conduit support?

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

Who created Conduit?

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

💬 Comments