openclaw-skills
Multi-source web search, content extraction, and project analysis
All Skills in This Repository (6)
Pure Emerald Level Indicatorsgithub-explorer
Analyze GitHub repositories across issues, commits, and discussions for structured health reports.
search-layer
Orchestrate multi-source web searches across Brave, Exa, Tavily, and Grok with deduplicated, ranked results.
mineru-extract
Convert URLs into Markdown and structured JSON via MinerU API.
gitclaw-backup
Automate GitHub backups of the OpenClaw workspace with versioned restorable copies.
dependency-tracker
Identify outdated dependencies across OpenClaw skills, npm/pip packages, and CLI tools.
content-extract
Convert URLs into Markdown with traceable source metadata.
Frequently Asked Questions
FAQPage SchemaHow to install openclaw-skills?โผ
Run `npx skills add blessonism/openclaw-skills --all -g -y` in your terminal to install all six skills globally.
How to search multiple engines at once?โผ
The search-layer skill queries Brave, Exa, Tavily, and Grok in parallel, then deduplicates and ranks results by intent, freshness, and source authority.
How to extract content from WeChat or Zhihu articles?โผ
The content-extract skill detects anti-bot domains and automatically falls back to the MinerU API, returning clean Markdown with traceable source links.
Can it analyze a GitHub project automatically?โผ
Yes. The github-explorer skill gathers README data, top issues, community discussions, and competitors, then outputs a structured evaluation report.
Do I need coding experience to use these skills?โผ
No. Once installed, your agent runs the underlying scripts based on plain-language requests like checking updates or backing up your workspace.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides