Skip to content

Instantly share code, notes, and snippets.

@sugatoray
Created August 17, 2026 15:41
Show Gist options
  • Select an option

  • Save sugatoray/166112845751306a5e4c5f1555c132e4 to your computer and use it in GitHub Desktop.

Select an option

Save sugatoray/166112845751306a5e4c5f1555c132e4 to your computer and use it in GitHub Desktop.
Setup Skills for Scrolls
git clone https://github.com/sugatoray/aiskills.git && cd aiskills/src/ && source test_install_myskills.sh
@sugatoray

Copy link
Copy Markdown
Author
# use this shortened url:
https://tinyurl.com/fetch-scrolls

@sugatoray

Copy link
Copy Markdown
Author

Test with snyk scanning for skills

uvx snyk-agent-scan@latest --skills

References

URLs:

  1. Create a SNYK_TOKEN using the following url:

  2. Refer to the following three for usage:

Detailed Example usage

# url:
# - https://app.snyk.io/account/personal-access-tokens
# - https://github.com/snyk/agent-scan
# - https://labs.snyk.io/resources/agent-scan-skill-inspector/
# - https://labs.snyk.io/experiments/skill-scan/

# usage:

# discovering all skills and running the scan against them
uvx snyk-agent-scan@latest --skill

# for scanning specific skill-paths
uvx snyk-agent-scan@latest ~/.claude/skills/scrolls-*

@sugatoray

Copy link
Copy Markdown
Author

Removing all the scrolls skills.

# Use -g flag to remove them globally or without -g for local removal
npx skills remove scrolls-{setup,update,help,hide,unhide} -g -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment