adobe-express-cors-and-backend

adobe-express-cors-and-backend is a skill for Claude Code, Codex from Sandgrouse/adobe-express-dev-skill. It costs 92 tokens per session (756 once invoked), scanned A, original, no licence file.

A troubleshooting and repair tool for cross-origin request errors between an Adobe Express add-on and its backend APIs. CORS is the browser security rule that controls which websites can call an API.

In plain words
What is it for?
Use it when connecting an Adobe Express add-on to local or hosted backend APIs, including private and public listings.
Why use it?
It helps resolve blocked browser requests caused by preflight checks, missing response headers, or failed OPTIONS requests across different release stages.

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 connecting an Adobe Express add-on to local or hosted backend APIs, including private and public listings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend
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-cors-and-backend
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-cors-and-backend

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend/github.svg)](https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend)
Your own site
<a href="https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend"><img src="https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend/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 adobe-express-cors-and-backend

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend"><img src="https://agentmods.dev/badge/skills/sandgrouse/adobe-express-dev-skill/adobe-express-cors-and-backend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 756 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00092 $0.00756
Opus 5 $0.00046 $0.00378
Sonnet 5 $0.00018 $0.00151
Haiku 4.5 $0.00009 $0.00076

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

Security

Grade A, and why

adobe-express-cors-and-backend scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Postman and curl can pass even when browser fails.
skills/adobe-express-cors-and-backend/SKILL.md · 81 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

Files

What ships with it

1 file 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 · 81 lines · 92 tokens per session scan A 5082a8150ff7

Subscribe to this mod's changes

adobe-express-cors-and-backend is a skill published in the GitHub repository Sandgrouse/adobe-express-dev-skill (7 stars, last pushed 1mo ago), with no licence file. It adds 92 tokens to every session and 756 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

lov-init-auth

A React authentication setup tool for Supabase, a hosted service that provides user accounts and data features. It adds account access, recovery, email confirmation, and desktop-browser OAuth, where OAuth lets users sign in through another provider.

lovstudio/skills · 42 tokens

lov-install-zenmux-api

A backend integration tool for connecting an application to the ZenMux API through a server-side proxy. It keeps API keys on the server instead of exposing them in browser code.

lovstudio/skills · 47 tokens

lov-refactor-api

A backend API refactoring workflow that finds duplicate endpoints and consolidates their implementation while keeping existing callers working. It checks inputs, outputs, permissions, and known callers before changing code.

lovstudio/skills · 41 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