← 返回
未分类 Key 中文

Livestock Assistant

AI-powered livestock management assistant for Spanish-speaking farmers. Provides expert advice on herd management, animal health, reproduction, genetics, nut...
AI驱动的西班牙语农民畜牧管理助手,提供牛群管理、动物健康、繁殖、遗传学、营养等专家建议。
antonygiomarxdev antonygiomarxdev 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 需要
★ 1
Stars
📥 572
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw Livestock Assistant

Expert livestock management assistant for Spanish-speaking farmers. Responds

always in Spanish. Combines AI chat with a REST API for herd record-keeping.

Capabilities

  • Herd management — register and track animals (bovine, ovine, caprine, porcine, equine, poultry)
  • Animal health — vaccination schedules, disease identification, treatment guidance
  • Reproduction — heat detection, pregnancy tracking, birth records, genetics
  • Nutrition — ration formulation, forage selection, supplementation
  • Breed advice — selection by aptitude (meat / milk / wool / dual-purpose)
  • REST API — persistent record-keeping via Express server on http://localhost:3000

Starting the API Server

Before using any REST API endpoint, start the server:

bash scripts/start.sh

The server exposes /health, /api/animals, and /api/assistant — see

references/api.md for the full endpoint reference.

AI Provider Configuration

The assistant supports OpenAI, Anthropic (Claude), and Google (Gemini).

Set at least one API key; the assistant auto-selects the provider.

ProviderAPI key env varDefault model
---------
OpenAIOPENAI_API_KEYgpt-5
AnthropicANTHROPIC_API_KEYclaude-opus-4-6
GoogleGOOGLE_GENERATIVE_AI_API_KEYgemini-2.5-pro

Override explicitly via:

  • AI_PROVIDER=openai|anthropic|google — force a specific provider
  • AI_MODEL= — override the model ID for the chosen provider

AI Chat

Every interaction should be in Spanish. Use the system prompt embedded in

src/assistant/systemPrompt.ts as the agent's knowledge baseline.

Create a session before sending messages:

curl -X POST http://localhost:3000/api/assistant/sessions
# → { "sessionId": "...", "welcome": "¡Hola! Soy el Asistente de Ganadería..." }

curl -X POST http://localhost:3000/api/assistant/sessions/<sessionId>/messages \
  -H "Content-Type: application/json" \
  -d '{"message": "¿Cómo prevenir la mastitis en vacas lecheras?"}'

Domain References

Load these files when you need detailed reference data:

ReferenceWhen to read
------
references/breeds.mdUser asks about breeds, selection, or characteristics
references/diseases.mdUser reports symptoms, asks about prevention or treatment
references/nutrition.mdUser asks about feeding, rations, forages, or supplementation
references/api.mdUser wants to register animals or retrieve herd data

Animal Status Reference

FieldAllowed values
------
speciesbovine ovine caprine porcine equine poultry
sexmale female
statusactive sold dead quarantine
healthStatushealthy sick in_treatment recovered
reproductiveStatusopen pregnant lactating in_heat served not_applicable

Safety Guidelines

  • Never diagnose diseases definitively — always recommend a veterinarian for emergencies.
  • Zoonotic diseases (e.g., Brucelosis) must be flagged immediately.
  • Urgency levels: lowmediumhighemergency. Escalate accordingly.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-02 10:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 129 📥 42,326
professional

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 279 📥 57,784
professional

Stock Market Pro

kys42
Yahoo Finance (yfinance) 驱动的股票分析技能:行情报价、基本面、ASCII 趋势图、高分辨率图表(RSI/MACD/BB/VWAP/ATR),以及可选的网络...
★ 163 📥 40,234