Skip to content

narevai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Narev

Narev Skills

Documentation Discord X

Skills to help AI coding agents work with Narev Cloud, the Pricing API, and usage-based AI billing.


Skills follow the Agent Skills format.

Install

Agent Skills

npx skills add narevai/skills

Codex

codex plugin marketplace add narevai/skills

After adding the marketplace, restart Codex, open /plugins, select Narev, install and enable narev-skills, then start a new thread.

Manual (Claude Code)

git clone https://github.com/narevai/skills ~/.claude/skills/narev

Skills

Install the narev plugin group to get all four skills.

Skill Purpose When to use
narev-starter Start here — picks the right skill or documentation path Any Narev Cloud, pricing, billing, or SDK question; use when unsure
narev-lookup-llm-pricing Pricing API reference — seven public pricing endpoints (reference, price, find/cheapest, calculate), errors and contracts Live rates, per-call cost math, endpoint behavior without committing a snapshot
narev-update-llm-pricing Pin pricing in-repo — patterns to snapshot live price API rows into your codebase Freeze rates, refresh a checked-in pricing file, offline or deterministic billing
narev-nextjs-patterns Next.js billing — greenfield setup (Polar, billed model, @ai-billing/nextjs UI) and brownfield retrofit (wrap existing Vercel AI SDK routes, multi-provider factories, test bypasses) Any Next.js App Router app with Narev usage-based billing

Quick start

  1. Read the Narev documentation for Cloud setup, API keys, and SDKs.
  2. Open your agent’s skills or slash commands and invoke narev-starter first; it recommends narev-lookup-llm-pricing or narev-update-llm-pricing when the task is pricing-specific.

Example prompts:

You say Skill
“How does the Narev pricing API work?” narev-lookup-llm-pricing
“Calculate USD for this token usage” narev-lookup-llm-pricing
“Snapshot model pricing into a JSON file in my repo” narev-update-llm-pricing
“Which Narev skill should I use for billing middleware?” narev-starter
“Set up a new Next.js app with Narev billing and usage dashboard” narev-nextjs-patterns
“Add Narev billing to my existing Next.js chat route” narev-nextjs-patterns

Repository structure

.
├── .agents/
│   └── plugins/
│       └── marketplace.json
├── .codex-plugin/
│   └── plugin.json
├── .claude-plugin/
│   └── marketplace.json
├── assets/
│   └── narev-logo.png
├── skills/
│   ├── narev-starter/
│   ├── narev-nextjs-patterns/
│   ├── narev-lookup-llm-pricing/
│   └── narev-update-llm-pricing/
├── AGENTS.md
├── CLAUDE.md
└── README.md

Resources

Request a skill

Missing a skill? Open an issue.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors