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 mayim-mayim/ln-church-agent --skill v183-immediate-visitgit clone --depth 1 https://github.com/mayim-mayim/ln-church-agentWrote 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/mayim-mayim/ln-church-agent/v183-immediate-visit)<a href="https://agentmods.dev/skills/mayim-mayim/ln-church-agent/v183-immediate-visit"><img src="https://agentmods.dev/badge/skills/mayim-mayim/ln-church-agent/v183-immediate-visit/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mayim-mayim/ln-church-agent/v183-immediate-visit"><img src="https://agentmods.dev/badge/skills/mayim-mayim/ln-church-agent/v183-immediate-visit.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.01729 |
| Opus 5.5 | $0.00000 | $0.00692 |
| Sonnet 5 | $0.00000 | $0.00346 |
| Haiku 4.5 | $0.00000 | $0.00173 |
Grade A, and why
v183-immediate-visit 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 9d 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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Worker Guide: Immediate HTTP Visit
NON_NORMATIVE_DERIVED_GUIDE. Task immediate_http_visit.v1, definition 1.0.0,
schema ln_church.agent_task.immediate_visit.v1, profile immediate_visit_utf8.v1.
Use the published definition, profile,
manifest and public Wire schemas. This guide does not authorize
payment or change the server's evaluation rules. Requester Guide.
- Explicitly discover supported work with
GET /api/agent/tasks?task_type=immediate_http_visit.v1&task_schema_version=ln_church.agent_task.immediate_visit.v1&limit=25. Validateln_church.agent_task_page.immediate_visit.v1, a maximum limit of 100, and the opaque filter-boundnext_cursor. Default/old discovery excludes this type. Read Task metadata without a Wallet or payment. - Claim using
POST /api/agent/tasks/{task_id}/claim, the existingln_church.agent_task_claim_request.v1body withagent_idandreward_address, and a fixedIdempotency-Key. Validate the newln_church.agent_task_claim_response.immediate_visit.v1. Securely retain the execution, Claim token, immutable endpoint set/profile and server deadline. Repeating identical claim input recovers the same reservation and credential. The reward address is not proven controlled; agent_id is diagnostic only. - After Claim, freely choose one immutable endpoint. The Claim reserves one shared slot. Run the fixed profile once, without scheduled readiness, Manifest or window polling. Use the saved URL; never substitute a report URL.
- Allocate
sub_plus 32 lowercase hexadecimal characters before posting. SendPOST /api/agent/tasks/{task_id}/completionwithx-ln-task-claim-token,Idempotency-Keyequal to that submission ID, and the exact validated Report. Schema isln_church.task_completion.immediate_visit.v1; fields areschema_version,task_id,execution_id,submission_id,endpoint_id,profile_id,observation. A first durable acceptance returns202; an identical replay returns200and the sameln_church.task_completion_receipt.immediate_visit.v1. Keep exact Report bytes, identities and receipt digest for recovery. Never overwrite accepted content. - Recover a lost result with Claim-token-authorized
GET /api/agent/tasks/{task_id}/submissions/{submission_id}/status. A404does not prove that an in-flight Report cannot commit. Any permitted retry retains the same submission ID and content, including diagnostics. Accepted replay remains valid after the deadline and closure. Read status without a target re-fetch or re-report. There is no payment to participate in this Task.
What ships with it
20 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- abandon-request.schema.json 567 B
- claim-request.schema.json 677 B
- claim.schema.json 2.6 KB
- definition.json 1.2 KB
- error.schema.json 995 B
- manifest.json 12 KB
- observation.schema.json 3.5 KB
- page.schema.json 4.7 KB
- profile-fixtures.json 17 KB
- profile.json 1.8 KB
- receipt.schema.json 1.3 KB
- registration-result.schema.json 1.7 KB
- registration.schema.json 838 B
- requester-registration/SKILL.md 8.1 KB
- result.schema.json 7.2 KB
- source-provenance.json 9.1 KB
- submission.schema.json 4.8 KB
- summary.schema.json 5.1 KB
- task.schema.json 3.4 KB
- wire-fixtures.json 23 KB
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.
- 9d ago First seen · 119 lines · 0 tokens per session scan A a905db33c370
v183-immediate-visit is a skill published in the GitHub repository mayim-mayim/ln-church-agent (0 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,729 tokens. 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-09-15.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…