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

toolweb-agriculture-research工具网农业研究

Agent Skill

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

总安装

3,036

周安装

124

GitHub Stars

公开资料未说明

下载量

972
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install toolweb-agriculture-research

简介

toolweb-agriculture-research 根据用户背景生成农业研究领域的个性化职业路线图。

  • 适合在 OpenClaw 中为科研人员或从业者提供定制化发展建议和学习资源。
  • 通过 clawhub 安装后,Agent 可分析输入技能和目标,输出分阶段实施计划。
  • 建议定期更新知识库以保持与最新科研方向同步,避免过时信息误导。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
Agriculture Research Roadmap API
description
Generates personalized agriculture research career roadmaps based on user experience, skills, and professional goals.

Overview

The Agriculture Research Roadmap API empowers career professionals and students in the agricultural research sector to create personalized, data-driven career development plans. By analyzing educational background, existing skills, research interests, and career aspirations, this API generates comprehensive roadmaps tailored to individual trajectories and industry demands.

This tool serves agricultural researchers, academics, career counselors, and educational institutions seeking to align individual capabilities with evolving opportunities in agriculture research. Whether you're transitioning into agricultural research, advancing within the field, or exploring specialized research areas, the API delivers actionable guidance structured around realistic timelines and sector-specific requirements.

The API supports session-based interactions, allowing users to track progress, refine goals, and receive updated recommendations as their circumstances evolve. Integration is straightforward via REST endpoints, with detailed validation to ensure data quality and meaningful roadmap generation.

Usage

Sample Request

{
  "userId": "user_12345",
  "sessionId": "session_abc123",
  "timestamp": "2024-01-15T10:30:00Z",
  "assessmentData": {
    "experience": {
      "education": "Master's in Agronomy",
      "fieldOfStudy": "Crop Science",
      "yearsExperience": "3"
    },
    "skills": {
      "existingSkills": ["data analysis", "soil testing", "crop modeling"],
      "researchAreas": ["sustainable farming", "precision agriculture", "soil health"]
    },
    "goals": {
      "targetRole": "Agricultural Research Scientist",
      "preferredSector": "Public Research Institution",
      "timeline": "18-24 months",
      "additionalInfo": "Interested in climate-resilient crop varieties"
    },
    "sessionId": "session_abc123",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}

Sample Response

{
  "roadmapId": "roadmap_xyz789",
  "userId": "user_12345",
  "sessionId": "session_abc123",
  "generatedAt": "2024-01-15T10:30:45Z",
  "roadmap": {
    "summary": "12-18 month pathway to Senior Agricultural Research Scientist role",
    "phases": [
      {
        "phase": 1,
        "duration": "Months 1-3",
        "title": "Foundation & Specialization",
        "objectives": [
          "Deepen knowledge in climate adaptation research",
          "Complete advanced statistical analysis course",
          "Establish publication strategy"
        ],
        "milestones": ["Complete 1 peer-reviewed publication", "Join research consortium"]
      },
      {
        "phase": 2,
        "duration": "Months 4-9",
        "title": "Project Leadership",
        "objectives": [
          "Lead independent research project",
          "Develop grant proposal skills",
          "Build collaborative partnerships"
        ],
        "milestones": ["Submit grant application", "Establish 2+ partnerships"]
      },
      {
        "phase": 3,
        "duration": "Months 10-18",
        "title": "Career Advancement",
        "objectives": [
          "Mentor junior researchers",
          "Present at international conference",
          "Establish thought leadership"
        ],
        "milestones": ["Conference presentation", "Launch mentorship program"]
      }
    ],
    "skillGaps": ["Grant writing", "Advanced GIS", "Research budgeting"],
    "recommendedResources": [
      "NSF Research Skills Workshop",
      "Climate-Smart Agriculture Certification",
      "Advanced R Programming for Agricultural Data"
    ],
    "nextSteps": ["Enroll in grant writing course", "Schedule mentor meeting", "Attend upcoming conference"]
  },
  "status": "success"
}

Endpoints

GET /

Summary: Root Description: Returns basic API information.

Parameters: None

Response: Returns an empty JSON object or welcome message.


GET /api/agri/health

Summary: Health Check Description: Verifies the API service is operational and responsive.

Parameters: None

Response: Returns service status and availability information.


POST /api/agri/roadmap

Summary: Create Roadmap Description: Generates a personalized agriculture research career roadmap based on user assessment data.

Parameters:

NameTypeRequiredDescription
userIdstring or objectOptionalUnique identifier for the user requesting the roadmap.
sessionIdstringOptionalSession token for tracking multi-step interactions and maintaining context across requests.
timestampstring (ISO 8601)OptionalRequest timestamp in ISO 8601 format for audit and analytics purposes.
assessmentDataobjectRequiredComprehensive assessment containing experience, skills, and career goals.
assessmentData.experienceobjectOptionalEducational and professional background information.
assessmentData.experience.educationstringOptionalHighest level of education completed (e.g., "Bachelor's in Biology", "Master's in Agronomy").
assessmentData.experience.fieldOfStudystringOptionalPrimary field or discipline of study (e.g., "Crop Science", "Agricultural Engineering").
assessmentData.experience.yearsExperiencestringOptionalYears of relevant professional experience in agriculture or research.
assessmentData.skillsobjectOptionalExisting competencies and research interests.
assessmentData.skills.existingSkillsarray of stringsOptionalList of current professional skills (e.g., ["data analysis", "soil testing", "statistical modeling"]).
assessmentData.skills.researchAreasarray of stringsOptionalAreas of research interest or specialization (e.g., ["sustainable farming", "precision agriculture"]).
assessmentData.goalsobjectOptionalCareer objectives and preferences.
assessmentData.goals.targetRolestringOptionalDesired job title or position (e.g., "Senior Research Scientist", "Agricultural Policy Advisor").
assessmentData.goals.preferredSectorstringOptionalIndustry sector preference (e.g., "Public Research Institution", "Private AgTech", "Government Agency").
assessmentData.goals.timelinestringOptionalExpected timeframe for goal achievement (e.g., "12-18 months", "2-3 years").
assessmentData.goals.additionalInfostringOptionalAny additional context, constraints, or preferences affecting the roadmap.

Request Body: JSON object containing RoadmapRequest schema as shown above.

Response (200): Returns a comprehensive roadmap object including:

  • roadmapId: Unique identifier for the generated roadmap
  • userId: Associated user identifier
  • sessionId: Session tracking reference
  • generatedAt: Timestamp of roadmap generation
  • roadmap: Structured career pathway with phases, objectives, milestones, skill gaps, resources, and next steps
  • status: Confirmation of successful generation ("success")

Response (422): Validation error detailing missing or malformed request parameters.

Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/career/agriculture-research
  • API Docs: https://api.mkkpro.com:8183/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.9%
按下载量换算874

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills