skilless.ai
- Repo stars 190
- Author repo skilless.ai
Skilless
Meta skill for Skilless — manage and diagnose your skilless installation.
Purpose
Skilless provides AI-powered tools (search, web, ytd, media) and AI skills (brainstorming, research, writing). This meta skill handles installation, diagnostics, and management.
💡 For detailed skill usage (brainstorming, research, writing), see each skill's own SKILL.md
Usage
cd ~/.agents/skills/skilless/
# Check installation status and all tools
uv run scripts/cli.py doctor
# Check specific tool
uv run scripts/cli.py doctor web
uv run scripts/cli.py doctor search
uv run scripts/cli.py doctor ytd
uv run scripts/cli.py doctor media
# Update skilless to latest version
uv run scripts/cli.py update
# View available skills
uv run scripts/cli.py explain skilless.ai-brainstorming
uv run scripts/cli.py explain skilless.ai-research
uv run scripts/cli.py explain skilless.ai-writing
# Run CLI tools directly (see each skill for details)
uv run scripts/search.py "query"
uv run scripts/web.py <url>
uv run scripts/youtube.py <video_url>
uv run scripts/ffmpeg.py <input> <output>
Tools
| Tool | Purpose |
|---|---|
search |
Semantic web search (Exa) |
web |
Extract webpage content (Jina Reader) |
ytd |
Extract video subtitles (yt-dlp, 1700+ sites) |
media |
Convert & compress media (FFmpeg) |
Skills
| Skill | File |
|---|---|
| Brainstorming | skilless.ai-brainstorming |
| Research | skilless.ai-research |
| Writing | skilless.ai-writing |
Troubleshooting
Run cd ~/.agents/skills/skilless/ && uv run scripts/cli.py doctor to diagnose:
- ✓ web (Jina Reader)
- ✓ search (Exa Search)
- ✓ ytd (yt-dlp)
- ✓ media (FFmpeg)
- Fluxly category
- Documentation
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @BrikerMan · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Skilless provides AI-powered tools (search, web, ytd, media) and AI skills (brainstorming, research, writing). This meta skill handles installation, diagnostics, and management. 💡 For detailed skill usage (brainstorming, research, writing), see each skill's…
Usage
Tool · Purpose search · Semantic web search (Exa) web · Extract webpage content (Jina Reader)
Skill · File Brainstorming · skilless.ai-brainstorming Research · skilless.ai-research
Run cd ~/.agents/skills/skilless/ && uv run scripts/cli.py doctor to diagnose: ✓ web (Jina Reader) ✓ search (Exa Search)
# Skilless
**Meta skill for Skilless — manage and diagnose your skilless installation.**
## Purpose
Skilless provides AI-powered tools (search, web, ytd, media) and AI skills (brainstorming, research, writing). This meta skill handles installation, diagnostics, and management.
> 💡 For detailed skill usage (brainstorming, research, writing), see each skill's own SKILL.md
## Usage
```bash
cd ~/.agents/skills/skilless/
# Check installation status and all tools
uv run scripts/cli.py doctor
# Check specific tool
uv run scripts/cli.py doctor web
uv run scripts/cli.py doctor search
uv run scripts/cli.py doctor ytd
uv run scripts/cli.py doctor media
# Update skilless to latest version
uv run scripts/cli.py update
# View available skills
uv run scripts/cli.py explain skilless.ai-brainstorming
uv run scripts/cli.py explain skilless.ai-research
uv run scripts/cli.py explain skilless.ai-writing
# Run CLI tools directly (see each skill for details)
uv run scripts/search.py "query"
uv run scripts/web.py <url>
uv run scripts/youtube.py <video_url>
uv run scripts/ffmpeg.py <input> <output>
```
## Tools
| Tool | Purpose |
|------|---------|
| `search` | Semantic web search (Exa) |
| `web` | Extract webpage content (Jina Reader) |
| `ytd` | Extract video subtitles (yt-dlp, 1700+ sites) |
| `media` | Convert & compress media (FFmpeg) |
## Skills
| Skill | File |
|-------|------|
| Brainstorming | `skilless.ai-brainstorming` |
| Research | `skilless.ai-research` |
| Writing | `skilless.ai-writing` |
## Troubleshooting
Run `cd ~/.agents/skills/skilless/ && uv run scripts/cli.py doctor` to diagnose:
- ✓ web (Jina Reader)
- ✓ search (Exa Search)
- ✓ ytd (yt-dlp)
- ✓ media (FFmpeg) Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Purpose → Usage → Tools → Skills → Troubleshooting
terms -> Meta skill for Skilless — manage and diagnose your skilless installation. · Skilless provides AI-powered tools (search, web, ytd, media) and AI skills (brainstorming, research, writing).
files/cmd -> search · web · ytd · media · skilless.ai-brainstorming · skilless.ai-research · skilless.ai-writing · cd ~/.agents/skills/skilless/ && uv run scripts/cli.py doctor
body sha256 -> eb064bb72763
Decide Fit First
Design Intent
How To Use It
Boundaries And Review