claudeers.
// Claude Skills

avenoxskills

Production agent skills for Claude Code, Cursor, and any SKILL.md harness — Codex fleets, video pipeline, monorepo review bundles, multi-chain explorer.

Actively maintained
96/100
last commit 14 days ago
last release none
releases 0
open issues 1
// star history+5 this week (+12.5%)

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up avenoxskills (git-clone project) into my current project.
Found on https://claudeers.com/avenoxskills
Repo: https://github.com/avenoxai/avenoxskills
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/avenoxai/avenoxskills
Category: skills. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/avenoxai/avenoxskills

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

avenoxskills

Agent skills built and battle-tested in production by Avenox.

These aren't demos. Each one runs real work — shipping YouTube videos, driving Codex fleets, packaging codebases for external review — and each carries the gotchas that only show up after something breaks at 2am. That's the part worth having.

Compatible with Claude Code, Cursor, and any harness that reads SKILL.md-style agent skills.

Install

Copy any skill directory into your agent's skills folder:

git clone https://github.com/avenoxai/avenoxskills.git
cp -R avenoxskills/skills/codex-fleet ~/.claude/skills/

Or take just the one file you want — every skill is self-contained except the video trio, which shares avenox-studio/ (see below).

The skills

Agent operations

SkillWhat it does
codex-fleetStandalone Codex CLI runner + fleet orchestrator. General codex exec tasks, gpt-image-2 image generation, and parallel multi-lane fleets with worktree isolation. Dependency-free — no control plane required.
fable-orchestrationDelegation policy for a multi-model stack: when the main loop runs on a scarce top-tier model, what goes to cheaper sub-agents, and what goes to Codex lanes. Routes on difficulty, not just task type.

External model review

SkillWhat it does
gptproExport a monorepo into review-ready zip bundles for a non-agentic frontier model — node_modules-free, split by subsystem, with a secret scan that hard-aborts the export rather than shipping a key to a chat UI.
gptpro-handoffThe workflow around it: author the prompt, receive the report, verify every finding against the live codebase before implementing. Includes the prompt house style.

Video production

A local-first, agent-operated YouTube pipeline. Nothing uploads to render.

SkillWhat it does
avenox-videoThe router — read this first. 7-step pipeline from intake to export.
avenox-roughcutTranscript-driven rough cut: silence removal and flub/retake removal, in the right order.
avenox-graphicsBrand-locked motion graphics via HyperFrames, composited onto the cut.
avenox-thumbnailHigh-CTR thumbnail factory for a mascot-driven channel. Parallel gpt-image-2 jobs, hook-pattern playbook, hard safety rules.

The three video skills share runtime files in avenox-studio/ — scripts, the edit.json template, and the brand spec:

export STUDIO_ROOT="$PWD/avenox-studio"
export STUDIO_JOBS="$HOME/video/projects"   # heavy media — keep OUT of cloud sync
cp avenox-studio/brand/frame.template.md avenox-studio/brand/frame.md
cp avenox-studio/brand/caption-corrections.example.json avenox-studio/brand/caption-corrections.json

Blockchain

SkillWhat it does
chainscanMulti-chain block explorer via the Etherscan V2 unified API + Foundry cast fallbacks. Contract ABI/source, txs, logs, balances, token info across 60+ chains. One key, one endpoint.

Bring your own assets

Two skills expect files this repo deliberately doesn't ship:

  • avenox-thumbnail needs your own mascot reference in assets/. The mascot is channel identity — yours should be yours. It also needs tool logos, which are third-party trademarks; the fetch recipe is included instead of the files. See skills/avenox-thumbnail/assets/README.md.
  • avenox-graphics reads avenox-studio/brand/frame.md, which you create from the template. Lock it early — visual consistency compounds, and changing it mid-channel costs more than getting it slightly wrong at the start.

Requirements

Varies by skill; each SKILL.md states its own.

  • codex-fleet — Codex CLI 0.128+, authenticated
  • gptprozip, rsync
  • video skills — macOS (hardware encode, mlx-whisper on Apple Silicon), ffmpeg, python3, MLT/melt, Node. Most work on Linux with libx264 and a CUDA whisper build substituted in.
  • chainscan — an Etherscan V2 API key; Foundry for cast fallbacks

A note on the gotchas

The sections labelled GOTCHAS are the highest-value part of this repo. A few that cost real hours:

  • auto-editor v29 leaks the last --cut-out range as a positional input file. Use ffmpeg's select filter for content cuts.
  • Codex's greedy -i parse eats your prompt unless you put -- before it.
  • Parallel gpt-image-2 jobs share an image cache and can return duplicate renders — md5 the batch, re-fire dupes solo.
  • SVG feTurbulence grain must use a fixed seed or rendered frames flicker.
  • auto-editor and npx both need the certifi SSL fix or their downloads fail.

License

MIT — see LICENSE. Use them, fork them, improve them.

Issues and PRs welcome, especially "this broke on my setup" reports.

// faq

What is avenoxskills?

Production agent skills for Claude Code, Cursor, and any SKILL.md harness — Codex fleets, video pipeline, monorepo review bundles, multi-chain explorer.. It is open-source on GitHub.

Is avenoxskills free to use?

avenoxskills is open-source under the MIT license, so it is free to use.

What category does avenoxskills belong to?

avenoxskills is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
45 stars
unclaimed
updated 27 days ago

// embed badge

avenoxskills on Claudeers
[![Claudeers](https://claudeers.com/api/badge/avenoxskills.svg)](https://claudeers.com/avenoxskills)

// retro hit counter

avenoxskills hit counter
[![Hits](https://claudeers.com/api/counter/avenoxskills.svg)](https://claudeers.com/avenoxskills)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how avenoxskills connects across the ecosystem