26.2.06OpenClaw检索、审查执行与备份Skills/skill-search/SKILL.md
Search, discover, and dynamically load skills from the ClawHub registry at skills.droyd.ai. Use when an agent needs a capability it doesn't have, wants to find tools for a specific task, or needs to browse trending/popular skills. Triggers include requests to find skills, search for tools, discover capabilities, load a skill dynamically, check what skills exist for a domain, or run a skill without installing it. Also use when the user asks about available OpenClaw/ClawHub skills, wants to explore skill categories, or needs to fetch and execute skill content on the fly.
npx skillsauth add adoresever/agi_ananas skill-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Dynamically search, discover, and load skills from the ClawHub registry without permanent installation.
Base URL: https://skills.droyd.ai
Use the search script to find skills by query, category, or tags:
bash scripts/skillhub.sh search "browser automation"
bash scripts/skillhub.sh search "trading" --categories crypto,defi
bash scripts/skillhub.sh search "pdf" --limit 5
Discover popular and high-quality skills:
bash scripts/skillhub.sh trending
bash scripts/skillhub.sh trending --categories coding --window 7d
Inspect a specific skill's metadata, quality scores, dependencies, and required API keys:
bash scripts/skillhub.sh detail author/skill-name
Retrieve the full skill content (SKILL.md, scripts, references) for reading or execution:
# Print content to stdout
bash scripts/skillhub.sh content author/skill-name
# Extract to a temp folder for agent execution
bash scripts/skillhub.sh content author/skill-name --extract
# Files are written to /tmp/openclaw-skills/skill-name/
When --extract is used, skill files are parsed from the concatenated content response and written to individual files under /tmp/openclaw-skills/{skill-name}/. The agent can then read and execute these files directly.
After extracting, read the skill's SKILL.md for instructions:
cat /tmp/openclaw-skills/{skill-name}/SKILL.md
Then follow the loaded skill's instructions, running any bundled scripts from the extracted directory.
Available category filters: devops, browser, productivity, marketing, prediction_markets, location, communication, media, finance, crypto, trading, gaming, defi, image, video, smart-home, security, search, notes, calendar, coding, token_launchpad, voice, email, messaging, social, music, database, monitoring, backup, wallet, food, health, other.
To install a skill permanently via ClawHub CLI instead of dynamic loading:
clawhub install {skill_name}
For detailed API parameters and response schemas, see references/api.md.
testing
Simulate a strict academic reviewer and produce a manuscript risk report without editing the draft. Use when the user asks to act as a reviewer, find weaknesses before submission, inspect evidence gaps, check overclaims, evaluate manuscript readiness, combine advisor notes or meeting minutes into revision priorities, or generate a 审稿人模拟检查 report.
development
Build or reorganize an academic paper project workspace with clear folders and local instructions for literature, drafts, feedback, extracted text, and output reports. Use when the user wants to set up a论文工作台, organize mixed manuscript materials, create project rules, or prepare a stable workflow before citation checking, evidence matching, reviewer simulation, or manuscript revision.
testing
Match manuscript claims against user-provided literature and produce a traceable claim-evidence table. Use when the user asks to add references, check whether PDFs support manuscript statements, find supporting or opposing evidence from a literature folder, distinguish strong support from background support, or create a 论点-证据匹配 report for an academic draft.
development
Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.