getting-started tutorial for Claude Code users#7
getting-started tutorial for Claude Code users#7Venkat4real wants to merge 4 commits intoAp6pack:mainfrom
Conversation
|
Hi @Ap6pack, consider this an initial draft. I tried to run a malwar scan on a skill URL, malwar crawl scan and malwar crawl url , but it was not successful. Can you send me some URLs for Skill, Slug, and Repository. I will test and add the same in the guide. |
Ap6pack
left a comment
There was a problem hiding this comment.
Thanks for the contribution @Venkat4real! Great to see someone pick this up.
Here are some working examples you can test with:
Search the registry:
malwar crawl search pythonScan by slug (pick any slug from search results):
malwar crawl scan python-executorScan by URL (any ClawHub skill page):
malwar crawl url https://clawhub.ai/nitishgargiitd/image-cogThe image-cog one returns a MALICIOUS verdict — makes a good screenshot for the tutorial.
A few things to address before we can merge:
File location: The issue specifies docs/guide/getting-started-claude-code.md — please move the file there.
Content fixes:
- The table headers are broken —
VerdictRisk,LevelRecommendedshould be separate columns (Verdict | Risk Level | Recommended Action) - The URL scan example has markdown link syntax inside the code block — should just be the raw URL
- Step 4 has
Runas text inside the code block — should just bemalwar scan <filename> - Inconsistent grammar in the intro bullets ("Exposing" vs "Delete" vs "Install" — pick one form)
- Code block language tags should be lowercase
bashconsistently - Missing newline at end of file
Images: Generic names like image.png are hard to maintain — rename to something descriptive like scan-output.png and verdict-table.png. Also make sure the paths work from the new file location.
Happy to re-review once these are updated!
|
Hi @Ap6pack, I have done the changes suggested. There is a problem with -- malwar crawl search. PS. I can also work on other doc issues. I will make some time. |


Getting Started tutorial for Claude Code users
This PR is for issue #5