SKILL.md as a simpler way to organize agent tools

SenseNova Office Skills uses a separate SKILL.md file inside each skill folder, so an agent can read the instructions while it is working and understand what each skill does. This replaces a setup where tools are mainly defined as or fixed API shapes. The claimed benefit is that the agent can discover skills, understand them, and connect them together without hardcoded routing.

The skills are arranged in layers. The lower layer, sn-image-base, exposes basic model abilities such as , recognition, and text improvement. Higher-level skills such as sn-infographic combine those basic abilities into full workflows, including automatic prompt scoring, multiple generation rounds with quality ranking, and choosing from 87 layouts and 66 styles.

Other listed skills cover image imitation from , resume , PowerPoint generation, Excel , and a agent.

Key points

  • SenseNova Office Skills puts a SKILL.md file inside each skill folder.
  • The approach uses readable instructions instead of only or fixed API schemas.
  • The agent reads skill instructions at runtime and can chain skills without hardcoded routing.
  • The system separates basic model abilities from higher-level workflows built on top of them.
  • Example skills include , infographic creation, PowerPoint generation, Excel analysis, and .
Read original