From lazyweb
Disconnects inspiration sources from Lazyweb design skills. Lists connected libraries from ~/.lazyweb/libraries.json, prompts user to select one, removes it, and confirms.
npx claudepluginhub aboul3ata/lazyweb-skill --plugin lazywebThis skill is limited to using the following tools:
Disconnect an external inspiration library so Lazyweb design skills no longer search it.
Connects external design inspiration sources (Mobbin, Savee, Dribbble, Behance) to Lazyweb design skills via headless browser authentication, session persistence, and registration for automatic research inclusion.
Adds, removes, or updates library entries in grimoire librarian's libraries.yaml. Supports git repositories and local symlink directories for knowledge bases.
Removes Instagram accounts or web aggregators from local-media-tools sources.yaml config. Matches @handles, URLs, or names; auto-backups, validation, and rollback.
Share bugs, ideas, or general feedback.
Disconnect an external inspiration library so Lazyweb design skills no longer search it.
cat ~/.lazyweb/libraries.json 2>/dev/null || echo '{"libraries":[]}'
If no libraries are connected, tell the user: "No inspiration libraries are connected.
Use /lazyweb-add-inspo-source to connect one."
If the user didn't specify, show the list and ask which library to disconnect. If only one library is connected, confirm they want to remove it.
Read ~/.lazyweb/libraries.json, remove the selected library from the libraries
array, write back. If the array is now empty, you can either leave the empty array
or delete the file.
Tell the user: "{Name} has been disconnected. Lazyweb design skills will no longer search it."