Meeting Notes → Tasks & Follow-up

v1.0.0

Lightweight meeting-notes productivity workflow for turning transcripts or raw meeting notes into clean summaries, extracted key points, and simple action li...

0· 84·0 current·0 all-time
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 match the included artifacts: SKILL.md describes transcript cleanup and task extraction and the repository contains two small Python scripts and a template file directly for that purpose. There are no unrelated env vars, binaries, or resources requested.
Instruction Scope
Runtime instructions stay within the stated purpose: they require user-provided meeting context and point to the bundled scripts and templates. The instructions do not ask the agent to read system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec is present (instruction-only skill with bundled scripts). The included Python scripts are small, readable, and operate on local files only — no downloads, extracts, or external package installs are performed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The scripts perform only local file I/O and do not reference hidden env vars or secret material.
Persistence & Privilege
Skill is not always-enabled and does not request elevated or persistent privileges. It does not modify other skills or system settings; it simply reads input files and writes output files in user-specified locations.
Assessment
This skill appears coherent and low-risk. Before installing, consider: (1) the Python scripts will read whatever input file you give them and write outputs to the specified path — ensure you only feed meeting transcripts you intend to process; (2) review the bundled scripts if you want to confirm there are no behaviors you dislike (they are short and local-only); (3) the extraction heuristics are simple (look for tokens like "todo", "action", "follow up") and the summary logic truncates/uses the first lines, so verify outputs for correctness before sharing; (4) confirm your agent environment allows executing Python and that file permissions are acceptable. If you need networked integrations or automation beyond local CSV/JSON output, those are not included in this free edition and would require additional, separate integrations.

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

latestvk97a4pj0eb8tfmb1csg7gt905n83qfyd

License

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

Comments