# Internet Enabler

> Ensures web access is used effectively for live information. Use for: search web, need internet, look up online, current info.

- Skill: `stijnman/internet-enabler` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/internet-enabler`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/internet-enabler/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/internet-enabler

---

# Internet Enabler
## When to Use

- User says **search web** or task matches this capability
- User says **need internet** or task matches this capability
- User says **look up online** or task matches this capability
- User says **current info** or task matches this capability

## Workflow

1. Decide if web search is needed (current events, versions, prices).
2. Formulate specific query; search with citations.
3. Cross-check 2+ sources for critical facts.
4. Summarize with URLs and retrieval date.

## Integrations

- `deep-search-enabler`
- `web-scraper`
- `sandbox-internet-handler`

## Error Handling

| Failure | Response |
|---------|----------|
| Search blocked | Use sandbox-internet-handler fallback. |

## Gotchas

- Prefer WebSearch for facts not in training data.

## Example

**Input:** User request matching triggers above.
**Output:** Structured result per workflow with integrations invoked as needed.

