An API-driven skill for agentOS to automate real estate appointment scheduling, diary management, guest matching, and branch operations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install super-lap-agentos-api-v3-diary-call-group
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install super-lap-agentos-api-v3-diary-call-group using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The agentOS API V3 Diary Call Group skill is a powerful tool designed to bridge AI coding agents with the agentOS platform's robust diary and scheduling system. This integration gives agents full access to 13 high-performance endpoints for scheduling, tracking, and automating branch operations, facilitating rapid and accurate software development.
By leveraging Openclaw Skills, developers can quickly implement complex real estate diary systems. The skill automates typical workflows like fetching branch locations, verifying guest availability, setting up recurring appointments, and organizing calendars, ensuring clean integration with the LetMC API backend.
To set up this skill within your environment, ensure you configure the required environment variables and fetch the latest specification.
export AGENTOS_API_V3_DIARY_CALL_GROUP_API_KEY="your-api-key-here"
Configure the skill and download the API specifications using the following commands:
# Fetch the latest API spec
npx @lap-platform/lapsh get agentos-api-v3-diary-call-group -o references/api-spec.lap
# Query matching skills in your local catalog
npx @lap-platform/lapsh search agentos-api-v3-diary-call-group
Once the API spec is configured, you can perform a quick test by querying guest searches on your endpoint using your target shortname and branch ID.
This skill coordinates structural diary endpoints around specific metadata formats. The structural hierarchy is outlined below:
| Endpoint Category | Supported Operations | Parameters Required |
|---|---|---|
| Guest Directory | GET /v3/diary/{shortname}/{branchID}/guest/search |
shortname, branchID, guest criteria |
| Allocations | GET /v3/diary/{shortName}/allocations |
shortName, date range |
| Appointments | GET, POST, PUT, DELETE /v3/diary/{shortName}/appointment |
shortName, appointment schema |
| Cancellations & Feedback | PATCH /cancel, POST /feedback |
appointmentID, feedback payloads |
| Branch Directory | GET /company/branches, GET /branches/{branchID} |
shortName, branchID |
| Recurring Bookings | GET /v3/diary/{shortName}/recurringappointment |
shortName |
All JSON response objects contain standard LetMC API status fields, paging tokens, and entity identifiers.
Loading
A powerful AI-driven development runtime that automates planning, file operations, terminal commands, and bug-fixing with memory-enhanced hybrid search.

An AI agent skill that automatically transforms Product Requirements Documents (PRDs) into production-ready, fully architected SwiftUI iOS applications.

A headless browser automation CLI designed for AI agents, providing deterministic element selection via accessibility tree snapshots with refs.

An autonomous learning skill that allows AI coding agents to log, analyze, and resolve their errors while promoting key insights into long-term project memory.

Automate component placement, electrical wiring, and layout verification within the EasyEDA environment via command-line control.

A dependency-free Node.js CLI skill that connects AI agents securely to the Freedcamp REST API for seamless task, group, and project coordination.








































