📦 Event Planner OS — 智能办活动

v1.0.0

从立项到收尾一站式规划并管理任何活动:自动生成时间轴、任务清单、供应商/志愿者名单与预算表,实时追踪进度,确保活动按时按预算落地。

0· 70·0 当前·0 累计
下载技能包
最后更新
2026/4/11
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do exactly what it says: it keeps event records in a local JSON file. Before installing, confirm where the agent stores its skill data directory and whether that directory is backed up or synced (so private contact info or budgets won't be unintentionally uploaded). If you care about privacy, ensure the data directory has appropriate file permissions, consider encrypting sensitive fields externally, and test the skill on dummy data to verify the "merge updates" behavior won...
详细分析 ▾
用途与能力
Name/description (event planning) match the instructions: templates, tasks, vendors, volunteers, and budgets are all implemented in the SKILL.md and stored in a local event-data.json. Nothing requested or described is unrelated to event planning.
指令范围
Runtime instructions confine operations to a single structured file (event-data.json) in the skill data directory: read-first, write-after-every-change, create-if-missing, merge-updates. This is coherent for a planner. Note: the skill will store personal contact info and budget/spend data; the merging rule means updates must be implemented carefully to avoid accidental overwrites of unrelated fields.
安装机制
Instruction-only skill with no install spec and no code files. No downloads or package installs are requested, so nothing is written to disk beyond the declared event-data.json during normal use.
凭证需求
No environment variables, credentials, or external configuration paths are requested. All declared data is local to the skill and proportional to the described functionality.
持久化与权限
The skill persists structured event data to event-data.json in its data directory, which is expected for this use case. always:false (not force-installed) and default autonomous-invocation are set; autonomous invocation is normal for skills but consider whether you want the agent to trigger this skill automatically on casual phrases.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/11

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install event-planner-os
镜像加速npx clawhub@latest install event-planner-os --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库