← Back to Skills Marketplace
SpeakNotes: YouTube, Audio & Document Summaries
by
Jack Lillie
· GitHub ↗
· v1.0.1
289
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install speaknotes-youtube-audio-document-summarizer
Description
Use when OpenClaw needs to call SpeakNotes API routes directly using an API key and generate transcripts/summaries from YouTube URLs, media files, or documen...
Usage Guidance
This skill appears coherent and only needs your SpeakNotes API key. Before installing: (1) store SPEAKNOTES_API_KEY in a secure secret store (do not paste it into chat), (2) verify the domain https://api.speaknotes.io and the SpeakNotes documentation to confirm the endpoints you expect, and (3) be aware upload flows use signed upload URLs (these are typically third-party storage endpoints like S3 for the file bytes) — the SKILL.md states not to send the API key to those signed URLs, which is correct. If you rely on push notifications, the optional fcmToken field can be provided; only supply it if you understand how it will be used. If you want extra assurance, review the included openapi.json to confirm no unexpected endpoints are present.
Capability Analysis
Type: OpenClaw Skill
Name: speaknotes-youtube-audio-document-summarizer
Version: 1.0.1
The skill bundle provides a legitimate integration for the SpeakNotes API to transcribe and summarize YouTube videos, audio files, and documents. The instructions in SKILL.md include explicit security guidelines for the agent, such as preventing API key leakage and restricting network calls to the official domain (api.speaknotes.io), while the openapi.json correctly defines the expected service endpoints.
Capability Assessment
Purpose & Capability
Name/description (YouTube/audio/document summaries) align with the requirements: a single SPEAKNOTES_API_KEY and an OpenAPI contract for SpeakNotes endpoints. There are no unrelated credentials or unexpected binaries requested.
Instruction Scope
SKILL.md prescribes only API calls to the SpeakNotes host, upload flows using signed URLs, and polling for note status. It explicitly warns not to leak API keys and limits the host to https://api.speaknotes.io. Instructions do not request reading arbitrary files, other env vars, or system state outside the described flows.
Install Mechanism
Instruction-only skill with no install spec and no code files to write or execute; minimal disk or execution footprint.
Credentials
Only one required env var (SPEAKNOTES_API_KEY) declared as the primary credential, which is appropriate and necessary for the described API interactions. No other secrets or unrelated tokens are requested.
Persistence & Privilege
Skill is not force-included (always:false) and uses normal autonomous invocation defaults. It does not request elevated platform privileges or modify other skills' config.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install speaknotes-youtube-audio-document-summarizer - After installation, invoke the skill by name or use
/speaknotes-youtube-audio-document-summarizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
1.0.1 - OpenClaw credential metadata + setup clarification
- Added OpenClaw skill metadata declaring required env credential:
- `SPEAKNOTES_API_KEY`
- `primaryEnv: SPEAKNOTES_API_KEY`
- Updated prerequisites to explicitly require storing the API key in OpenClaw secret/config.
- Added an OpenClaw config example showing how to pass `apiKey` and `env` values.
- Expanded setup phase guidance for missing keys:
- upgrade path via `/pricing/pro`
- key creation via `/settings/api-keys`
- save key as `SPEAKNOTES_API_KEY` before API calls.
v1.0.0
1.0.0 - Initial release
First public release of the SpeakNotes OpenClaw skill.
- Publishes a clean two-file package:
- SKILL.md (usage instructions and workflow)
- openapi.json (authoritative OpenAPI 3.1 API contract)
- Supports YouTube URL validation + summarization
- Supports signed upload flows for audio/video and documents
- Includes note status polling and note/folder retrieval guidance
- Enforces API key safety and official SpeakNotes host usage
Metadata
Frequently Asked Questions
What is SpeakNotes: YouTube, Audio & Document Summaries?
Use when OpenClaw needs to call SpeakNotes API routes directly using an API key and generate transcripts/summaries from YouTube URLs, media files, or documen... It is an AI Agent Skill for Claude Code / OpenClaw, with 289 downloads so far.
How do I install SpeakNotes: YouTube, Audio & Document Summaries?
Run "/install speaknotes-youtube-audio-document-summarizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SpeakNotes: YouTube, Audio & Document Summaries free?
Yes, SpeakNotes: YouTube, Audio & Document Summaries is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SpeakNotes: YouTube, Audio & Document Summaries support?
SpeakNotes: YouTube, Audio & Document Summaries is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SpeakNotes: YouTube, Audio & Document Summaries?
It is built and maintained by Jack Lillie (@jacklillie); the current version is v1.0.1.
More Skills