Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

leafenginesleafengines 分析

Agent Skill

leafengines 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,051

周安装

174

GitHub Stars

公开资料未说明

下载量

1,420
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:leafengines(leafengines 分析)
来源仓库:https://github.com/qwarranto/leafengines
安装命令:
openclaw skills install leafengines
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install leafengines

简介

提供土壤分析、作物建议与天气预测农业智能工具。

  • 包含三种 TurboQuant 分析功能模块。
  • 支持免费套餐与创始人定价模式接入。leafengines 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install leafengines。
  • 需核实气象数据接口调用权限与地域覆盖范围。

SKILL.md

name
leafengines
version
1.2.0
description
LeafEngines - Agricultural Intelligence with Free Tier & Founder Pricing. 1,092+ downloads. 3 tools for soil analysis, crop recommendations, and TurboQuant capabilities. Free tier available with x-free-tier header.
homepage
https://app.soilsidekickpro.com/mcp
source
https://github.com/QWarranto/leafengines-claude-mcp
metadata
{"openclaw":{"emoji":"🌱","os":["darwin","linux"],"requires":{"bins":[]},"install":[{"id":"claude-desktop","kind":"manual","steps":["1. Open Claude Desktop settings","2. Navigate to Developer → MCP Servers","3. Add new server with URL: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server","4. Add header: x-free-tier: true (FREE) OR x-api-key: YOUR_PAID_KEY (Paid)"],"label":"Configure in Claude Desktop"},{"id":"openclaw-mcp","kind":"manual","steps":["1. Choose FREE tier (x-free-tier: true) or PAID tier (get API key from Stripe checkout)","2. Configure MCP server in OpenClaw config with appropriate header"],"label":"Configure in OpenClaw"}],"mcp":{"server":"https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server","headers":{"x-free-tier":"true"},"tools":[{"name":"analyze_soil","description":"Analyze soil characteristics and get recommendations for a specific location. Requires county_fips parameter (5-digit code).","inputSchema":{"type":"object","properties":{"county_fips":{"type":"string","description":"5-digit county FIPS code (e.g., '13067' for Fulton County, GA)"},"api_key":{"type":"string","description":"Optional API key for paid features (use x-api-key header instead)"}},"required":["county_fips"]}},{"name":"recommend_crop","description":"Get crop recommendations based on soil analysis.","inputSchema":{"type":"object","properties":{"county_fips":{"type":"string","description":"5-digit county FIPS code"},"api_key":{"type":"string","description":"Optional API key for paid features"}},"required":["county_fips"]}},{"name":"check_turboquant","description":"Check if TurboQuant capabilities are available for a location (FREE). No authentication required.","inputSchema":{"type":"object","properties":{"county_fips":{"type":"string","description":"5-digit county FIPS code"}},"required":["county_fips"]}}]}}}

LeafEngines MCP Server v1.2.0

Agricultural Intelligence with Free Tier & Founder Pricing for Claude and OpenClaw. 1,092+ downloads since March 29. Free tier available with x-free-tier: true header.

Features

Why 1,092+ Developers Choose Us:

  • Free tier available - No API key required for testing
  • Founder pricing - $10→$49/month lifetime lock (first 100 customers)
  • Simple integration - 3 focused tools with clear parameters
  • Proven adoption - 1,092 organic downloads
  • Active development - Regular updates and improvements

3 Agricultural Intelligence Tools:

  1. Analyze Soil - Soil characteristics and recommendations (requires county_fips)
  2. Recommend Crop - Crop suggestions based on soil analysis
  3. Check TurboQuant - Verify optimization capabilities (FREE, no auth)

Pricing Tiers

Free Tier (No Payment Required)

  • Header: x-free-tier: true
  • Tools: check_turboquant (always free), limited analyze_soil
  • Rate Limit: Reasonable usage for testing and evaluation
  • No API Key Needed - Start immediately

Founder Pricing (First 100 Customers - Lifetime Lock)

Limited time offer: First 100 customers get lifetime pricing locked at intro rates.

Starter Plan:

  • Intro: $10/month → Lifetime: $49/month (normally $149)
  • Checkout: https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02

Pro Plan:

  • Intro: $49/month → Lifetime: $149/month (normally $499)
  • Checkout: https://buy.stripe.com/cNi3cv1WuajZcfE7IOaMU03

After 100 customers or 30 days: Prices return to normal ($149/$499)

Normal Pricing (After Founder Period)

  • Starter: $149/month
  • Pro: $499/month
  • Enterprise: $1,999/month (custom volume)

Quick Start

Option A: Free Tier (Start Immediately)

No API key required - Use x-free-tier: true header

  1. Configure Claude Desktop:

- Open Claude Desktop settings - Navigate to Developer → MCP Servers - Add new server: - URL: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server - Headers: x-free-tier: true

  1. Configure OpenClaw:
mcpServers:
  leafengines:
    url: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server
    headers:
      x-free-tier: true

Option B: Paid Tier (Full Access)

Get Founder pricing - First 100 customers get lifetime lock

  1. Get API Key:

- Starter: https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02 ($10→$49/month lifetime) - Pro: https://buy.stripe.com/cNi3cv1WuajZcfE7IOaMU03 ($49→$149/month lifetime)

  1. Configure Claude Desktop:

- Same URL as above - Headers: x-api-key: YOUR_PAID_API_KEY_HERE

  1. Configure OpenClaw:
mcpServers:
  leafengines:
    url: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server
    headers:
      x-api-key: YOUR_PAID_API_KEY_HERE

Join 1,092+ developers using agricultural intelligence tools.

Use Cases

For Farmers & Agriculturists

  • Crop planning based on soil and climate
  • Irrigation optimization using weather forecasts
  • Pest management with detection tools
  • Yield prediction for harvest planning

For Researchers & Students

  • Environmental analysis for studies
  • Climate impact assessment
  • Agricultural data for research projects
  • Sustainability scoring

For Developers & AI Agents

  • Agricultural intelligence in applications
  • Environmental data for AI models
  • Real-time weather and soil data
  • Integration with farming IoT systems
  • TurboQuant optimization testing and deployment

For TurboQuant Users

  • Test optimization on your hardware
  • Verify performance improvements (6x memory, 8x speed)
  • Check compatibility for Gemma 7B on 4GB devices
  • Optimize deployment for edge/offline scenarios

Security & Privacy

Data Handling & Security

  • SSL/TLS Encryption: All API calls use HTTPS with valid SSL certificates from Supabase
  • Endpoint Security: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server
  • Data Retention: API request logs retained for 30 days for usage monitoring and abuse prevention
  • No Personal Data Collection: API does not collect or store personal information beyond necessary request data
  • Supabase Infrastructure: Enterprise-grade cloud platform with SOC 2 compliance

Free Tier Privacy

  • No Authentication Required: Free-tier endpoints (turbo_quant_capabilities) require no API key
  • Anonymous Usage Tracking: Basic metrics collected for service improvement (request count, endpoint usage)
  • No Cross-Site Tracking: No third-party analytics or tracking scripts
  • Data Minimization: Only necessary agricultural parameters collected (latitude, longitude, soil type, etc.)

API Key Privacy

  • GitHub Issue Process: Email and use case only requested for API key issuance
  • No Sensitive Data: Never request passwords, personal identifiers, or financial information
  • Key Rotation: API keys can be regenerated upon request
  • Usage Limits: Clear rate limits documented per pricing tier

API Key Options

1. Free Tier (Recommended for Testing)

  • Header: x-free-tier: true
  • Tools: check_turboquant (always free), limited analyze_soil
  • No Signup Required - Start immediately
  • Privacy: No email collection, anonymous usage

2. Founder Pricing (Limited Time)

First 100 customers get lifetime pricing lock:

  • Starter: $10/month → $49/month lifetime (normally $149)

- Checkout: https://buy.stripe.com/14A7sL30y8bR2F4fbgaMU02

  • Pro: $49/month → $149/month lifetime (normally $499)

- Checkout: https://buy.stripe.com/cNi3cv1WuajZcfE7IOaMU03

3. Normal Pricing (After Founder Period)

  • Starter: $149/month
  • Pro: $499/month
  • Enterprise: $1,999/month (custom)

No more GitHub issue requests - All API keys via Stripe checkout for instant access.

API Documentation

MCP Server URL: https://wzgnxkoeqzvueypwzvyn.supabase.co/functions/v1/mcp-server

Authentication Options:

  1. Free Tier: x-free-tier: true header
  2. Paid Tier: x-api-key: YOUR_PAID_KEY_HERE header

Emergency API (Direct Calls):

  • Base URL: https://leafengines-emergency-api-1.onrender.com/v1/
  • Free Tier: Same x-free-tier: true header
  • Parameter: county_fips (5-digit code required)

MCP Tools:

  1. analyze_soil - Soil analysis with recommendations

- Parameter: county_fips (5-digit code) - Free Tier: Limited access with x-free-tier: true

  1. recommend_crop - Crop recommendations

- Parameter: county_fips (5-digit code) - Paid Tier: Full access with x-api-key

  1. check_turboquant - TurboQuant capabilities check

- Parameter: county_fips (5-digit code) - Always FREE - No authentication required

Support & Community

  • GitHub Repository: https://github.com/QWarranto/leafengines-claude-mcp
  • Documentation: https://github.com/QWarranto/soil-sidekick-pro-guide
  • Early Adopters: 1,092+ MCP downloads, 476+ n8n downloads, 54+ QGIS downloads
  • Support: GitHub issues or email

Platform Downloads (as of April 20, 2026):

  • MCP Server: 1,092+ downloads (since March 29)
  • n8n Node: 476+ downloads (since April 9)
  • Node-RED: 124+ downloads (since April 6)
  • QGIS Plugin: 54+ downloads (since April 14)
  • Total: ~1,746+ downloads across platforms

License & Intellectual Property

Proprietary - Commercial API service. Free tier available for testing including TurboQuant capabilities check - used by 1,092+ developers.

TurboQuant Technology

Powered by Google's TurboQuant research: 6x memory compression for LLMs enabling Gemma 7B to run on 4GB devices with 8x faster inference for agricultural analysis tasks.


Updated: April 20, 2026 Version: 1.2.0 Key Changes:

  • Corrected tool list (3 tools, not 10)
  • Added Free Tier instructions (x-free-tier: true)
  • Updated pricing to Founder model (first 100 customers)
  • Removed outdated GitHub issue API key process
  • Added accurate download statistics (1,092+ MCP downloads)
  • Fixed Quick Start with dual paths (Free vs Paid)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.12%
按下载量换算1,038

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills