← 返回 Skills 市场
120
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install normieclaw-party-planner-pro
功能描述
Organize and manage all party details from event setup and guest lists to menus, timelines, budgets, vendors, and day-of logistics for any event type.
安全使用建议
This skill appears to be what it says: a local, file-based party planner. Before installing: 1) Review the included scripts (scripts/setup.sh, export-plan.sh, budget-report.sh) yourself instead of blindly pasting the SETUP-PROMPT block into a privileged shell — the setup block runs shell commands locally. 2) If you intend to use exports/visual reports, ensure Python 3.8+ (and Playwright if you want PNG reports) are available — the registry metadata did not declare these dependencies. 3) Confirm your agent/platform's data retention and network policy; the package's scripts claim no outbound network calls, but your agent or other plugins could add network behavior. 4) Back up any existing workspace data before running setup or uninstall steps. 5) If you handle sensitive guest data (personal contact info, health/allergy details), consider encrypting the workspace or using a platform with appropriate data protections. Finally, the pre-scan flagged prompt-injection patterns appear to be referenced as defensive guidance in SKILL.md, but if you have low tolerance for any ambiguous artifacts (unicode control characters, historical audit notes), inspect the raw files or run the package in a sandbox first.
功能分析
Type: OpenClaw Skill
Name: normieclaw-party-planner-pro
Version: 1.0.3
The Party Planner Pro bundle is a highly structured and security-conscious skill bundle. It implements several defensive best practices, such as using environment variables to pass data into Python heredocs to prevent shell injection (found in scripts/budget-report.sh and scripts/export-plan.sh) and enforcing restrictive file permissions (umask 077 and chmod 700/600). The SKILL.md includes explicit prompt injection defenses, instructing the agent to treat all external guest and vendor data as untrusted string literals rather than instructions.
能力评估
Purpose & Capability
Name/description (party/event planning) align with the files and runtime behavior: SKILL.md, example plans, dashboard spec, and local scripts all implement guest lists, budgets, exports, and dashboards. Minor inconsistency: README and SKILL.md state Python 3.8+ (and Playwright optional) are required for export/report features, but the registry metadata lists no required binaries; the skill will function for core planning without those tools, but export/visual-report features need Python and optional Playwright.
Instruction Scope
SKILL.md confines actions to workspace files (data/events/*.json) and explicitly includes a strong prompt-injection defense telling the agent to treat imported content as data, not instructions. Setup/install instructions ask the agent to create directories and run the included setup.sh which initializes data directories. There is no instruction to read unrelated system files or external credentials. The one caution: SETUP-PROMPT.md encourages pasting a shell-run block into the agent chat — that will execute local shell commands (create dirs, chmod, run setup.sh); users should inspect setup.sh before running.
Install Mechanism
No remote install/download spec — this is instruction-only plus local scripts included in the package. That lowers supply-chain risk. The included scripts operate on local workspace files and set file permissions; the CODEX audit and SECURITY.md assert no outbound network calls. Because scripts will be executed locally, users should still review them; but there are no remote URLs, installers, or extracted archives in the manifest.
Credentials
The skill declares no required environment variables or credentials. The package and docs reference workspace-root detection and some internal env names (e.g., WORKSPACE_ROOT, EVENT_FILE_ENV in the audit notes) used to pass data to scripts — these are local operational variables, not secrets. No cloud API keys, tokens, or unrelated credentials are requested.
Persistence & Privilege
always is false and model invocation is normal (agent-autonomous allowed). The skill writes its own data under skills/party-planner-pro/data/ and adjusts permissions there; it does not request system-wide changes or alter other skills' configurations. Setup.sh creates and locks down directories within the skill workspace (expected behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install normieclaw-party-planner-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/normieclaw-party-planner-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.0
Initial publish from NormieClaw.ai
元数据
常见问题
Party Planner Pro 是什么?
Organize and manage all party details from event setup and guest lists to menus, timelines, budgets, vendors, and day-of logistics for any event type. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。
如何安装 Party Planner Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install normieclaw-party-planner-pro」即可一键安装,无需额外配置。
Party Planner Pro 是免费的吗?
是的,Party Planner Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Party Planner Pro 支持哪些平台?
Party Planner Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Party Planner Pro?
由 Nollio(@nollio)开发并维护,当前版本 v1.0.3。
推荐 Skills