https://github.com/ysm-dev/skills
Personal skills
https://github.com/ysm-dev/skills
Last synced: about 1 month ago
JSON representation
Personal skills
- Host: GitHub
- URL: https://github.com/ysm-dev/skills
- Owner: ysm-dev
- Created: 2026-01-31T07:55:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-05-08T06:20:04.000Z (about 2 months ago)
- Last Synced: 2026-05-08T08:29:04.408Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skills
Agent skills for Claude Code, Cursor, Codex, and other coding agents.
## Available Skills
| Skill | Description | Install |
|-------|-------------|---------|
| [csv-analyzer](./skills/csv-analyzer) | Analyze large CSV files (1M+ rows) with DuckDB and Polars | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/csv-analyzer` |
| [web-search](./skills/web-search) | DuckDuckGo web search via duckduckgo-cli (`ddg`) — search, then fetch full pages with WebFetch | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/web-search` |
| [duckdb-cli](./skills/duckdb-cli) | Query and analyze data (CSV/Parquet/JSON) using DuckDB CLI | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/duckdb-cli` |
| [findweb](./skills/findweb) | Google search CLI powered by system Chrome — search the web, look up docs, debug errors | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/findweb` |
| [wachi](./skills/wachi) | Install and use wachi CLI to monitor any URL for new content and get notifications via 90+ services | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/wachi` |
| [web-scraper](./skills/web-scraper) | Bulk-scrape structured data from websites by discovering APIs through HAR capture | `npx skills add https://github.com/ysm-dev/skills/tree/main/skills/web-scraper` |
## Installation
Install any skill using the [skills CLI](https://github.com/vercel-labs/skills):
```bash
# Install csv-analyzer
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/csv-analyzer
# Install web-search
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/web-search
# Install duckdb-cli
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/duckdb-cli
# Install findweb
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/findweb
# Install wachi
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/wachi
# Install web-scraper
npx skills add https://github.com/ysm-dev/skills/tree/main/skills/web-scraper
```
## License
MIT