answer

answer is a skill for Claude Code, Codex from surfmind-space/awesome-surfmind. It costs 72 tokens per session (363 once invoked), scanned A, original, MIT.

An evidence-based question-answering skill that starts with selected or visible text and researches further when that text is insufficient.

In plain words
What is it for?
Use it to answer who, what, why, or how questions about a passage or page, explain its meaning, and identify where the answer is stated.
Why use it?
It reduces unsupported guesses by grounding answers in the available page and naming additional sources when research is needed.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/surfmind-space/awesome-surfmind/answer
Any agent
npx skills add surfmind-space/awesome-surfmind --skill answer
Clone the repo
git clone --depth 1 https://github.com/surfmind-space/awesome-surfmind

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for answer

README.md
[![agentmods](https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/answer.svg)](https://agentmods.dev/skills/surfmind-space/awesome-surfmind/answer)
Your own site
<a href="https://agentmods.dev/skills/surfmind-space/awesome-surfmind/answer"><img src="https://agentmods.dev/badge/skills/surfmind-space/awesome-surfmind/answer.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00072 $0.00363
Opus 5 $0.00036 $0.00181
Sonnet 5 $0.00014 $0.00073
Haiku 4.5 $0.00007 $0.00036

Measured 4d ago against content hash d62152be0b67, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

answer 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 4d 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.

skills/answer/SKILL.md · 29 lines

What it actually says

Answer

Give an evidence-backed answer. Never invent facts, quotes, numbers, or sources, and never present a guess as if it were established.

  1. Start from the selected or visible page content. That is the primary evidence. If it fully answers the question, answer directly and point to where it comes from.
  2. If the page doesn't cover enough, gather more: use web search or any suitable MCP/tool available to research the topic, then base the answer on what you find and name the source.
  3. If web search is disabled and no suitable tool is available, answer only what the context supports and clearly state what's missing or unverified.

Match the answer's length to the question.

Example

Question: "What's the refund window?"

  1. Page states it: "Refunds are available within 30 days of purchase (stated on this page)."
  2. Page is silent, search available: research it, then "Per the vendor's Terms of Service, refunds are within 14 days. [link]"
  3. Page silent, no search or tools: "This page explains how to request a refund but doesn't give a time limit, and I can't look it up right now. Check the full Terms for the exact window."
Changes

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.

  1. 4d ago First seen · 29 lines · 72 tokens per session scan A d62152be0b67

Subscribe to this mod's changes

answer is a skill published in the GitHub repository surfmind-space/awesome-surfmind (5 stars, last pushed 1mo ago), licensed MIT. It adds 72 tokens to every session and 363 once invoked, about $0.0004 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.