Skip to content

可选技能目录

本文档的完整中文翻译正在进行中。

概述

可选技能目录。

快速开始

bash
hermes help
hermes config
hermes skills

相关链接

获取帮助

如需帮助,请运行 hermes doctor 或访问 GitHub Issues


原文档内容:

Optional Skills Catalog

Official optional skills ship with the hermes-agent repository under optional-skills/ but are not active by default. Install them explicitly:

bash
hermes skills install official/<category>/<skill>

For example:

bash
hermes skills install official/blockchain/solana
hermes skills install official/mlops/flash-attention

Once installed, the skill appears in the agent's skill list and can be loaded automatically when relevant tasks are detected.

To uninstall:

bash
hermes skills uninstall <skill-name>

Autonomous AI Agents

SkillDescription
blackboxDelegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result.
honchoConfigure and use Honcho memory with Hermes — cross-session user modeling, multi-profile peer isolation, observation config, and dialectic reasoning.

Blockchain

SkillDescription
baseQuery Base (Ethereum L2) blockchain data with USD pricing — wallet balances, token info, transaction details, gas analysis, contract inspection, whale detection, and live network stats. No API key required.
solanaQuery Solana blockchain data with USD pricing — wallet balances, token portfolios, transaction details, NFTs, whale detection, and live network stats. No API key required.

Communication

SkillDescription
one-three-one-ruleStructured communication framework for proposals and decision-making.

Creative

SkillDescription
blender-mcpControl Blender directly from Hermes via socket connection to the blender-mcp addon. Create 3D objects, materials, animations, and run arbitrary Blender Python (bpy) code.
meme-generationGenerate real meme images by picking a template and overlaying text with Pillow. Produces actual `.png...

[完整翻译即将推出]