skilless.ai

作者 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.

226
Stars
20
Forks
Astro
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/BrikerMan/skilless.ai

快速入门

使用 skilless.ai 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

✨ skilless.ai

Empower Your Agent with Real Data

MIT License Python 3.12+ GitHub Stars

Quick Install · 中文 · Core Tools · AI Skills · Website


Why Skilless?

Your AI is great at writing and thinking — but ask it to go look something up, and it hits a wall:

  • 🔍 "Find recent reviews of this product" → no good free search, everything useful costs money
  • 🌐 "Read what's on this webpage" → returns raw HTML soup, completely unreadable
  • 📺 "What does this YouTube video cover?" → can't extract subtitles, too much manual work
  • 📡 "Follow these news feeds and summarize updates" → have to write the code yourself

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.


What You Can Do After Installing

💡 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:

  • "Find reviews of this product online" → searches the web
  • "Read what's on this page and summarize it" → extracts clean content from any URL
  • "What does this YouTube video talk about?" → pulls the transcript
  • "What's new in this RSS feed?" → parses and summarizes the feed

You don't need to remember any commands. That's the point.


Real-World Use Cases

📹 Video Download

  • YouTube → Download videos for offline viewing, extract subtitles, or get transcripts
  • Bilibili → Save Chinese videos locally, extract CC and danmaku
  • TikTok, Twitter/X, Twitch, Vimeo → Download clips, VODs, and videos without watermarks
  • 1700+ more sites → Dailymotion, Rumble, Odysee, SoundCloud, Reddit video, and more

📝 Video Subtitles & Transcripts

  • Extract auto-generated or manual subtitles from any video
  • Organize fast-paced content into readable notes
  • Translate video subtitles to your language
  • Generate summaries from video transcripts

🎵 Media Processing

  • Extract audio from video as MP3
  • Compress large video files to save space
  • Convert between formats (mkv→mp4, wav→mp3, etc.)

🔍 Web Search

  • "Help me compare noise-canceling headphones under $300" → searches reviews across the web
  • "What's the latest news on AI video generation?" → finds and summarizes recent articles
  • "Research the best practices for RAG systems" → semantic search for technical content

🌐 Web Content

  • "Read this article and summarize the key points" → extracts clean content
  • "Extract the main points from this documentation" → parses technical docs
  • "What does this page say about X?" → finds specific information

📊 Deep Research

  • Multi-source comparison → "Compare the top 5 project management tools and recommend one for a small team"
  • Travel planning → "Create a 7-day Tokyo guide with food and attraction recommendations"
  • Industry analysis → "Research all video generation AI models and create a comprehensive report"
  • Fact-checked reports → cross-validated information from multiple sources

✍️ Content Writing

  • Draft professional emails on any topic
  • Write articles backed by real research
  • Create documentation with proper citations

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.


Three AI Skills

Skills are installed as SKILL.md files under ~/.agents/skills/. Your Agent reads them automatically and knows when to use which capability:

SkillPurpose
BrainstormingTurn vague ideas into actionable plans through dialogue — proposes 2-3 options with trade-offs
ResearchMulti-source cross-validated deep research — transforms AI from text generator to active researcher
WritingProduce articles, docs, and reports backed by real research data

Skill Ecosystem

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

Quick Install

Mac / Linux

curl -LsSf https://skilless.ai/install | bash

Windows (PowerShell)

Invoke-RestMethod https://skilless.ai/install.ps1 | Invoke-Expression
What does this command actually install?
  1. Installs uv — ultra-fast Python package manager, placed in ~/.local/bin
  2. Network detection — auto-detects your environment and switches to local mirrors (Tsinghua TUNA in China) if needed
  3. Isolated deployment — creates a fully isolated virtual environment in ~/.agents/skills/skilless/ with all dependencies: yt-dlp fastmcp jina reader feedparser
  4. Exposes CLI — generates the skilless.ai executable, ready to use immediately

Zero system pollution · No sudo required · Easy to uninstall


Technology Stack

ToolPurpose
Jina ReaderWeb page extraction
ExaAI semantic search, free, no key needed
yt-dlpVideo & subtitle extraction, 1700+ sites
feedparserRSS/Atom parsing
uvUltra-fast Python package manager, isolated deployment

FAQ

Do I need API keys?

No. All tools use free tiers: Exa search is accessed for free via MCP, Jina Reader requires no key, yt-dlp runs entirely locally.

Does this modify my system environment?

No. Everything is installed in an isolated virtual environment under ~/.agents/skills/skilless/. No sudo, no changes to global Python or Node.js.

Which AI tools are supported?

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.

How do I uninstall?
rm -rf ~/.agents/skills/skilless
rm -rf ~/.agents/skills/skilless-*

License

MIT

常见问题

What is skilless.ai?

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 226 GitHub stars.

Is skilless.ai safe to use?

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.

How do I install skilless.ai?

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).

What programming language is skilless.ai written in?

skilless.ai is primarily written in Astro. It is open-source under BrikerMan on GitHub, so you can review or fork the full source.

Are there alternatives to skilless.ai?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情