← 返回 Skills 市场
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-candy
功能描述
Convert ICS calendar files to JSON format for importing, exporting, or processing Feishu calendar events and data integration.
使用说明 (SKILL.md)
Feishu Calendar Candy
Convert ICS calendar files to JSON format for Feishu calendar integration.
requirement
install vdirsyncer and setup calendar sync
Quick Start
Run the conversion script:
python scripts/ics2json.py \x3Cinput_directory> [-o output.json] [--split]
Arguments
input_dir- Directory containing .ics files (required)-o, --output- Output JSON file (default: output.json)--split- Output one JSON per ICS file instead of merging
Examples
Merge all ICS files into one JSON:
python scripts/ics2json.py ./calendars -o events.json
Split each ICS into separate JSON:
python scripts/ics2json.py ./calendars --split
Output Format
Each event contains:
uid- Unique event identifiersummary- Event titlestatus- Event statusorganizer- Organizer infostart- Start time (ISO format)end- End time (ISO format)alarms- List of reminders/triggers
安全使用建议
This skill is a simple local converter: review the small Python script (it only parses .ics files and writes JSON), ensure you run it in a trusted environment, and install the required Python package (pip install icalendar) before use. The SKILL.md mentions vdirsyncer only as an optional sync helper — it is not required to run the converter. If you handle sensitive calendar data, run the script locally (no network activity in the code) and inspect the output files; if you have any doubt, run it in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: feishu-candy
Version: 1.0.1
The skill bundle is a legitimate utility designed to convert iCalendar (.ics) files into JSON format for Feishu calendar integration. The core logic in `scripts/ics2json.py` uses the standard `icalendar` library to parse local files and contains no network requests, suspicious execution patterns, or unauthorized data access.
能力评估
Purpose & Capability
Name/description align with the included script (ics -> JSON). Minor mismatch: SKILL.md recommends installing vdirsyncer and 'setup calendar sync' which is related but not required to run the conversion script; SKILL.md also does not document the Python dependency (the script requires the 'icalendar' package).
Instruction Scope
Runtime instructions are limited to running the local Python script against a local directory of .ics files; the script reads files, parses events, and writes JSON outputs. It does not attempt network calls or access unrelated system paths.
Install Mechanism
No install spec (instruction-only) and included code is a small local script — low risk. Note: the skill does not declare Python package dependencies (icalendar) that must be installed separately.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not request or use secrets.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-candy - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-candy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
feishu-candy v1.0.0
- Initial release.
- Converts ICS (iCalendar) files to JSON for Feishu calendar integration.
- Supports merging all ICS events into one JSON or splitting output by file.
- Provides a command-line script for easy conversion and flexible output options.
- Outputs clean, structured event data including event ID, summary, organizer, times, and alarms.
元数据
常见问题
Feishu calendar sync, local ics to json data for AI agent 是什么?
Convert ICS calendar files to JSON format for importing, exporting, or processing Feishu calendar events and data integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。
如何安装 Feishu calendar sync, local ics to json data for AI agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-candy」即可一键安装,无需额外配置。
Feishu calendar sync, local ics to json data for AI agent 是免费的吗?
是的,Feishu calendar sync, local ics to json data for AI agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu calendar sync, local ics to json data for AI agent 支持哪些平台?
Feishu calendar sync, local ics to json data for AI agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu calendar sync, local ics to json data for AI agent?
由 Jay(@goog)开发并维护,当前版本 v1.0.1。
推荐 Skills