一键导入
native-web-search
Trigger native web search. Use when you need quick internet research with concise summaries and full source URLs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Trigger native web search. Use when you need quick internet research with concise summaries and full source URLs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | native-web-search |
| description | Trigger native web search. Use when you need quick internet research with concise summaries and full source URLs. |
Use this skill to run a fast model with native web search enabled and get a concise research summary with explicit full URLs.
search.mjsRun from this skill directory:
node search.mjs "<what to search>" --purpose "<why you need this>"
Important: When running search.mjs via a bash tool, set the bash tool's timeout to at least 90 seconds. The default 30s is too short and causes the command to be killed before results come back.
Examples:
node search.mjs "latest python release" --purpose "update dependency notes"
node search.mjs "vite 7 breaking changes" --purpose "prepare migration checklist"
node search.mjs "best restaurants" --location "San Francisco, California, US"
node search.mjs "kubernetes docs" --allowed-domains kubernetes.io,docs.k8s.io
Optional flags:
--provider openai-codex|anthropic--model <model-id>--timeout <ms>--json--allowed-domains d1,d2 — only include results from these domains--blocked-domains d1,d2 — exclude results from these domains--location "City, Region, Country" — localize search resultsThe script instructs the model to:
https://...) for each key findingweb_search_20250305 toolclaude-sonnet-4-6"City, Region, Country" — country must be a supported code (e.g. US, GB, DE; not all codes work)PI_AI_MODULE_PATH to @mariozechner/pi-ai's dist/index.js path.Generate a standalone HTML report from a markdown file with d2 diagrams, SVGs, and syntax-highlighted code blocks. Use when the user asks for a report, a visual writeup, or a document with diagrams.
Interact with GitLab REST API using GITLAB_TOKEN - use for TODOs, repositories, CI/pipelines, MRs, issues, and other API queries
GitLab Development Kit is a folder and set of utilities that contain most of the GitLab production systems. This skill is useful for testing with local GitLab deployment and when researching how feature works in the GitLab monolith, AIGW, workhorse and other services
CRUD GitLab issues,MRs,pipelines,jobs,epics,issue comments
my projects — gitlab namespace and ID, where they live on the local drive. Use whenever a question references a project by name, alias, or path, or when you need to locate a repo locally. Keywords - project, repo, where does X live, local path, gitlab-lsp, glab, cli, vscode extension, note, task, duo cli, dotfiles.
code changes review, use this skill any time I ask you to review a change