by BrikerMan
skilless.ai gives your AI Agents real data capabilities - web search, web scraping, video download/subtitle extraction, and media processing. One-line install, works with OpenCode, Cursor, Claude Code, and any AI agent that reads skill files.
# Add to your Claude Code skills
git clone https://github.com/BrikerMan/skilless.aiYour AI is great at writing and thinking β but ask it to go look something up, and it hits a wall:
Skilless turns this into one command:
curl -LsSf https://skilless.ai/install | bash
Auto-detects your environment, creates an isolated virtual environment, installs all dependencies. Zero system pollution, no sudo required, uninstalls cleanly.
π‘ Recommended: Use OpenCode β open source, free, works great with Skilless out of the box. Also compatible with OpenClaw, Kilo Code, Cursor, and Claude Code.
Just tell your AI what you need β it reads the skill files and figures out the rest:
You don't need to remember any commands. That's the point.
No comments yet. Be the first to share your thoughts!
Real Example: A user recently asked: "Research all the video generation models on the market and create a comprehensive report." Skilless automatically searched, read sources, cross-checked facts, and produced a structured multi-section report β all in one conversation.
Skills are installed as SKILL.md files under ~/.agents/skills/. Your Agent reads them automatically and knows when to use which capability:
| Skill | Purpose | |-------|---------| | Brainstorming | Turn vague ideas into actionable plans through dialogue β proposes 2-3 options with trade-offs | | Research | Multi-source cross-validated deep research β transforms AI from text generator to active researcher | | Writing | Produce articles, docs, and reports backed by real research data |
The three skills work together as a connected system β each can invoke the others when needed:
graph LR
B["π§ Brainstorming"] -->|need data| R["π Research"]
B -->|document plan| W["βοΈ Writing"]
R -->|write report| W
R -->|clarify scope| B
W -->|gather data| R
W -->|clarify brief| B
Mac / Linux
curl -LsSf https://skilless.ai/install | bash
Windows (PowerShell)
Invoke-RestMethod https://skilless.ai/install.ps1 | Invoke-Expression
~/.local/bin~/.agents/skills/skilless/ with all dependencies: yt-dlp fastmcp jina reader feedparserskilless.ai executable, ready to use immediatelyZero system pollution Β· No sudo required Β· Easy to uninstall
| Tool | Purpose | |------|---------| | Jina Reader | Web page extraction | | Exa | AI semantic search, free, no key needed | | yt-dlp | Video & subtitle extraction, 1700+ sites | | feedparser | RSS/Atom parsing | | uv | Ultra-fast Python package manager, isolated deployment |
No. All tools use free tiers: Exa search is accessed for free via MCP, Jina Reader requires no key, yt-dlp runs entirely locally.
No. Everything is installed in an isolated virtual environment under ~/.agents/skills/skilless/. No sudo, no changes to global Python or Node.js.
Any tool that reads SKILL.md files from ~/.agents/skills/ will work. We recommend OpenCode β it's open source and free. Also works with OpenClaw, Kilo Code, Cursor, and Claude Code.
rm -rf ~/.agents/skills/skilless
rm -rf ~/.agents/skills/skilless-*