v183-immediate-visit

v183-immediate-visit is a skill for Claude Code, Codex from mayim-mayim/ln-church-agent. It costs 0 tokens per session (1,729 once invoked), scanned A, original, MIT.

A procedural guide for finding, claiming, and completing immediate HTTP-visit tasks through a task server.

In plain words
What is it for?
It helps an agent discover available visit tasks, claim one safely, retain its execution details, and validate the server responses.
Why use it?
It explains the required requests, schemas, deadlines, and retry handling so an agent can follow the server’s contract without guessing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps an agent discover available visit tasks, claim one safely, retain its execution details, and validate the server responses.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mayim-mayim/ln-church-agent/v183-immediate-visit
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.

Any agent
npx skills add mayim-mayim/ln-church-agent --skill v183-immediate-visit
Clone the repo
git clone --depth 1 https://github.com/mayim-mayim/ln-church-agent

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 v183-immediate-visit

README.md
[![agentmods](https://agentmods.dev/badge/skills/mayim-mayim/ln-church-agent/v183-immediate-visit/github.svg)](https://agentmods.dev/skills/mayim-mayim/ln-church-agent/v183-immediate-visit)
Your own site
<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.

agentmods 80×15 button for v183-immediate-visit

Your own site · 80×15
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,729 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.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

Measured 9d ago against content hash a905db33c370, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-25, from the pricing page.

Security

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.

ln_church_agent/contracts/v183-immediate-visit/SKILL.md · 119 lines

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.

  1. 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. Validate ln_church.agent_task_page.immediate_visit.v1, a maximum limit of 100, and the opaque filter-bound next_cursor. Default/old discovery excludes this type. Read Task metadata without a Wallet or payment.
  2. Claim using POST /api/agent/tasks/{task_id}/claim, the existing ln_church.agent_task_claim_request.v1 body with agent_id and reward_address, and a fixed Idempotency-Key. Validate the new ln_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.
  3. 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.
  4. Allocate sub_ plus 32 lowercase hexadecimal characters before posting. Send POST /api/agent/tasks/{task_id}/completion with x-ln-task-claim-token, Idempotency-Key equal to that submission ID, and the exact validated Report. Schema is ln_church.task_completion.immediate_visit.v1; fields are schema_version, task_id, execution_id, submission_id, endpoint_id, profile_id, observation. A first durable acceptance returns 202; an identical replay returns 200 and the same ln_church.task_completion_receipt.immediate_visit.v1. Keep exact Report bytes, identities and receipt digest for recovery. Never overwrite accepted content.
  5. Recover a lost result with Claim-token-authorized GET /api/agent/tasks/{task_id}/submissions/{submission_id}/status. A 404 does 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.

Read the full file on GitHub · 119 lines

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. 9d ago First seen · 119 lines · 0 tokens per session scan A a905db33c370

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

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…

microsoft/ai-agents-for-beginners · 200 tokens

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…

vercel/next.js · 95 tokens

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.

microsoft/vscode · 53 tokens

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…

microsoft/vscode · 71 tokens

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…

vercel/next.js · 83 tokens