Edvisage Agent Ops
/install edvisage-agent-ops
agent-ops — Operational Visibility for AI Agents
By Edvisage Global — the agent safety company
Stop flying blind. agent-ops gives you complete visibility into what your agent is doing, what it's costing, and whether it's working.
What This Skill Does
When installed, your agent gains structured operational awareness — tracking its own costs, logging its actions, and generating reports for you, the owner.
Core Capabilities
1. Cost Tracking Protocol
Before every API call, assess and log:
- Model used: Which model is being called (Opus, Sonnet, Haiku, GPT, etc.)
- Estimated tokens: Input and output token estimate
- Estimated cost: Based on current model pricing
- Task classification: Is this a heartbeat, user request, automated task, or sub-agent spawn?
Maintain a running daily cost log in your memory files:
## Daily Cost Log — [DATE]
| Time | Model | Tokens (in/out) | Est. Cost | Task Type | Description |
|------|-------|-----------------|-----------|-----------|-------------|
2. Action Logging
Every significant action gets logged with:
- Timestamp: When it happened
- Action type: Post, reply, API call, file read, file write, skill use, tool use
- Target: Where/what was affected
- Outcome: Success, failure, or partial
- Cost: If applicable
Log format:
## Action Log — [DATE]
| Time | Action | Target | Outcome | Cost | Notes |
|------|--------|--------|---------|------|-------|
3. Daily Summary Report
At the end of each operating day (or on request), generate a summary:
## Daily Operations Summary — [DATE]
### Cost Breakdown
- Total estimated spend: $X.XX
- By model: [breakdown]
- By task type: [breakdown]
- Highest cost action: [description]
### Activity Summary
- Total actions: X
- Successful: X | Failed: X
- Posts created: X
- Replies sent: X
- API calls made: X
### Alerts
- [Any unusual patterns or cost spikes]
4. Cost Alerts
Flag when:
- Daily spend exceeds a threshold (default: $1.00)
- A single action costs more than $0.10
- Heartbeat/maintenance costs exceed 30% of total spend
- Costs are trending higher than the previous 7-day average
5. Model Routing Awareness
When a task could be handled by a cheaper model, note it:
- Simple lookups → suggest Haiku/Flash tier
- Heartbeats → suggest cheapest available model
- Complex reasoning → confirm current model is appropriate
- Summarization → suggest mid-tier model
How to Use
Tell your agent: "You have the agent-ops skill installed. Start tracking your costs and actions today."
Ask for reports: "Give me your daily operations summary" or "How much have you spent today?"
Limitations (Free Version)
- Manual report requests only (no scheduled delivery)
- Basic cost tracking (no historical trend analysis)
- Simple action log (no categorized performance metrics)
- No spending limit enforcement
- No multi-agent cost aggregation
Want automated reports, trend analysis, spending limits, and more? → Upgrade to agent-ops-pro: https://edvisage.gumroad.com/l/[TBD]
About Edvisage Global
We build practical safety and operations tools for AI agents. Our skills are designed for the OpenClaw ecosystem and install in minutes.
Website: https://edvisageglobal.com/ai-tools
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edvisage-agent-ops - 安装完成后,直接呼叫该 Skill 的名称或使用
/edvisage-agent-ops触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Edvisage Agent Ops 是什么?
Operational visibility for AI agents — cost tracking, action logging, and performance monitoring. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。
如何安装 Edvisage Agent Ops?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edvisage-agent-ops」即可一键安装,无需额外配置。
Edvisage Agent Ops 是免费的吗?
是的,Edvisage Agent Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Edvisage Agent Ops 支持哪些平台?
Edvisage Agent Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Edvisage Agent Ops?
由 Edvisage Global(@edvisage)开发并维护,当前版本 v1.0.0。