← Back to Skills Marketplace
tkuehnl

meeting-autopilot

by Todd Kuehnl · GitHub ↗ · v0.1.2
cross-platform ⚠ suspicious
735
Downloads
0
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install meeting-autopilot
Description
Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept...
Usage Guidance
What to consider before installing/running this skill: - Metadata mismatch: The registry metadata lists no required env vars, but the skill requires ANTHROPIC_API_KEY or OPENAI_API_KEY (and optional ANTHROPIC_API_URL/OPENAI_API_URL). Treat the metadata omission as an error — assume an API key is required. - Secrets: Only provide an LLM API key with appropriate scope and billing controls. Prefer a dedicated/limited API key for testing and rotate it after use if you are concerned. - Sensitive transcripts: Transcripts are sent to the configured LLM provider. Do not process highly confidential meetings unless your organization's data policy allows sending that content to the chosen provider. - Local history: The skill saves extracted items (not full transcripts) under ~/.meeting-autopilot/history/. Use --no-history to avoid persistent storage, or inspect/delete the directory if needed. - Review and test in a sandbox: Because the package contains executable scripts, review the scripts (you have them) and run the tool in an isolated environment or VM if you are cautious. - Confirm endpoints: The scripts only call the configured OpenAI or Anthropic endpoints and validate http(s) scheme. If you plan to use a proxy/custom URL, verify the custom URL before use. - If you need higher assurance: ask the publisher to correct the registry metadata to declare required env vars and dependencies, and to provide a signed release or a vetted package from a known source. What would change this assessment: if the registry metadata is corrected to declare the required API keys and binaries (resolving the inconsistency), and/or if independent provenance (a trusted homepage or repo with signed releases) is provided, I would raise confidence and likely mark the skill as benign. Conversely, discovery of any hidden network calls, telemetry, or attempts to access unrelated system credentials would move the verdict toward malicious.
Capability Analysis
Type: OpenClaw Skill Name: meeting-autopilot Version: 0.1.2 The OpenClaw AgentSkills skill bundle 'meeting-autopilot' is classified as benign. The code demonstrates strong security practices, including rigorous input sanitization for file paths and meeting titles (e.g., in `scripts/meeting-autopilot.sh`), safe JSON construction using `jq --arg` for all LLM API calls and history storage (e.g., in `scripts/extract-items.sh`, `scripts/generate-outputs.sh`), and piping user-provided transcript content to isolated Python parsers via stdin (e.g., in `scripts/parse-transcript.sh`) to prevent shell injection. Permissions requested (`exec`, `read`, `write`, `network`) are justified by the skill's stated purpose. The `SKILL.md` and `README.md` contain no prompt injection attempts against the agent, and the `SECURITY.md` file provides transparent and comprehensive documentation of the skill's data handling and security model, including the inherent risk of sending transcripts to third-party LLMs.
Capability Assessment
Purpose & Capability
The skill's name/description (turn transcripts into action items, emails, tickets) matches the actual behavior: the scripts parse transcripts, call an LLM, and generate reports. However the registry metadata at the top claimed no required environment variables or credentials, while SKILL.md and the scripts clearly require ANTHROPIC_API_KEY or OPENAI_API_KEY and binaries (jq, python3, curl). That metadata omission is an incoherence that could mislead users about what secrets are needed.
Instruction Scope
The SKILL.md and scripts are focused on parsing transcripts, calling the configured LLM, generating a Markdown report, and saving extracted items to ~/.meeting-autopilot/history/. The instructions and code do not attempt to read unrelated system files, contact third-party endpoints beyond the configured LLM API (Anthropic/OpenAI), or execute eval-style constructs. The scripts validate API URL schemes and use safe JSON construction (jq, stdin to Python) as documented.
Install Mechanism
There is no remote install/download declared (no installer spec), so nothing is fetched from arbitrary URLs. The skill ships multiple executable scripts (bash + small python snippets) which will run on the host when invoked. That is higher surface than a pure doc-only skill but there is no evidence of downloads or obfuscated payloads in the provided files.
Credentials
Requiring an LLM API key (ANTHROPIC_API_KEY or OPENAI_API_KEY) is proportionate to the stated functionality. However the registry metadata listed zero required env vars/primary credential, which conflicts with SKILL.md and the scripts. The skill also creates/stores history under the user's home directory (~/.meeting-autopilot/history/) which is documented and can be skipped with --no-history, but the presence of persistent local storage is a privacy consideration users should be aware of.
Persistence & Privilege
The skill writes extracted items to ~/.meeting-autopilot/history/ by default (and offers --no-history). It is not always:true and does not modify other skills or system-wide agent configs. Local persistence is expected for cross-meeting tracking, but users should be aware that extracted items (which may contain sensitive snippets) are stored on disk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meeting-autopilot
  3. After installation, invoke the skill by name or use /meeting-autopilot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
Rebrand to Anvil AI. Remove CacheForge marketing copy. Normalize install commands.
v0.1.1
Initial ClawHub publish
Metadata
Slug meeting-autopilot
Version 0.1.2
License
All-time Installs 6
Active Installs 6
Total Versions 2
Frequently Asked Questions

What is meeting-autopilot?

Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept... It is an AI Agent Skill for Claude Code / OpenClaw, with 735 downloads so far.

How do I install meeting-autopilot?

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

Is meeting-autopilot free?

Yes, meeting-autopilot is completely free (open-source). You can download, install and use it at no cost.

Which platforms does meeting-autopilot support?

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

Who created meeting-autopilot?

It is built and maintained by Todd Kuehnl (@tkuehnl); the current version is v0.1.2.

💬 Comments