mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(skills): bring 69 skill descriptions under the 60-char authoring budget
Every SKILL.md description over 60 chars was silently truncated to 57 chars + '...' in the system-prompt skill index (extract_skill_description, agent/skill_utils.py), destroying the routing signal for 69 of 179 skills — some descriptions ran to 1,005 chars. Rewrites follow the authoring standard: <=60 chars, one sentence, ends with a period, trigger front-loaded, no marketing words, no skill-name repetition. Excess detail already lives in each skill's body. Includes the touchdesigner-mcp trim from PR #32361 (credit: @JeliTron) and aligns with the router-precision direction of PR #48780 (@John-Lussier). Docs catalogs + per-skill pages regenerated via website/scripts/generate-skill-docs.py. Co-authored-by: JeliTron <287797501+JeliTron@users.noreply.github.com>
This commit is contained in:
parent
826ffdd75e
commit
b0ef72a8a0
140 changed files with 381 additions and 348 deletions
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: "Inference Sh Cli — Run 150+ AI apps via inference"
|
||||
title: "Inference Sh Cli — Run 150+ AI apps (image, video, LLM) via inference"
|
||||
sidebar_label: "Inference Sh Cli"
|
||||
description: "Run 150+ AI apps via inference"
|
||||
description: "Run 150+ AI apps (image, video, LLM) via inference"
|
||||
---
|
||||
|
||||
{/* This page is auto-generated from the skill's SKILL.md by website/scripts/generate-skill-docs.py. Edit the source SKILL.md, not this page. */}
|
||||
|
||||
# Inference Sh Cli
|
||||
|
||||
Run 150+ AI apps via inference.sh CLI (infsh) — image generation, video creation, LLMs, search, 3D, social automation. Uses the terminal tool. Triggers: inference.sh, infsh, ai apps, flux, veo, image generation, video generation, seedream, seedance, tavily
|
||||
Run 150+ AI apps (image, video, LLM) via inference.sh CLI.
|
||||
|
||||
## Skill metadata
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue