Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add FoneClaw-AI/foneclaw-android --skill webresearchgit clone --depth 1 https://github.com/FoneClaw-AI/foneclaw-androidWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/webresearch)<a href="https://agentmods.dev/skills/foneclaw-ai/foneclaw-android/webresearch"><img src="https://agentmods.dev/badge/skills/foneclaw-ai/foneclaw-android/webresearch.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.00604 |
| Opus 5 | $0.00011 | $0.00302 |
| Sonnet 5 | $0.00004 | $0.00121 |
| Haiku 4.5 | $0.00002 | $0.00060 |
Grade A, and why
web research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Web Research
Use this skill when the user asks for current, external, source-dependent, price-related, policy-related, API-related, version-related, news-related, or citation-required information.
Available Tools
web_search: Search the public web and return candidate pages.web_fetch: Fetch and extract readable content from a known URL.
When to Use
Use this skill when:
- The user asks for latest, current, today, recent, price, availability, policy, regulation, changelog, release date, news, ranking, or comparison.
- The answer depends on external sources.
- The model is uncertain or the information may have changed.
- The user asks for sources, citations, or URLs.
Do not use this skill when:
- The task is translation, rewriting, formatting, or brainstorming.
- The answer is stable common knowledge.
- The user explicitly says not to search.
Procedure
- Decide whether web access is required.
- Generate 1 to 3 search queries.
- Call
web_searchwith the strongest query first. - Prefer official, primary, recent, and authoritative sources.
- Do not answer from snippets alone unless the user only asks for navigation links.
- For each important source, call
web_fetchon the URL. - Extract:
- title
- source
- publication/update date
- key claims
- relevant evidence
- Filter low-quality results:
- duplicated pages
- SEO spam
- pages without dates for time-sensitive claims
- copied content without original source
- Cross-check important claims with at least two sources when possible.
- If pages require JavaScript or login, use
browserinstead ofweb_fetch.
Source Priority
Prefer sources in this order:
- Official documentation, official website, government source, company announcement
- Standards, papers, GitHub repositories, package registries
- Reputable media or industry publications
- Blogs, forums, Reddit, social posts
Filtering Rules
Reject or deprioritize:
- Sources with no author/source/date for time-sensitive claims
- Content farms
- Aggregated snippets without original links
- Pages that only quote another source
- Outdated pages when the query asks for latest/current information
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 84 lines · 22 tokens per session scan A cd364e57324d
web research is a skill published in the GitHub repository FoneClaw-AI/foneclaw-android (6 stars, last pushed yesterday), licensed MIT. It adds 22 tokens to every session and 604 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ui-automation
Control the physical UI of any app on this device (clicks, scrolls, typing).
click
Tap a UI element by text on the screen.
custom-ai-view
Drive Custom AI View — a real browser inside pixel-accurate device frames, over MCP. Use when checking how a page looks or behaves on a phone, tablet or laptop; when a screenshot of a real device frame is wanted; when inspecting an element's markup, computed styles or box on a device; when reproducing a mobile-only…
x402
Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
cloud
Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2, v3, or v4), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP…