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.aiLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:44:52.836Z",
"npmAuditRan": true,
"pipAuditRan": true
}skilless.ai is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built 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. It has 222 GitHub stars.
Yes. skilless.ai passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/BrikerMan/skilless.ai" and add it to your Claude Code skills directory (see the Installation section above).
skilless.ai is primarily written in Astro. It is open-source under BrikerMan on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skilless.ai against similar tools.
No comments yet. Be the first to share your thoughts!
Your 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.
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-*