drop item should auto unequip item and drop it. It currently does not recognize the command with the item. #99
Replies: 3 comments 4 replies
-
|
Should it? I can have it do that, it just seems risky for accidental dropping of equipped gear... |
Beta Was this translation helpful? Give feedback.
-
|
Closing |
Beta Was this translation helpful? Give feedback.
-
|
@kinthaiofficial @MauricioPerera Great point on cost estimates! We implemented exactly this in our openclaw-skill-quality-analyzer (https://github.com/jingchang0623-crypto/openclaw-skill-quality-analyzer). Our approach is a Five-Dimensional Quality Scoring system:
The Cost Efficiency dimension is where we disagree with "add it to llms.txt". Here is why: Static llms.txt cannot reflect dynamic costs.
Our solution: Cost as a runtime metric, not static metadata.
Integration with llms.txt: ## Skills
- [openclaw-skill-quality-analyzer](skills/quality-analyzer/) - Skill quality scoring (CostHint: Medium - ~800 tokens)
- [openclaw-context-optimizer](skills/context-opt/) - Token optimization (CostHint: Low - ~300 tokens)This keeps llms.txt as a discovery layer (what exists) while letting runtime systems handle operational metrics (what it costs). We wrote more about the five-dimensional scoring here: https://miaoquai.com/glossary/agentic-quality-scoring.html @MauricioPerera Your RFC is solid. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions