oauth-auth

oauth-auth is a skill for Claude Code, Codex from allamiwayl-27/rabatrealestate. It costs 0 tokens per session (159 once invoked), scanned A, original, MIT.

Instructions for obtaining access tokens for the Real Estate Capitale API. They describe anonymous or email-based identity registration and sending the token with API requests.

In plain words
What is it for?
Use them when connecting to the API, choosing an authentication method, registering an identity, exchanging it for a token, and authorising requests.
Why use it?
They explain how an agent can authenticate before calling protected API endpoints.

Skill for Claude CodeCodex

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

Good fit Use them when connecting to the API, choosing an authentication method, registering an identity, exchanging it for a token, and authorising requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/allamiwayl-27/rabatrealestate/oauth-auth
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 allamiwayl-27/rabatrealestate --skill oauth-auth
Clone the repo
git clone --depth 1 https://github.com/allamiwayl-27/rabatrealestate

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 oauth-auth

README.md
[![agentmods](https://agentmods.dev/badge/skills/allamiwayl-27/rabatrealestate/oauth-auth/github.svg)](https://agentmods.dev/skills/allamiwayl-27/rabatrealestate/oauth-auth)
Your own site
<a href="https://agentmods.dev/skills/allamiwayl-27/rabatrealestate/oauth-auth"><img src="https://agentmods.dev/badge/skills/allamiwayl-27/rabatrealestate/oauth-auth/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 oauth-auth

Your own site · 80×15
<a href="https://agentmods.dev/skills/allamiwayl-27/rabatrealestate/oauth-auth"><img src="https://agentmods.dev/badge/skills/allamiwayl-27/rabatrealestate/oauth-auth.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 159 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.00159
Opus 5 $0.00000 $0.00079
Sonnet 5 $0.00000 $0.00032
Haiku 4.5 $0.00000 $0.00016

Measured 10d ago against content hash 67bbfd33ef80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

oauth-auth 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 10d 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.

.well-known/agent-skills/oauth-auth/SKILL.md · 29 lines

What it actually says

OAuth Authentication — Real Estate Capitale

How agents obtain access tokens for the Real Estate Capitale API.

Discovery

Fetch Protected Resource Metadata:

GET /.well-known/oauth-protected-resource

Fetch Authorization Server Metadata:

GET /.well-known/oauth-authorization-server

Authentication Methods

  • anonymous — No user identity required. Register with {"type": "anonymous"}.
  • service_auth — User email known. Register with {"type": "service_auth", "login_hint": "[email protected]"}.

Flow

  1. Register identity at /agent/identity
  2. Exchange assertion for token at /oauth2/token
  3. Use Bearer token in Authorization header for API requests
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. 10d ago First seen · 29 lines · 0 tokens per session scan A 67bbfd33ef80

Subscribe to this mod's changes

oauth-auth is a skill published in the GitHub repository allamiwayl-27/rabatrealestate (0 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 159 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-08-31.

Related

Other skills, from other repositories

omni-mcp

Connect to the OmniRoute MCP server (110 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 33 permission scopes.

diegosouzapw/OmniRoute · 48 tokens

design-mcp-server

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

cyanheads/obsidian-mcp-server · 62 tokens

api-telemetry

Catalog of OpenTelemetry instrumentation built into framework @cyanheads/mcp-ts-core — spans, metrics, completion logs, env config, runtime caveats, custom instrumentation patterns, and cardinality rules. Use when enabling OTel export, adding custom spans or metrics in services, debugging missing telemetry, looking up…

cyanheads/obsidian-mcp-server · 85 tokens

api-mirror

Stand up a persistent, self-refreshing local mirror of a bulk upstream dataset with the MirrorService (@cyanheads/mcp-ts-core/mirror). Use when a server wraps a large or slow API and should query a synced local index (embedded SQLite + FTS5) instead of paginating the live API per request.

cyanheads/obsidian-mcp-server · 68 tokens

workflow-ai-coding

Edit, validate, debug, publish, and inspect ReachAI Workflow drafts through the Workflow AI Coding REST API. Use when asked to create or modify a workflow graph, add/update/delete nodes or edges, validate GraphSpec, dry-run or debug-run a workflow, inspect trace/run output, check release readiness, publish a validated…

w8123/EnterpriseAgentFramework · 85 tokens

ak-add-integration

Add a messaging platform integration to an existing Agent Kernel project. This skill guides you through adding Slack, WhatsApp, Messenger, Instagram, Telegram, Teams, or Gmail integration by generating configuration, updating dependencies, and setting up webhook handlers. Designed for users extending their agents.

yaalalabs/agent-kernel · 59 tokens