← Back to Skills Marketplace
ckchzh

Seedbed

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
132
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install seedbed
Description
Seedbed preparation reference — tillage methods, soil structure, moisture management, planting surface quality. Use when preparing fields for sowing, evaluat...
Usage Guidance
On the surface this looks coherent and low-risk: the SKILL.md only runs the bundled bash script to print seedbed guidance, and there are no declared credentials or install steps. However, the provided script listing was truncated, so you should: (1) inspect the remainder of scripts/script.sh before running it — specifically search for network commands (curl, wget, nc, ssh), file-system writes (especially to /, /etc, other users' homes), use of sudo, or calls to other scripts/binaries; (2) confirm what SEEDBED_DIR is used for and whether the script writes data there; (3) run the script in a sandboxed environment (container) if you plan to execute it; and (4) avoid giving the skill any unrelated credentials or broad agent privileges until you've verified the full script contents. If you provide the full scripts/script.sh text I can re-evaluate with higher confidence.
Capability Analysis
Type: OpenClaw Skill Name: seedbed Version: 1.0.0 The 'seedbed' skill is a purely informational reference tool for agricultural seedbed preparation and tillage methods. The shell script (scripts/script.sh) contains only static text output functions, and the SKILL.md documentation accurately describes the tool's functionality without any signs of prompt injection, data exfiltration, or malicious execution.
Capability Assessment
Purpose & Capability
The name/description (seedbed preparation reference) matches the delivered artifacts: a README-style SKILL.md plus a bash script that prints guidance text. There are no unrelated required env vars or binaries declared.
Instruction Scope
SKILL.md instructs the agent to run the included scripts/script.sh with simple subcommands (intro, tillage, equipment, etc.). The instructions do not ask the agent to read unrelated files, scrape system state, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). That is low-risk compared with remote download/install. The script runs locally when invoked.
Credentials
The skill declares a single optional configuration variable (SEEDBED_DIR) for a data directory and no credentials. No other environment variables or secrets are required.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not request system-wide configuration changes in the SKILL.md; the included script appears to be self-contained.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install seedbed
  3. After installation, invoke the skill by name or use /seedbed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug seedbed
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Seedbed?

Seedbed preparation reference — tillage methods, soil structure, moisture management, planting surface quality. Use when preparing fields for sowing, evaluat... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.

How do I install Seedbed?

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

Is Seedbed free?

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

Which platforms does Seedbed support?

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

Who created Seedbed?

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

💬 Comments