Audit: restore or remove the missing lastfm-cli implementation #96
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finding
The lastfm skill presents itself as a working CLI wrapper, but its implementation is absent. lastfm/README.md lists scripts/lastfm-cli in What You Get, SKILL.md requires lastfm-cli to be on PATH and gives it as every command example, and scripts/test-lastfm.sh attempts to compile and execute it. The skill directory contains only SKILL.md, README.md, references/auth-flow.md, and the test script; there is no scripts/lastfm-cli.
The included test suite therefore fails 12 of 12 checks from the skill root because it hard-codes CLI=lastfm-cli, which is neither bundled nor installed.
Acceptance criteria