Bug Description
When asking Hermes to analyze crypto token metrics (tokenomics/DeFi analysis),
the agent automatically created a skill named company-research-summary which
does not match the actual task performed.
Steps to Reproduce
- Start Hermes Agent v0.6.0
- Ask: "analyze the crypto token: circulating supply 100M, total supply 10000M,
price $0.50, market cap $50M, FDV $5000M, 30-day volume $2M. Is this healthy or risky?"
- Observe skill auto-creation
Actual Behavior
💾 Skill 'company-research-summary' created — incorrect label for a DeFi/tokenomics analysis task
Expected Behavior
Skill name should reflect the actual task, e.g. crypto-tokenomics-analysis
or no skill should be auto-created for a one-off analysis query
Environment
- Hermes Agent v0.6.0
- Model: nvidia/nemotron-3-super-120b-a12b
- OS: Ubuntu (WSL)
Bug Description
When asking Hermes to analyze crypto token metrics (tokenomics/DeFi analysis),
the agent automatically created a skill named
company-research-summarywhichdoes not match the actual task performed.
Steps to Reproduce
price $0.50, market cap $50M, FDV $5000M, 30-day volume $2M. Is this healthy or risky?"
Actual Behavior
💾 Skill 'company-research-summary' created — incorrect label for a DeFi/tokenomics analysis task
Expected Behavior
Skill name should reflect the actual task, e.g.
crypto-tokenomics-analysisor no skill should be auto-created for a one-off analysis query
Environment