fix-provider

fix-provider is a skill for Claude Code, Codex from wrtnlabs/autobe. It costs 11 tokens per session (1,358 once invoked), scanned A, original, AGPL-3.0.

A troubleshooting workflow for compilation errors in providers, collectors, and transformers. The available description does not specify its methods or supported tools.

In plain words
What is it for?
It is intended for fixing compilation errors in providers, collectors, and transformers.
Why use it?
The provided information is too limited to say what specific problem-solving steps it adds.

Skill for Claude CodeCodex

About the project

AutoBE is an AI tool that turns natural-language backend requirements into a working server application, including its database, APIs, tests, documentation, and implementation. It is for people who want to build and later extend backend prototypes or production applications with AI coding assistants. The catalogue add-ons support workflows around using AutoBE and maintaining its generated applications.

wrtnlabs/autobe · 1,360 stars · on GitHub

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.

agentmods
npx agentmods add skills/wrtnlabs/autobe/fix-provider
Any agent
npx skills add wrtnlabs/autobe --skill fix-provider
Clone the repo
git clone --depth 1 https://github.com/wrtnlabs/autobe

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 fix-provider

README.md
[![agentmods](https://agentmods.dev/badge/skills/wrtnlabs/autobe/fix-provider.svg)](https://agentmods.dev/skills/wrtnlabs/autobe/fix-provider)
Your own site
<a href="https://agentmods.dev/skills/wrtnlabs/autobe/fix-provider"><img src="https://agentmods.dev/badge/skills/wrtnlabs/autobe/fix-provider.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,358 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00011 $0.01358
Opus 5 $0.00005 $0.00679
Sonnet 5 $0.00002 $0.00272
Haiku 4.5 $0.00001 $0.00136

Measured 5d ago against content hash 7fc3421b3934, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

fix-provider 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 5d 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.

internals/template/realize/.claude/skills/fix-provider/SKILL.md · 223 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 5d ago First seen · 223 lines · 11 tokens per session scan A 7fc3421b3934

Subscribe to this mod's changes

fix-provider is a skill published in the GitHub repository wrtnlabs/autobe (1,360 stars, last pushed 2mo ago), licensed AGPL-3.0. It adds 11 tokens to every session and 1,358 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

auth-setup

Implements custom passwordless authentication without Devise. Use when setting up authentication, login flows, session management, passkeys (WebAuthn), magic links, or password resets. Passkeys are the primary auth method; magic links are the fallback. WHEN NOT: For authorization/permissions (use controller concerns…

dilolabs/nosia · 88 tokens

event-tracking

Builds event tracking, activity feeds, and webhook systems following 37signals patterns with a generic Event model and Eventable concern. Use when implementing audit trails, activity feeds, event recording, webhooks, or when user mentions events, tracking, webhooks, or activity logs. WHEN NOT: For state changes as…

dilolabs/nosia · 95 tokens

api-patterns

Builds REST APIs using respondto blocks with Jbuilder templates following the 37signals same-controllers-different-formats philosophy. Use when adding API endpoints, JSON responses, token authentication, pagination, or when user mentions API, JSON, REST, or Jbuilder. WHEN NOT: For HTML-only controllers (use…

dilolabs/nosia · 80 tokens

mailer-patterns

Creates minimal Action Mailer classes with bundled notification patterns following 37signals conventions. Use when sending emails, creating notification systems, digest emails, or when user mentions mailers, emails, notifications, or transactional messages. WHEN NOT: For background job scheduling (use job-patterns)…

dilolabs/nosia · 70 tokens

multi-tenant-setup

Implements URL-based multi-tenancy with account scoping, membership patterns, and data isolation following 37signals patterns. Use when setting up multi-tenant architecture, account isolation, membership management, or when user mentions multi-tenancy, accounts, or tenant separation. WHEN NOT: For basic model setup…

dilolabs/nosia · 84 tokens

caching-patterns

Implements HTTP caching with ETags, fragment caching, Russian doll caching, and Solid Cache configuration. Use when optimizing performance, adding caching layers, or when user mentions ETags, freshwhen, stale?, cache keys, or Russian doll caching. WHEN NOT: For Turbo Stream real-time updates (use turbo-patterns), for…

dilolabs/nosia · 81 tokens