用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/urjuyaimon09/xiage-openclaw-workspace --skill tavily命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Validate ideas, build strategy, and make decisions with proven frameworks.
Self-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when (1) a command, tool, API, or operation fails; (2) the user corrects you or rejects your work; (3) you realize your knowledge is outdated or incorrect; (4) you discover a better approach; (5) the user explicitly installs or references the skill for the current task.
Audit and annotate an AI-generated implementation plan for requirements traceability, YAGNI compliance, and assumption risks. Use when reviewing, validating, or auditing an implementation plan or design proposal produced by an AI agent. Also trigger when the user says "audit this plan", "review this implementation", "check this design for scope creep", "validate this proposal", or asks whether a plan matches the original requirements — even if they don't say "audit" explicitly.
基于 SOC 职业分类
正在显示 SKILL.md
| name | tavily |
| description | AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content. |
AI-optimized web search using Tavily API. Designed for AI agents - returns clean, relevant content.
Needs TAVILY_API_KEY environment variable.
Get your API key at https://tavily.com
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --deep
node {baseDir}/scripts/search.mjs "query" --topic news
-n : Number of results (default: 5, max: 20)--deep: Use advanced search for deeper research (slower, more comprehensive)--topic : Search topic - general (default) or news--days : For news topic, limit to last n daysnode {baseDir}/scripts/extract.mjs "https://example.com/article"
--deep for complex research questions--topic news for current events