Phosphate

v1.0.0

Phosphate fertilizer reference — P2O5 forms, application timing, soil testing, runoff management, crop requirements. Use when planning phosphorus fertilizati...

0· 159·1 current·1 all-time
bybytesagain4@xueyetianya

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xueyetianya/phosphate.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Phosphate" (xueyetianya/phosphate) from ClawHub.
Skill page: https://clawhub.ai/xueyetianya/phosphate
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install phosphate

ClawHub CLI

Package manager switcher

npx clawhub@latest install phosphate
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (phosphate fertilizer reference) match the files and commands: SKILL.md documents reference commands that invoke scripts/script.sh to print agricultural guidance. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
SKILL.md instructs the agent to run local script commands (intro, products, soiltest, etc.). The script contents shown only emit static reference text (cat << EOF blocks). The instructions do not ask the agent to read unrelated system files, collect environment secrets, or transmit data externally.
Install Mechanism
No install spec is present; this is instruction-only plus a bundled script. No network downloads, package installs, or archive extraction are used in the manifest. The script is local and self-contained.
Credentials
No required environment variables, credentials, or config paths are declared. SKILL.md mentions a PHOSPHATE_DIR configuration variable as a default data dir, which is reasonable for a local reference tool; the provided script does not require secrets or external credentials.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. There is no evidence it modifies other skills or global agent settings.
Assessment
This skill appears to be a simple, local reference: it runs a bundled shell script that prints fertilizer guidance. Before installing or invoking it, you may: (1) review the remainder of scripts/script.sh (the file was truncated in the listing) to confirm there are no network calls, file writes, or subprocess executions; (2) run the script in a sandbox or container (e.g., inspect with less/cat, then run scripts/script.sh help) to verify behavior; (3) if you plan to let the agent invoke the skill autonomously, remember it will execute the local script but it does not request credentials or external access. If you see any lines that call curl/wget/ssh/telnet, or write to sensitive paths (e.g., /etc, ~/.ssh), treat those as red flags and do not proceed.

Like a lobster shell, security has layers — review code before you run it.

latestvk970nnkq7skxz8mmd9994e134983ajcy
159downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Phosphate — Phosphorus Fertilizer Reference

Quick-reference skill for phosphorus nutrition, fertilizer products, and management.

When to Use

  • Planning phosphorus fertilization for crops
  • Interpreting soil test phosphorus levels
  • Selecting phosphate fertilizer products and forms
  • Managing environmental phosphorus runoff risks
  • Understanding phosphorus cycling in soil

Commands

intro

scripts/script.sh intro

Overview of phosphorus in agriculture — role, cycling, global reserves.

products

scripts/script.sh products

Phosphate fertilizer products — MAP, DAP, TSP, rock phosphate, SSP.

soiltest

scripts/script.sh soiltest

Soil phosphorus testing — Bray, Olsen, Mehlich, interpretation tables.

placement

scripts/script.sh placement

Application methods — broadcast, band, starter, foliar, timing.

crops

scripts/script.sh crops

Crop phosphorus requirements and removal rates.

cycling

scripts/script.sh cycling

Phosphorus cycling — fixation, mineralization, pH effects, mycorrhizae.

environmental

scripts/script.sh environmental

Environmental management — runoff, P index, eutrophication, 4R stewardship.

checklist

scripts/script.sh checklist

Phosphorus management planning checklist.

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

VariableDescription
PHOSPHATE_DIRData directory (default: ~/.phosphate/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...