farmos-land-portfolio
Query land ownership, leases, landlord info, and land payments. Write operations for payment management and lease renewals.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brianppetty/farmos-land-portfolioWhat This Skill Does
The farmos-land-portfolio skill acts as a comprehensive management interface for agricultural land data, enabling OpenClaw agents to interface directly with the FarmOS land module. It facilitates the tracking and management of owned and leased land, including detailed oversight of landlord relationships, lease agreements, and financial obligations. By enforcing strict data integrity rules, this skill ensures that all queries—whether related to annual land costs, parcel-specific rent amounts, or payment statuses—return complete datasets rather than partial, truncated results. It bridges the gap between raw ledger data and actionable management insights.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/brianppetty/farmos-land-portfolio
Use Cases
This skill is designed for farm managers and administrative staff who need to maintain tight control over land assets. Use cases include performing routine audits of lease expiration dates, generating monthly financial reports for rent disbursements, cross-referencing parcel-specific land costs against yearly budgets, and managing the lifecycle of land payments. It is particularly effective for teams that handle multiple landlords and lease types, as it simplifies the process of retrieving contact information and payment status for specific parcels.
Example Prompts
- "What payments are due in March, and what is the total cost for the month?"
- "Mark all rent payments for the Smith ground as paid in the system."
- "Show me a list of all leased parcels where the lease expires before December 31, 2026."
Tips & Limitations
To ensure security and data accuracy, observe the following rules:
- Access Control: This skill is restricted to admin or manager roles. Always ensure your user profile is correctly mapped in
~/.openclaw/farmos-users.jsonbefore executing requests. - Data Integrity: Never attempt to use the dashboard endpoint, as it truncates data to five entries. Always rely on the
/allendpoints to ensure complete visibility of your financial commitments. - Reporting: If a request fails or returns an empty dataset, the agent is instructed to explicitly report this failure. Do not assume silence means success.
- Security: Because this skill handles financial data and lease terms, always verify the context before performing write operations like payment status updates or lease renewals.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brianppetty-farmos-land-portfolio": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, external-api
Related Skills
experience-yunnan-pollen-fever
Feel awe wandering Yunnan’s endless golden rapeseed seas, where spring sunlight, sweet scent, and quiet villages reveal nature’s harmonious cycle. 8 immersive steps, HIGH intensity, 30‑45 min duration. 感受金色春田的惊叹. Maravilla en campos dorados.
farmos-weather
Query weather data and forecasts for farm fields via the Agronomy module.
farmos-finance
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
farmos-observations
Query and create field observations and AI-processed captures. Photos, voice notes, and text notes from the field.
farmos-equipment
Query equipment status, maintenance schedules, and service history for the farm fleet. Uses integration endpoints (no auth required).