Compare commits

...

2 Commits

Author SHA1 Message Date
jportner
67ea89498f Pin GitHub Actions to commit SHAs 2026-05-05 19:33:55 +00:00
Bryan Thompson
ac45fdae4b Add speakai plugin (#1687) 2026-05-04 17:00:31 +01:00
4 changed files with 16 additions and 3 deletions

View File

@@ -1874,6 +1874,19 @@
},
"homepage": "https://sourcegraph.com"
},
{
"name": "speakai",
"description": "Search transcripts, summarize meetings, extract quotes, create clips, and manage Speak AI media through MCP.",
"author": {
"name": "Speak AI"
},
"category": "productivity",
"source": {
"source": "url",
"url": "https://github.com/speakai/speakai-mcp.git"
},
"homepage": "https://mcp.speakai.co"
},
{
"name": "spotify-ads-api",
"description": "Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.",

View File

@@ -79,7 +79,7 @@ jobs:
[[ "$DRY_RUN" = "true" ]] && args+=(--dry-run)
python3 .github/scripts/discover_bumps.py "${args[@]}"
- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 (sha-pinned)
if: steps.existing.outputs.count == '0' && steps.discover.outputs.count != '0' && inputs.dry_run != true
- name: Validate marketplace.json

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 (sha-pinned)
- name: Install dependencies
run: cd .github/scripts && bun install yaml

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0 (sha-pinned)
- name: Validate marketplace.json
run: bun .github/scripts/validate-marketplace.ts .claude-plugin/marketplace.json