Overview
- Skill Key
- andyxcg/agricultural-output-forecasting
- Author
- andyxcg
- Source Repo
- openclaw/skills
- Version
- 1.0.1
- Source Path
- skills/andyxcg/agricultural-output-forecasting
- Latest Commit SHA
- 98ddbb65b8f8fb21fb89a7f43da72f19fa3f50ab
Agricultural Product Output Forecasting Based on Big Data. Predicts crop yields and agricultural output using historical data, weather patterns, and market trends. Use when forecasting agricultural production, estimating crop yields, analyzing farming trends, or making data-driven decisions in agriculture.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agricultural-output-forecasting 技能。 若已安装,则直接安装 agricultural-output-forecasting 技能。
# Agricultural Output Forecasting
> **Version**: 1.0.1
> **Category**: Agriculture / Analytics
> **Billing**: SkillPay (1 token per call, ~0.001 USDT)
> **Free Trial**: 10 free calls per user
A big data-driven agricultural product output forecasting tool that helps farmers, agronomists, and agricultural businesses predict crop yields and production outputs.
## Features
1. **Yield Prediction** - Forecast crop yields based on historical data and current conditions
2. **Weather Impact Analysis** - Factor in weather patterns and climate data
3. **Market Trend Integration** - Consider market prices and demand trends
4. **Multi-Crop Support** - Support for various agricultural products (grains, vegetables, fruits, etc.)
5. **SkillPay Billing** - Pay-per-use monetization (1 token per call, ~0.001 USDT)
6. **Free Trial** - 10 free calls for every new user
## Free Trial
Each user gets **10 free calls** before billing begins. During the trial:
- No payment required
- Full feature access
- Trial status returned in API response
```python
{
"success": True,
"trial_mode": True, # Currently in free trial
"trial_remaining": 7, # 7 free calls left
"balance": None, # No balance needed in trial
"forecast": {...}
}
```
After 10 free calls, normal billing applies.
## Quick Start
### Forecast agricultural output:
```python
from scripts.forecast import forecast_output
import os
# Set environment variables (only needed after trial)
os.environ["SKILL_BILLING_API_KEY"] = "your-api-key"
os.environ["SKILL_ID"] = "your-skill-id"
# Forecast wheat yield
result = forecast_output(
crop_type="wheat",
area_hectares=100,
region="North China Plain",
season="spring",
user_id="user_123"
)
# Check result
if result["success"]:
print("预测产量:", result["forecast"])
if result.get("trial_mode"):
print(f"免费试用剩余: {result['trial_remaining']} 次")
else:
print("剩余余额:", result["balance"])
else:
pri...
# Agricultural Output Forecasting A big data-driven agricultural product output forecasting tool that helps farmers, agronomists, and agricultural businesses predict crop yields and production outputs. ## Features - **Yield Prediction** - Forecast crop yields based on historical data and current conditions - **Weather Impact Analysis** - Factor in weather patterns and climate data - **Market Trend Integration** - Consider market prices and demand trends - **Multi-Crop Support** - Support for various agricultural products (grains, vegetables, fruits, etc.) - **SkillPay Billing** - Pay-per-use monetization (1 token per call, ~0.001 USDT) ## Installation 1. Clone or download this skill to your OpenClaw workspace: ```bash cd /home/node/.openclaw/workspace/skills/ ``` 2. Install Python dependencies (if any additional packages are needed): ```bash pip install -r requirements.txt # if requirements.txt exists ``` 3. Copy the environment variables file and configure: ```bash cp .env.example .env # Edit .env with your actual API keys ``` ## Environment Variables Configuration Copy `.env.example` to `.env` and configure the following variables: ### Required Variables | Variable | Description | Required | |----------|-------------|----------| | `SKILL_BILLING_API_KEY` | Your SkillPay API key for billing | Yes | | `SKILL_ID` | Your Skill ID from SkillPay dashboard | Yes | ### Optional Variables | Variable | Description | Default | |----------|-------------|---------| | `OPENWEATHER_API_KEY` | OpenWeatherMap API key for weather data | - | | `WEATHERAPI_KEY` | WeatherAPI key for alternative weather data | - | | `USDA_API_KEY` | USDA API key for US agricultural data | - | | `OPENAI_API_KEY` | OpenAI API key for enhanced forecasting | - | | `CACHE_DURATION_MINUTES` | Cache duration for weather/market data | 60 | | `MAX_FORECAST_AREA` | Maximum area in hectares per request | 10000 | ## Usage Examples ### Python API ```python from scripts.forecast import forecast_outp...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.