docs: add Hermes Skills Integration section to SETUP.md
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m31s
Documentation Validation / validate-docs (push) Failing after 10s
Documentation Validation / validate-policies-strict (push) Successful in 4s
Multi-Node Stress Testing / stress-test (push) Successful in 4s
Node Failover Simulation / failover-test (push) Failing after 2s

- Added new section explaining Hermes skills integration
- Links to docs/skills/ folder with all 8 skills
- Lists each skill with descriptions
- Explains YAML frontmatter format for Hermes skill loading
- Addresses user question about Hermes skills documentation
This commit is contained in:
aitbc
2026-05-09 11:14:37 +02:00
parent 133dff33ed
commit e35127947d

View File

@@ -157,3 +157,19 @@ For production deployment:
4. Set up log rotation
5. Configure monitoring and alerts
6. Use proper database setup (PostgreSQL/Redis)
## Hermes Skills Integration
AITBC includes documentation skills for Hermes agents. These skills enable automated operations and can be imported by Hermes agents to perform tasks:
- **[Documentation Skills](../skills/)** - Complete skill library for Hermes agents:
- [aitbc-basic-operations.md](../skills/aitbc-basic-operations.md) - Basic CLI operations, wallet management, blockchain status
- [aitbc-marketplace.md](../skills/aitbc-marketplace.md) - Marketplace operations, GPU provider registration, trading
- [aitbc-node-coordination.md](../skills/aitbc-node-coordination.md) - Multi-node coordination, git synchronization, blockchain sync
- [aitbc-wallet-management.md](../skills/aitbc-wallet-management.md) - Wallet creation, import/export, balance checks, deletion
- [aitbc-ai-operations.md](../skills/aitbc-ai-operations.md) - AI job submission, monitoring, resource allocation, GPU testing
- [aitbc-blockchain-troubleshooting.md](../skills/aitbc-blockchain-troubleshooting.md) - Blockchain troubleshooting, sync issues, P2P problems
- [aitbc-multi-node-operations.md](../skills/aitbc-multi-node-operations.md) - Multi-node operations, git sync, service restart, blockchain sync
- [aitbc-cli.md](../skills/aitbc-cli.md) - CLI tool reference for training agents and workflow operations
These skills are located in `docs/skills/` and follow the YAML frontmatter format required by Hermes for skill loading.