remove-inspo-source

Removes registered design inspiration sources from the lazyweb libraries.json registry.

Updated Aug 13, 2026
One-click install
npx skills add https://github.com/Mjlike123/ui-prototype-workbench --skill remove-inspo-source-mjlike123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remove-inspo-source
Source: https://github.com/Mjlike123/ui-prototype-workbench/tree/main/.agents/skills/monkren-design/skills/tools/remove-inspo-source
Command: npx skills add https://github.com/Mjlike123/ui-prototype-workbench --skill remove-inspo-source-mjlike123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It lets you clean up or disconnect external design inspiration sources (such as Mobbin, Savee, Dribbble, or Behance) that were previously registered in ~/.lazyweb/libraries.json, without manually editing the JSON file or risking accidental deletion of other entries. ## Core Features & Use Cases - Targeted Removal: Deletes only the source entry you explicitly name, preserving the rest of the JSON structure and keeping an empty libraries array rather than deleting the whole file. - Confirmation Safety: Shows a short list and asks for confirmation when no name is given, and confirms even when only one source exists to prevent accidental deletion. - Sandbox Awareness: When write permissions to the user directory are restricted, it proposes the exact edit instead of bypassing the sandbox. - Use Case: You connected a Dribbble inspiration feed last month but no longer use it; ask to remove it and the entry is cleanly deleted from the registry while your other sources stay intact. ## Quick Start Ask the assistant to remove the Dribbble source from my registered inspiration libraries.

Frequently Asked Questions about remove-inspo-source

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove a registered design inspiration source?

Name the source you want removed, such as Dribbble or Mobbin, and the matching entry is deleted from ~/.lazyweb/libraries.json. If you do not specify a name, a short list of registered sources is shown so you can pick one.

Which inspiration sources can be removed from libraries.json?

Any source previously registered in the file can be removed, including Mobbin, Savee, Dribbble, and Behance. Only the entry you explicitly specify is touched; all other entries remain unchanged.

Does removing a source delete the whole libraries.json file?

No. Removing a source only deletes that single entry and preserves the rest of the JSON structure. Even when the last source is removed, an empty libraries array is kept rather than deleting the file.

Does removing a source revoke my account authorization on Dribbble or Behance?

No. Removal only edits the local registry file and does not revoke third-party account authorizations or clear browser cookies. You would need to manage those directly on the respective websites.

What happens if the environment cannot write to my user directory?

When filesystem permissions are restricted, the skill does not bypass the sandbox. Instead it reports the suggested modification so you can apply the change manually.