feat: publish read-only iOS music export skill
This commit is contained in:
commit
45ade372f6
15 changed files with 2872 additions and 0 deletions
42
.codex-plugin/plugin.json
Normal file
42
.codex-plugin/plugin.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "rodgers-ios-music-export",
|
||||
"version": "1.0.0",
|
||||
"description": "Read-only export of selected music from a paired USB iOS device to a Mac.",
|
||||
"author": {
|
||||
"name": "Rodger Werkhoven",
|
||||
"url": "https://git.dimensionlab.net/Rodger"
|
||||
},
|
||||
"homepage": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export",
|
||||
"repository": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export.git",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ios",
|
||||
"iphone",
|
||||
"ipad",
|
||||
"music",
|
||||
"export",
|
||||
"recovery",
|
||||
"macos"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "Rodger's iOS Music Export",
|
||||
"shortDescription": "Export iOS music safely.",
|
||||
"longDescription": "In local Codex on macOS, export locally stored tracks from a USB iOS device without Finder or Music sync. Use an existing pairing or stop before Apple's persistent Trust action when pairing is absent. Select an exact genre, preserve existing files, resume interrupted copies, and verify results with sizes and SHA-256 hashes. Proven on iPad mini 2 with iOS 12.5.8; other schemas fail closed.",
|
||||
"developerName": "Rodger Werkhoven",
|
||||
"category": "Productivity",
|
||||
"capabilities": [
|
||||
"Read-only iOS device inventory",
|
||||
"Exact genre export",
|
||||
"Resumable local copy",
|
||||
"SHA-256 verification"
|
||||
],
|
||||
"brandColor": "#151515",
|
||||
"logo": "./assets/logo.svg",
|
||||
"composerIcon": "./assets/composer-icon.svg",
|
||||
"websiteURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export",
|
||||
"privacyPolicyURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export/src/branch/main/PRIVACY.md",
|
||||
"termsOfServiceURL": "https://git.dimensionlab.net/Rodger/rodgers-ios-music-export/src/branch/main/TERMS.md",
|
||||
"defaultPrompt": "Use $rodgers-ios-music-export to export matching music from a USB iOS device without syncing it."
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue