meeting-to-kanban

v1.0.0

Convert meeting notes or transcripts into a clean Kanban board with owners, due dates, blockers, and next actions.

0· 180·0 current·0 all-time
byvx:17605205782@52yuanchangxing
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97f6x8176rh0kgs7h2b91evm582ts4j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧰 Clawdis
Binspython3

Comments