agentOS API V3 Diary Call Group for Openclaw

An API-driven skill for agentOS to automate real estate appointment scheduling, diary management, guest matching, and branch operations.

molexazwo
v1.0.0
Jun 30, 2026
0
323
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install super-lap-agentos-api-v3-diary-call-group

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is agentOS API V3 Diary Call Group?

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.

agentOS API V3 Diary Call Group Use Cases

  • Automated Real Estate Booking: Automate client, tenant, and viewer scheduling with custom parameters and allocations.
  • Guest & Applicant Verification: Programmatically match incoming inquiry guests against existing database records using branch and shortname filters.
  • Calendar Synchronization & Allocation Checks: Instantly retrieve valid diary slots and allocations over rolling 7-day windows.
  • Branch & Corporate Directory Operations: Fetch branch-specific metadata dynamically to direct scheduling logic to the correct physical office.

How agentOS API V3 Diary Call Group Works

  1. Authentication: The AI agent accesses the live LetMC API endpoint using an API Key set in the request headers.
  2. Parameter Matching & Allocations: The agent searches for guests or checks diary allocations across the specified 7-day booking window.
  3. Appointment Management: Appointments are created, updated, or canceled using targeted POST, PUT, and PATCH operations.
  4. Feedback & Archival: Feedback is submitted for completed appointments, and recurring data gets cataloged.

agentOS API V3 Diary Call Group Setup

To set up this skill within your environment, ensure you configure the required environment variables and fetch the latest specification.

Environment Variables

export AGENTOS_API_V3_DIARY_CALL_GROUP_API_KEY="your-api-key-here"

Verification and CLI Setup

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.

agentOS API V3 Diary Call Group Data Schema & Taxonomy

This skill coordinates structural diary endpoints around specific metadata formats. The structural hierarchy is outlined below:

Data Paths and Methods

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.

agentOS API V3 Diary Call Group Advanced Features

  • Dynamic Allocation Scanning: Automatically scans rolling 7-day windows for open appointment times based on specific meeting types.
  • Multi-Branch Operations: Supports enterprise configurations by routing queries dynamically using hierarchical branch identifiers.
  • Recurring Scheduling Loops: Simplifies calendar management by offering tools to parse, filter, and modify repeat bookings dynamically.
  • Streamlined Openclaw Skills Integration: Native integration support facilitates direct prompt-to-API translation for LLM orchestrators.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*