AgentStack
SKILL verified MIT Self-run

Websearch

skill-girijashankarj-cursor-handbook-websearch · by girijashankarj

Use web search to find current documentation, best practices, or version-specific information. Use when the user asks about library versions or recent API changes.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-girijashankarj-cursor-handbook-websearch

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Websearch? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: Web search

Trigger

When the user asks about a library version, recent API change, or "latest way to do X" and the answer may have changed.

Steps

  1. Query — Form a short search query (library name, version, and topic).
  2. Search — Use the web search tool to fetch 1–2 authoritative results (official docs, release notes).
  3. Synthesize — Summarize the finding and cite the source; apply to the user’s codebase if relevant.
  4. Caveat — Note if the result is version-specific or may vary by environment.

Rules

  • Prefer official docs and release notes over random blog posts.
  • Do not paste long copied text; summarize and link.

Prerequisites

  • [ ] Web search tool available
  • [ ] User question is version- or time-sensitive (e.g. "latest", "React 19", "Node 22")

Completion Checklist

  • [ ] Query used and source cited
  • [ ] Summary in 2–4 sentences
  • [ ] Version or date caveat if applicable

If Step Fails

  • No results: Broaden query (e.g. "React useEffect" instead of "React 19 useEffect")
  • Outdated result: Add "as of [date]" or "check latest docs"
  • Conflicting info: Prefer official docs; note disagreement

Example

Query: "Express 5 migration guide". Result: Express 5 release notes, breaking changes. Summary: async handlers, req.query changes. Caveat: Express 5.x as of 2025.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.