← Back to Skills Marketplace
52yuanchangxing

meeting-to-kanban

by vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
264
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meeting-to-kanban
Description
Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions.
Usage Guidance
This skill appears coherent and safe to inspect and run. Before using it: (1) review the included script (scripts/tasks_to_kanban.py) — it reads a user-supplied JSON file and writes a CSV, so ensure you pass the intended input path and an output path that won't overwrite important files; (2) provide only the meeting data you intend to share — the skill has no declared networking but your agent or session could still be configured to send data elsewhere, so confirm where outputs are stored or transmitted; (3) note the small version mismatch between the registry (1.0.0) and SKILL.md frontmatter (1.1.0) — minor but worth awareness; (4) run the script locally (python3 scripts/tasks_to_kanban.py --help) to validate behavior in your environment before allowing any automated/autonomous runs.
Capability Analysis
Type: OpenClaw Skill Name: meeting-to-kanban Version: 1.0.0 The skill bundle is a straightforward utility designed to convert meeting notes into structured Kanban tasks. The primary script, 'scripts/tasks_to_kanban.py', is a simple Python tool that converts JSON data to CSV format using standard libraries, with no evidence of network activity, obfuscation, or unauthorized file access. The 'SKILL.md' instructions and 'README.md' are well-documented, focusing on task extraction and formatting while explicitly advising against data fabrication or destructive actions.
Capability Assessment
Purpose & Capability
Name/description (convert meeting notes to a Kanban) align with the included artifacts: SKILL.md describes the workflow, a local script (scripts/tasks_to_kanban.py) formats JSON->CSV, and a board-columns.yaml resource provides column defaults. There are no unrelated binaries or credentials requested.
Instruction Scope
SKILL.md stays on-task: it asks for meeting notes, columns, participants and describes extracting actions and producing CSV/markdown summaries. It explicitly references only the local script and resource file. It does not instruct reading system files, accessing environment variables, or contacting external endpoints.
Install Mechanism
No install spec — instruction-only with a local, auditable Python script. Required runtime is python3 which is reasonable. No downloads, package installs, or extract/unpack steps are present.
Credentials
The skill requires no environment variables or credentials. The only runtime dependency is python3, which is proportionate to running the included script. There are no requests for unrelated secrets or config paths.
Persistence & Privilege
always is false and the skill is user-invocable (normal). The skill does not request permanent presence or modify other skills or system-wide settings. The bundled script writes an output CSV to a user-specified path (default kanban.csv) — this is expected but will overwrite that file if the user chooses the same filename.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-to-kanban
  3. After installation, invoke the skill by name or use /meeting-to-kanban
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.1.0 summary: Adds structured meeting-to-kanban workflow, with input prompts, output formats, and operational boundaries. - Converts meeting notes or transcripts into a Kanban board, including owners, due dates, blockers, and actions. - Defines required and optional user inputs, workflow steps, and clear output contract (CSV, summary, unresolved list). - Emphasizes action orientation, preview modes, and explicit assumptions. - Bundles local script and resource for columns schema; defaults used if user provides none. - Compatible with OpenClaw agent framework; declares Python 3 as a dependency.
Metadata
Slug meeting-to-kanban
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is meeting-to-kanban?

Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions. It is an AI Agent Skill for Claude Code / OpenClaw, with 264 downloads so far.

How do I install meeting-to-kanban?

Run "/install meeting-to-kanban" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is meeting-to-kanban free?

Yes, meeting-to-kanban is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does meeting-to-kanban support?

meeting-to-kanban is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created meeting-to-kanban?

It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.

💬 Comments