用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tinyhumansai/opencompany --skill web-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Dedupe, split, age out, and ready the backlog so the order at the top means something.
Reproduce, deduplicate, and classify an incoming report into a bug row an engineer can pick up.
Turn ready work into themes, bets, and a defended sequence.
基于 SOC 职业分类
正在显示 SKILL.md
| name | Web Research |
| description | Answer a question from multiple independent sources and return a cited, verified summary. |
| version | 1.0.0 |
Research a question across several sources, verify the claims, and return a short, cited answer.
Discovery and retrieval are separate steps with separate tools:
web_search finds sources — it returns titles, URLs, domains, dates and
short snippets. Each call spends the company's search budget and the budget is
capped per day, so search once with a good phrase rather than repeatedly with
variations.web_fetch reads one page you already have a URL for. Snippets are
previews, not the page.web_search to gather several independent sources.web_fetch — not just the snippets.web_search result or fetched.web_search may be absent (this company has not granted it) or may refuse
because the daily budget is spent. Either way:
web_fetch.A concise summary, a bullet list of findings with links, and an explicit note on anything that could not be verified.