adobe-express-oauth-authentication

adobe-express-oauth-authentication is a skill for Claude Code, Codex from Sandgrouse/adobe-express-dev-skill. It costs 50 tokens per session (850 once invoked), scanned A, original, no licence file.

OAuth 2.0 login and authorization flows for Adobe Express add-ons. OAuth 2.0 lets an add-on securely connect to services such as Dropbox, OneDrive, or Google Drive on a user's behalf.

In plain words
What is it for?
Use it when an Adobe Express add-on needs cloud storage access, token management, credential storage, or login screens.
Why use it?
It helps handle sign-in, permission requests, access tokens, and stored credentials without designing the authentication flow from scratch.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when an Adobe Express add-on needs cloud storage access, token management, credential storage, or login screens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandgrouse/adobe-express-dev-skill/adobe-express-oauth-authentication
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 Sandgrouse/adobe-express-dev-skill --skill adobe-express-oauth-authentication
Clone the repo
git clone --depth 1 https://github.com/Sandgrouse/adobe-express-dev-skill

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 adobe-express-oauth-authentication

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-oauth-authentication.svg)](https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-oauth-authentication)
Your own site
<a href="https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-oauth-authentication"><img src="https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-oauth-authentication.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 850 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 unknown 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.00050 $0.00850
Opus 5 $0.00025 $0.00425
Sonnet 5 $0.00010 $0.00170
Haiku 4.5 $0.00005 $0.00085

Measured 8d ago against content hash 7ab9e0d86373, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

adobe-express-oauth-authentication 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 8d 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/adobe-express-oauth-authentication/SKILL.md · 130 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 130 lines · 50 tokens per session scan A 7ab9e0d86373

Subscribe to this mod's changes

adobe-express-oauth-authentication is a skill published in the GitHub repository Sandgrouse/adobe-express-dev-skill (7 stars, last pushed 27d ago), with no licence file. It adds 50 tokens to every session and 850 once invoked, about $0.0003 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

lov-optimize-tauri-backend

Optimize Tauri backend architecture and development ergonomics for Tauri 2 apps, especially Rust restart pain, oversized src-tauri/src/lib.rs files, excessive #[tauri::command] surfaces, stringly invoke APIs, long IPC streams, and dev-state recovery. Use when the user asks about Tauri hot reload, Rust-side restarts…

lovstudio/skills · 125 tokens

lov-cli2anything

A tool for turning authorized observations of a website’s API into an OpenAPI description, Swagger interface, JavaScript SDK, or local command-line tool. OpenAPI is a machine-readable description of how an API can be called.

lovstudio/skills · 55 tokens

iblai-api-external-service-proxy

Call third-party AI services through ibl.ai's External Service Proxy — a platform-admin gateway that fronts ElevenLabs (TTS, voice management, dubbing, sound generation, audio isolation, history/quota) and HeyGen (avatar & template video, translation, photo avatars, assets, voices, quota, webhooks). Discover the…

iblai/api · 162 tokens

iblai-api-rbac

Manage an ibl.ai organization's RBAC via the platform API — roles (actions + data actions), policies, groups, permission checks, resource/action discovery, agent and team access sharing, bulk user policies, and student creation/LLM-access toggles. Org-wide access control. Use to define who can do what.

iblai/api · 70 tokens

iblai-api-scim

Provision and manage an ibl.ai organization's directory over the SCIM 2.0 REST API — users (with the Enterprise User extension) and RBAC groups, including RBAC group membership that auto-links users to the platforms behind those groups. Use when standing up or syncing directory provisioning (SCIM 2.0) for an org…

iblai/api · 0 tokens

iblai-api-feature

Manage an ibl.ai organization's per-user feature configuration and app/onboarding state via the Data Manager (DM) API — read and write a user's feature config (single feature or bulk inline object), bulk-update a feature's values across an entire platform, list the apps a user can access, mark onboarding complete…

iblai/api · 124 tokens