Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

:

Web & APIIntermediate1,323212AI score 7/10Last updated: Aug 8, 2026

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the wps-doc-scraper folder from the GitHub repo daymade/claude-code-skills into my ~/.claude/skills/wps-doc-scraper/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/daymade/claude-code-skills.git /tmp/claude-code-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-code-skills/wps-doc-scraper ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.