← 返回 Skills 市场
Lap Agentos Api V3 Diary Call Group
作者
mickmicksh
· GitHub ↗
· v1.0.0
· MIT-0
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lap-agentos-api-v3-diary-call-group
功能描述
agentOS API V3, Diary Call Group API skill. Use when working with agentOS API V3, Diary Call Group for diary. Covers 13 endpoints.
使用说明 (SKILL.md)
agentOS API V3, Diary Call Group
API version: v3-diary
Auth
basic | ApiKey ApiKey in header
Base URL
Setup
- Set your API key in the appropriate header
- GET /v3/diary/{shortname}/{branchID}/guest/search -- verify access
- POST /v3/diary/{shortName}/appointment -- create first appointment
Endpoints
13 endpoints across 1 groups. See references/api-spec.lap for full details.
diary
| Method | Path | Description |
|---|---|---|
| GET | /v3/diary/{shortname}/{branchID}/guest/search | Match Guest Parameters with existing applicants |
| GET | /v3/diary/{shortName}/allocations | Get a list of all available allocations for a date + 7 days for a specified appointment type |
| GET | /v3/diary/{shortName}/appointment | Get an appointment by ID |
| PUT | /v3/diary/{shortName}/appointment | Update an existing appointment using its unique identifier |
| POST | /v3/diary/{shortName}/appointment | Post an appointment into a valid diary allocation |
| DELETE | /v3/diary/{shortName}/appointment | Delete an existing appointment using its unique identifier |
| PATCH | /v3/diary/{shortName}/appointment/{appointmentID}/cancel | Cancel an existing appointment using its unique identifier |
| POST | /v3/diary/{shortName}/appointment/feedback | Submit appointment feedback |
| GET | /v3/diary/{shortName}/appointmentsbetweendates | A collection of diary appointments linked to a company filtered between specific dates and by appointment type |
| GET | /v3/diary/{shortName}/appointmenttypes | A collection of all diary appointment types |
| GET | /v3/diary/{shortName}/company/branches | All branches defined for a company |
| GET | /v3/diary/{shortName}/company/branches/{branchID} | Get a specific branch given its unique Object ID (OID) |
| GET | /v3/diary/{shortName}/recurringappointment | Retrieves all recurring appointments:- |
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
- "List all search?" -> GET /v3/diary/{shortname}/{branchID}/guest/search
- "List all allocations?" -> GET /v3/diary/{shortName}/allocations
- "List all appointment?" -> GET /v3/diary/{shortName}/appointment
- "Create a appointment?" -> POST /v3/diary/{shortName}/appointment
- "Create a feedback?" -> POST /v3/diary/{shortName}/appointment/feedback
- "List all appointmentsbetweendates?" -> GET /v3/diary/{shortName}/appointmentsbetweendates
- "List all appointmenttypes?" -> GET /v3/diary/{shortName}/appointmenttypes
- "List all branches?" -> GET /v3/diary/{shortName}/company/branches
- "Get branche details?" -> GET /v3/diary/{shortName}/company/branches/{branchID}
- "List all recurringappointment?" -> GET /v3/diary/{shortName}/recurringappointment
- "How to authenticate?" -> See Auth section
Response Tips
- Check response schemas in references/api-spec.lap for field details
- List endpoints may support pagination; check for limit, offset, or cursor params
- Create/update endpoints typically return the created/updated object
CLI
# Update this spec to the latest version
npx @lap-platform/lapsh get agentos-api-v3-diary-call-group -o references/api-spec.lap
# Search for related APIs
npx @lap-platform/lapsh search agentos-api-v3-diary-call-group
References
- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
Generated from the official API spec by LAP
安全使用建议
This skill appears to be a straightforward client spec for the agentOS Diary Call Group API and is internally consistent. Before installing: 1) Confirm you trust the publisher (no homepage/source provided). 2) Ensure the AGENTOS_API_V3_DIARY_CALL_GROUP_API_KEY you provide has the minimum privileges needed and is stored securely. 3) Verify the base URL (https://live-api.letmc.com) is the intended service for your organization. 4) Note the SKILL.md references references/api-spec.lap and uses npx @lap-platform/lapsh — if you run those commands the agent/environment will make network requests to fetch specs; test with non-production credentials first. 5) Because this is instruction-only, it won't drop code on disk, but the agent will make outbound requests to the API when used — review data sent to the API if it contains sensitive information.
功能分析
Type: OpenClaw Skill
Name: lap-agentos-api-v3-diary-call-group
Version: 1.0.0
The skill bundle is a standard API wrapper for the agentOS (letmc.com) Diary Call Group API. It defines legitimate REST endpoints for managing appointments and branches, uses a standard API key authentication mechanism via environment variables, and contains no evidence of malicious intent, data exfiltration, or prompt injection. All instructions in SKILL.md are aligned with the stated purpose of providing an interface for the agentOS API.
能力标签
能力评估
Purpose & Capability
Name/description match the actions in SKILL.md: it documents 13 diary-related endpoints and only requests a single API key (AGENTOS_API_V3_DIARY_CALL_GROUP_API_KEY) which is exactly what an API client would need. The source/homepage are missing (unknown publisher), so verify provenance if that matters to you.
Instruction Scope
SKILL.md confines runtime behavior to calling the documented endpoints, setting the API key in request headers, and using LAP tooling (npx @lap-platform/lapsh) to refresh/search the spec. It does not instruct reading unrelated files, extra environment variables, or transmitting data to unexpected endpoints beyond the documented base URL (https://live-api.letmc.com).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk writes and arbitrary code execution risk.
Credentials
Only one env var is required and it is clearly named for the API key used by this integration. No unrelated secrets, config paths, or broad credential requests are present.
Persistence & Privilege
always is false and the skill does not request system-wide changes or access to other skills' configs. disable-model-invocation is false (normal autonomous invocation default) and does not combine with any other red flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lap-agentos-api-v3-diary-call-group - 安装完成后,直接呼叫该 Skill 的名称或使用
/lap-agentos-api-v3-diary-call-group触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of lap-agentos-api-v3-diary-call-group.
- Provides access to 13 endpoints from agentOS API V3 Diary Call Group for appointment and diary management.
- Supports operations like searching guests, managing appointments (create, retrieve, update, delete, cancel), viewing allocations, appointment types, branches, and recurring appointments.
- API key authentication required in the header.
- Includes usage notes, common patterns for user queries, and CLI commands for managing the API spec.
元数据
常见问题
Lap Agentos Api V3 Diary Call Group 是什么?
agentOS API V3, Diary Call Group API skill. Use when working with agentOS API V3, Diary Call Group for diary. Covers 13 endpoints. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Lap Agentos Api V3 Diary Call Group?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lap-agentos-api-v3-diary-call-group」即可一键安装,无需额外配置。
Lap Agentos Api V3 Diary Call Group 是免费的吗?
是的,Lap Agentos Api V3 Diary Call Group 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lap Agentos Api V3 Diary Call Group 支持哪些平台?
Lap Agentos Api V3 Diary Call Group 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lap Agentos Api V3 Diary Call Group?
由 mickmicksh(@mickmicksh)开发并维护,当前版本 v1.0.0。
推荐 Skills