openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Workshop Agenda Designer

Design workshops, trainings, and strategy sessions with timing, facilitation notes, activities, and follow-up artifacts.

开发与 DevOps

作者:vx:17605205782 @52YuanChangXing

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.1.0

统计:⭐ 0 · 98 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:52yuanchangxing/workshop-agenda-designer

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requirements, instructions, and bundled script match its stated purpose (designing workshop agendas); it is local, auditable, and does not request credentials or network installs.

目的

Name/description align with what is included: a facilitator-focused agenda generator and a small local Python helper script. Declared dependency (python3) is reasonable and necessary for the bundled script.

说明范围

SKILL.md confines runtime actions to using a local script and local resource template, asks for only workshop-relevant inputs, and explicitly warns against fabricating evidence or performing destructive actions without user consent.

安装机制

No install spec; instruction-only with a small local script. No network downloads, no package installs, and bundled files are plaintext and auditable.

证书

No environment variables, credentials, or config paths are required. The skill does not request elevated access or unrelated secrets.

持久

always is false and the skill is user-invocable. It does not request permanent presence or modify other skills or system-wide settings.

综合结论

This skill appears safe and self-contained: it uses a small local Python script to write an agenda CSV and includes a template resource. Before installing, confirm python3 is present, review scripts if you plan to run them (they write to a user-specified output path), and ensure you are comfortable allowing the agent to invoke the skill (autonomous invocation is the platform default). If you will process sensitive data, consider running the sc…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Workshop Agenda Designer」。简介:Design workshops, trainings, and strategy sessions with timing, facilitation no…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/52yuanchangxing/workshop-agenda-designer/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: workshop-agenda-designer
description: Design workshops, trainings, and strategy sessions with timing, facilitation
  notes, activities, and follow-up artifacts.
version: 1.1.0
metadata:
  openclaw:
    requires:
      bins:
      - python3
    emoji: 🧰
---

# Workshop Agenda Designer

## Purpose

Design workshops, trainings, and strategy sessions with timing, facilitation notes, activities, and follow-up artifacts.

## Trigger phrases

- 设计议程
- build a workshop agenda
- 培训大纲
- facilitation plan
- 会议流程设计

## Ask for these inputs

- session goal
- participants
- duration
- format online/offline
- decision needed
- constraints

## Workflow

1. Clarify the outcome and participant profile.
2. Break the session into opening, framing, working blocks, decision points, and close.
3. Add facilitation prompts, timeboxes, and materials checklists.
4. Generate a participant version and a facilitator-only version.
5. Include a follow-up recap and action capture template.

## Output contract

- agenda
- facilitator run-sheet
- materials checklist
- follow-up template

## Files in this skill

- Script: `{baseDir}/scripts/agenda_builder.py`
- Resource: `{baseDir}/resources/agenda_template.md`

## Operating rules

- Be concrete and action-oriented.
- Prefer preview / draft / simulation mode before destructive changes.
- If information is missing, ask only for the minimum needed to proceed.
- Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
- Keep assumptions explicit.

## Suggested prompts

- 设计议程
- build a workshop agenda
- 培训大纲

## Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft.
Use the resource file as the default schema, checklist, or preset when the user does not provide one.

## Boundaries

- This skill supports planning, structuring, and first-pass artifacts.
- It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.


## Compatibility notes

- Directory-based AgentSkills/OpenClaw skill.
- Runtime dependency declared through `metadata.openclaw.requires`.
- Helper script is local and auditable: `scripts/agenda_builder.py`.
- Bundled resource is local and referenced by the instructions: `resources/agenda_template.md`.