authos-service-management

authos-service-management is a skill for Codex from drmhse/authos_skill. It costs 48 tokens per session (950 once invoked), scanned A, original, MIT.

A guide for configuring applications inside an AuthOS organization. AuthOS is a service for authentication, OAuth, SAML, subscriptions, and organization-managed applications.

In plain words
What is it for?
Use it to manage services, OAuth client credentials, redirect and device-activation URLs, plans, API keys, SAML settings, and checkout.
Why use it?
It brings application credentials, callback addresses, login providers, plans, and checkout settings into one configuration process.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to manage services, OAuth client credentials, redirect and device-activation URLs, plans, API keys, SAML settings, and checkout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/drmhse/authos_skill/authos-service-management
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 drmhse/authos_skill --skill authos-service-management
Clone the repo
git clone --depth 1 https://github.com/drmhse/authos_skill

Made for: 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 authos-service-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-service-management/github.svg)](https://agentmods.dev/skills/drmhse/authos_skill/authos-service-management)
Your own site
<a href="https://agentmods.dev/skills/drmhse/authos_skill/authos-service-management"><img src="https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-service-management/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 authos-service-management

Your own site · 80×15
<a href="https://agentmods.dev/skills/drmhse/authos_skill/authos-service-management"><img src="https://agentmods.dev/badge/skills/drmhse/authos_skill/authos-service-management.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 950 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.00048 $0.00950
Opus 5 $0.00024 $0.00475
Sonnet 5 $0.00010 $0.00190
Haiku 4.5 $0.00005 $0.00095

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

Security

Grade A, and why

authos-service-management 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.

authos-service-management/SKILL.md · 98 lines

How it starts

The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AuthOS Service Management

Use these public AuthOS links when producing user-facing setup or troubleshooting guidance:

Use this skill when configuring applications inside an AuthOS organization. Use authos-service-api-integration when consuming service API routes with an API key.

Service Model

An AuthOS service represents an application owned by an organization. Source fields include:

  • slug, name, service_type
  • client_id
  • hashed client_secret
  • provider scopes for GitHub, Google, and Microsoft
  • redirect_uris
  • device_activation_uri
  • SAML IdP fields such as entity ID, ACS URL, SLO URL, NameID format, attribute mapping, and signing flags

Core API service types used in the codebase include web, api, mobile, and desktop. Treat mobile and desktop as public clients that require PKCE in OAuth callback paths.

The standalone lite Platform Setup workspace currently presents simpler application labels: web, native, spa, and machine. Use those labels only when editing the managed standalone config through the lite setup flow; for direct organization service API calls, use the core API service type values unless the source has changed.

Service APIs

  • GET/POST /api/organizations/:org_slug/services
  • GET/PATCH/DELETE /api/organizations/:org_slug/services/:service_slug
  • POST /api/organizations/:org_slug/services/:service_slug/secret/rotate

Create a service:

{
  "slug": "web-app",
  "name": "Web App",
  "service_type": "web",
  "redirect_uris": ["https://app.example.com/callback"],
  "github_scopes": ["user:email"],
  "google_scopes": ["openid", "email", "profile"],
  "microsoft_scopes": ["offline_access", "User.Read"]
}

The secret is hashed server-side. Persist the returned secret immediately; retrieve flows should not expect to read it back later. Use the rotate endpoint when it is lost or compromised.

Read the full file on GitHub · 98 lines

Files

What ships with it

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

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 · 98 lines · 48 tokens per session scan A 30f88ed0ad7e

Subscribe to this mod's changes

authos-service-management is a skill published in the GitHub repository drmhse/authos_skill (1 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 950 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

woocommerce-health-check

Use when the user says 'why is my checkout broken', 'audit my woocommerce store', 'cart problems woocommerce', or 'losing sales woocommerce'. Diagnoses checkout and cart failures, AJAX mismatches, caching conflicts, payment gateway setup, and SSL enforcement.

respira-press/agent-skills-wordpress · 59 tokens

respira-woocommerce

Use for WooCommerce operations on a WordPress site. Listing, reading, creating, updating, and duplicating products. Managing categories and tags. Reading orders and updating order status. Stock management. Sales reports. Storefront layout edits. Builder-aware throughout. Requires the Respira WooCommerce add-on (paid).

respira-press/agent-skills-wordpress · 67 tokens

woo-agent-storefront

Use when the user says 'make my store visible to chatgpt', 'set up product feeds', or 'make my store agent-ready', or asks about Google Merchant Center, a store llms.txt, or cart links for AI agents. Sets up product feeds in six formats and registers the catalog with the major platforms.

respira-press/agent-skills-wordpress · 70 tokens

issue-authoring

Draft or refine IDD-ready GitHub issues, roadmap issues, and sub-issues before the normal IDD execution loop begins. Use when a request is too large or ambiguous for one reviewable change, when work needs decomposition or dependency encoding, or when the user asks for issue drafting, roadmap planning, or…

kurone-kito/idd-skill · 71 tokens

woo-marketing-campaigns

Use when the user says 'plan a campaign', 'promote this product', 'write the copy for our sale', 'what should we push this month', or 'draft the launch for this collection'. Reads what the store actually sells, drafts the campaign around it, and stages every page and product change for approval.

respira-press/agent-skills-wordpress · 71 tokens

woo-pricing-promotions

Use when the user says 'run a sale', 'discount this category', 'set up a coupon', 'reprice these products', 'end the sale', or asks what a discount would cost them. Plans the price change, shows it as a preview before anything moves, writes it with a snapshot, and can put it back.

respira-press/agent-skills-wordpress · 73 tokens