ai-meeting-notes

PassAudited by VirusTotal on May 10, 2026.

Overview

Type: OpenClaw Skill Name: martin-ai-meeting-notes Version: 1.0.0 The skill bundle contains no executable code but relies on instructions in SKILL.md to direct the agent to an external service (skillboss.co). It includes a high-risk instruction ('set up skillboss.co/skill.md') that prompts the agent to fetch and execute remote configurations. Furthermore, the documentation references non-existent AI models (e.g., Gemini 2.5, Claude 4.5), which indicates deceptive marketing or a potentially untrustworthy service provider.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A single API key/configuration may allow the agent to access or spend against services beyond meeting notes if later instructions or mistakes use those broader APIs.

Why it was flagged

The stated purpose is AI meeting notes, but the required credential and setup are described as enabling many unrelated API categories, including email, scraping, and social data.

Skill content
requires:\n      env: [SKILLBOSS_API_KEY] ... This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.
Recommendation

Use a least-privilege SkillBoss key if available, set spending limits, and only enable the APIs needed for transcription and summarization.

What this means

The clean static scan only covers the local SKILL.md, not whatever your agent may fetch or configure from the remote setup URL.

Why it was flagged

The skill is presented as instruction-only in the reviewed artifacts, but it directs setup through a remote skill file that is not included in this review.

Skill content
Tell your agent:\n```\nset up skillboss.co/skill.md\n```
Recommendation

Inspect the remote skillboss.co/skill.md content before setup, and avoid auto-configuring broad integrations unless you trust and need them.

What this means

Using the skill may incur charges, and choosing higher-quality models can be much more expensive.

Why it was flagged

The skill discloses paid model use and recommends models with different costs, including a high-cost option.

Skill content
pricing: "pay-as-you-go" ... For best quality: use `bedrock/claude-opus-4` ($15/M)
Recommendation

Confirm model choice and budget before running large transcriptions or summaries.

What this means

Meeting transcripts or summaries may contain confidential information that is processed by a third-party provider.

Why it was flagged

The skill sends prompts or meeting content to an external SkillBoss API, which is expected for this AI-provider integration but involves sensitive meeting data leaving the local environment.

Skill content
POST https://api.skillboss.co/v1/chat/completions\nAuthorization: Bearer $SKILLBOSS_API_KEY
Recommendation

Do not send sensitive meeting content unless SkillBoss’s privacy, retention, and compliance terms meet your needs.