DEV Community

Fenju Fu
Fenju Fu

Posted on

OpenAI Built a Skills Catalog. iFLYTEK Built the Skills Themselves.

Today's GitHub Trending tells a story about where Agent ecosystems are heading.

openai/skills (490⭐ today) launched a "Skills Catalog for Codex"—an index of capabilities that coding agents can reference. cathrynlavery/diagram-design (1,020⭐) gives agents 38 editorial diagram types. ayghri/i-have-adhd (422⭐) stops agents from burying answers in walls of text.

The common thread? Agent output is evolving beyond plain text. Developers want agents that produce diagrams, structured outputs, and human-friendly formats. And they want a catalog of skills agents can call.

But here's the question nobody's asking: a catalog tells you what's possible. Who provides what's actual?

The Gap: Catalog vs. Capability

Imagine your agent needs to:

  • Transcribe a 30-minute voice memo from a client meeting
  • Run OCR on a scanned contract PDF
  • Translate a Japanese technical spec into Chinese
  • Proofread the final report for grammar and terminology

openai/skills says: "Here's a catalog. Go find the APIs."

iflytek/iFly-Skills says: "Here are the capabilities. Use them."

iFly-Skills available skill list

What is iFly-Skills?

iflytek/iFly-Skills is iFLYTEK's official skill collection—speech recognition, speech synthesis, OCR, translation, proofreading, and multimodal capabilities. Not a directory pointing to third-party services. The actual capabilities, backed by iFLYTEK's decades of work in speech and language AI.

Think of it this way: openai/skills is a restaurant menu. iFly-Skills is a fully stocked kitchen.

iFly-Skills multimodal OCR and image understanding

Pair It With astron-agent for the Full Loop

Capabilities alone aren't enough—you need orchestration. That's where iflytek/astron-agent comes in:

  • iFly-Skills = perception layer (hear, see, read, translate)
  • astron-agent = decision & orchestration layer (what to call, in what order, with what context)

Together: Perception → Decision → Execution. A complete multimodal agent that doesn't just list skills—it uses them.

The Bigger Picture

Today's trending repos reveal three shifts:

  1. From text to multimodal: diagram-design (visual output), i-have-adhd (human-friendly output)
  2. From ad-hoc to cataloged: openai/skills (skills catalog), marketingskills (vertical skill packs)
  3. From reasoning to execution: hyperframes (render video), camofox-browser (stealth browsing)

The next differentiator isn't "can your agent reason?" It's "can your agent perceive the real world—voice, documents, images—and act on what it perceives?"

iFly-Skills + astron-agent is one answer to that question. Not a catalog entry. A working kitchen.

🔗 iflytek/iFly-Skills
🔗 iflytek/astron-agent

Top comments (0)