Compare commits

..

3 Commits

Author SHA1 Message Date
Bryan Thompson
f95aafe14c Add save-to-spotify plugin 2026-05-18 08:18:41 -05:00
Bryan Thompson
f475d3ce58 Add zoominfo plugin (#1885) 2026-05-17 17:49:38 -07:00
Bryan Thompson
d7b273d2b4 Bump crowdstrike-falcon-foundry SHA to v1.0.0 (#1842)
Pins to the v1.0.0 tag (a6a500c) instead of pre-release HEAD (e7fa026).
2026-05-17 17:49:15 -07:00

View File

@@ -633,7 +633,7 @@
"source": {
"source": "url",
"url": "https://github.com/CrowdStrike/foundry-skills.git",
"sha": "e7fa0260b5a413d9a459d3afbc5ba427da6c6e04"
"sha": "4b517aa5729d5bb5e397ff779f98eb05c91d1b21"
},
"homepage": "https://github.com/CrowdStrike/foundry-skills"
},
@@ -1787,6 +1787,22 @@
},
"homepage": "https://help.sap.com/docs/MDK"
},
{
"name": "save-to-spotify",
"description": "Create polished audio episodes with TTS narration, rich timelines, cover images, and save them to Spotify via the save-to-spotify CLI.",
"author": {
"name": "Spotify"
},
"category": "productivity",
"source": {
"source": "git-subdir",
"url": "https://github.com/spotify/save-to-spotify.git",
"path": "plugin",
"ref": "main",
"sha": "b3d362f7851d184098dcb220ba2fab10c996d1f2"
},
"homepage": "https://github.com/spotify/save-to-spotify"
},
{
"name": "security-guidance",
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",