ergouzi-agent-skills

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Public Agent Skills and Claude Code / Codex plugins for New API and reusable workflows.

README.md

Ergouzi Agent Skills

English | 简体中文

Public, community-maintained Agent Skills and Claude Code / Codex plugins for
New API and other reusable workflows.

This repository is the direct public source of truth. It does not mirror or
publish private Ergouzi operations Skills.

What Lives Here

Path Purpose
skills/ Portable Agent Skills following the Agent Skills specification
plugins/ Self-contained cross-platform or platform-specific plugins
templates/ Inputs used by the repository scaffold commands
docs/ Authoring, governance, security, and design documentation
.claude-plugin/marketplace.json Claude Code marketplace catalog
.agents/plugins/marketplace.json Codex marketplace catalog

Available portable Skills:

  • ergouzi-image-gen submits and manages Ergouzi image generation, editing,
    virtual try-on, and upscaling tasks.
  • ergouzi-video-gen submits and manages Ergouzi video generation, animation,
    avatar, and person-replacement tasks.

Both Skills require Python 3.10+, network access to https://ergouzi.life, and
an Ergouzi API key configured locally.

Installation

The remote commands below become usable after the repository is published.

Portable Skills

npx skills add aiman-labs/ergouzi-agent-skills --list
npx skills add aiman-labs/ergouzi-agent-skills --skill <skill-name>

Claude Code Plugins

/plugin marketplace add aiman-labs/ergouzi-agent-skills
/plugin install <plugin-name>@ergouzi-agent-skills

Codex Plugins

codex plugin marketplace add aiman-labs/ergouzi-agent-skills
codex plugin add <plugin-name>@ergouzi-agent-skills

Only install Skills and Plugins you trust. Artifacts may contain executable
scripts or tool integrations; inspect their manifests, instructions, and source
before enabling them.

Ergouzi Media MCP Quick Start

ergouzi-media-mcp is a local Codex plugin that exposes the Ergouzi
asynchronous image and video API as tools for configuration diagnostics, model
listing and schema discovery, task creation, task status, cancellation, and
result download.

  1. Install it through the Codex marketplace commands above:

    codex plugin add ergouzi-media-mcp@ergouzi-agent-skills
    
  2. Install Node.js 22 or newer and configure a separate media API key. This
    key must be authorized for the intended image/video models; it is not the
    GPT/text-model key used by Codex. Save it locally at
    ~/.config/ergouzi/credentials.json on macOS/Linux or
    %APPDATA%\\ergouzi\\credentials.json on Windows:

    {
      "api_key": "YOUR_MEDIA_API_KEY",
      "base_url": "https://ergouzi.life"
    }
    
  3. Start a new Codex task and verify the connection:

    Call ergouzi-media-mcp check_configuration and show the configuration result without exposing my media API key.
    
  4. Ask Codex to create and download media with an explicit destination:

    Use ergouzi/e-image to create a rainy Shanghai street at night, then download the completed result to ~/outputs.
    

The MCP handles task submission, polling, and download. Codex chooses the
model and model input. Read the full plugin guide
for local file inputs, tool details, output behavior, and troubleshooting.

Contributing

Read CONTRIBUTING.md before proposing an artifact. New Skills
and Plugins require a clear user problem, trigger examples, security and
dependency disclosure, provenance, and reproducible validation.

Useful commands:

npm install
npm run create:skill -- <name> --description "..."
npm run create:plugin -- <name> --target cross-platform --description "..."
npm run catalog
npm run check

Standards

License

MIT. Third-party material remains subject to its original license and must be
documented before redistribution.

Reviews (0)

No results found