← Back to Skills Marketplace
loutai0307-prog

Bytesagain Meeting Minutes

by loutai0307-prog · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install bytesagain-meeting-minutes
Description
Record, manage, and export meeting minutes in your terminal. Use when capturing action items, logging decisions, tracking attendees, or generating formatted...
README (SKILL.md)

bytesagain-meeting-minutes

Manage meeting minutes from the terminal — create meetings, record decisions and action items, track deadlines, and export formatted reports. Stores data locally in JSON format.

Usage

bytesagain-meeting-minutes new "\x3Ctitle>"
bytesagain-meeting-minutes add-action "\x3Cmeeting_id>" "\x3Caction>" "\x3Cowner>" "\x3Cdue_date>"
bytesagain-meeting-minutes add-decision "\x3Cmeeting_id>" "\x3Cdecision>"
bytesagain-meeting-minutes list
bytesagain-meeting-minutes view \x3Cmeeting_id>
bytesagain-meeting-minutes export \x3Cmeeting_id>

Commands

  • new — Create a new meeting record with title, date, and attendees
  • add-action — Add an action item with owner and due date to a meeting
  • add-decision — Record a decision made during the meeting
  • list — List all meetings with summary stats
  • view — View full details of a specific meeting
  • export — Export meeting minutes as formatted Markdown

Examples

bytesagain-meeting-minutes new "Q1 Planning Meeting"
bytesagain-meeting-minutes add-action "001" "Set up CI pipeline" "Alice" "2024-02-01"
bytesagain-meeting-minutes add-decision "001" "Adopt TypeScript for all new services"
bytesagain-meeting-minutes list
bytesagain-meeting-minutes export 001

Requirements

  • bash
  • python3

When to Use

Use when running meetings and need to track decisions and action items, or when reviewing past meeting outcomes and following up on commitments.

Usage Guidance
This skill appears to do what it claims: manage meeting minutes locally. Before installing/running it, review and/or test the included script in a safe environment. Specific points to consider: (1) it will create and write files under ~/.bytesagain-meetings and export Markdown to /tmp — ensure you are okay with that location and contents; (2) the embedded Python heredocs contain variable-expansion and small syntax bugs that may prevent expected behavior (you may see files with literal names like "$id.json" or Python errors); (3) because the script runs Python code, run it on non-sensitive data first or inside a container if you want extra isolation; (4) if you plan to rely on it, consider fixing the heredoc variable expansion (remove the single quotes from the here-doc delimiter or pass the values via environment variables consistently) and running a quick lint (shellcheck, python -m pyflakes) to catch errors. Overall the skill is coherent and not requesting extra privileges or secrets.
Capability Analysis
Type: OpenClaw Skill Name: bytesagain-meeting-minutes Version: 1.0.3 The skill contains multiple critical code injection vulnerabilities in `scripts/script.sh`. Bash variables (such as meeting titles, tasks, and owners) are expanded directly into Python heredocs, allowing for arbitrary Python code execution if input is not sanitized. While this represents a severe security risk (RCE), it appears to be a result of poor implementation rather than intentional malice, as the script's logic remains focused on its stated purpose of local meeting management.
Capability Assessment
Purpose & Capability
Name/description match the provided code and SKILL.md: a CLI tool that records meetings to local JSON files and exports Markdown. It does not request unrelated credentials, binaries, or system-level config.
Instruction Scope
Runtime instructions and the script operate locally (write under $HOME/.bytesagain-meetings and /tmp). They do not reference external endpoints or request secrets. Note: the script executes embedded Python here-docs; several of those here-docs use single-quoted delimiters which prevent shell variable expansion, producing literal "$id", "$file", etc., and there are small logic/syntax bugs (e.g., malformed Python f-string in list). These are implementation errors that may cause incorrect behavior or data not being written as intended — not evidence of exfiltration.
Install Mechanism
No install spec; this is instruction-only with an included script. Nothing is downloaded or installed automatically by the skill.
Credentials
No required environment variables or credentials are declared. The script uses standard local paths ($HOME, /tmp) and calls bash and python3 as documented — proportional to the task.
Persistence & Privilege
always:false and user-invocable:true. The skill writes files to a directory under the user's HOME and exports to /tmp, which is appropriate for a local CLI tool and does not modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-meeting-minutes
  3. After installation, invoke the skill by name or use /bytesagain-meeting-minutes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Add YAML metadata: homepage, source, description with Use when
v1.0.2
Security fix: quoted heredocs, variables via env
v1.0.0
Initial release with full functionality
Metadata
Slug bytesagain-meeting-minutes
Version 1.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Bytesagain Meeting Minutes?

Record, manage, and export meeting minutes in your terminal. Use when capturing action items, logging decisions, tracking attendees, or generating formatted... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install Bytesagain Meeting Minutes?

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

Is Bytesagain Meeting Minutes free?

Yes, Bytesagain Meeting Minutes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Meeting Minutes support?

Bytesagain Meeting Minutes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Meeting Minutes?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.3.

💬 Comments