farmos-land-portfolio
Query land ownership, leases, landlord info, and land payments. Write operations for payment management and lease renewals.
Why use this skill?
Manage your FarmOS land leases, landlord relationships, and payments with this OpenClaw skill. Ensures data integrity and full access.
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
farmos-workforce
Query employee data, time clock entries, schedules, and requests. Requires authentication — employees see own data, managers see team.
farmos-tasks
Query and manage farm work orders and tasks. View assignments, create tasks, update status. Uses integration endpoints (no auth) for reads and authenticated endpoints for writes.
farmos-equipment
Query equipment status, maintenance schedules, and service history for the farm fleet. Uses integration endpoints (no auth required).
farmos-finance
Query farm financial data — cash flow projections, cost tracking, breakeven analysis. Requires admin authentication. Highly sensitive data.
farmos-weather
Query weather data and forecasts for farm fields via the Agronomy module.