← Back to Skills Marketplace
edvisage

Edvisage Agent Ops

by Edvisage Global · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
100
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install edvisage-agent-ops
Description
Operational visibility for AI agents — cost tracking, action logging, and performance monitoring.
README (SKILL.md)

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

Usage Guidance
This skill appears to do what it says (tracking costs and actions) and doesn't request credentials or install code, but its instructions are vague about where logs are stored and what exactly gets recorded. Before installing or enabling it: 1) Confirm where 'memory files' and logs will be written and who/what can read them; set a secure storage location and retention policy if possible. 2) Limit or redact sensitive fields from logs (user messages, API responses, credentials). 3) Test the skill in an isolated environment to inspect sample logs and verify no secrets are captured. 4) Verify the publisher (homepage/repo) and prefer a published source you trust. 5) If you enable autonomous use, consider restricting the skill's permissions or turning on manual approval for any actions that could expose data.
Capability Analysis
Type: OpenClaw Skill Name: edvisage-agent-ops Version: 1.0.0 The skill bundle consists of markdown instructions (SKILL.md) directing the AI agent to perform self-monitoring, cost tracking, and action logging. It instructs the agent to maintain local logs of its API usage and task outcomes to provide operational visibility. There is no evidence of data exfiltration, malicious command execution, or harmful prompt injection; all activities are confined to the agent's local environment and align with the stated purpose of the tool.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all align: the skill is an instruction-only operations/monitoring helper for agents (cost estimates, action logs, summaries). It requests no binaries, no env vars, and no installs — which is proportionate for a purely protocol/format guidance skill. The only implicit capability assumed is that the agent can observe its own API calls and estimate tokens/costs, which is a plausible requirement for an ops tool.
Instruction Scope
The SKILL.md tells the agent to log detailed action and cost information 'in your memory files' and to 'assess and log before every API call' including file-read/write events and targets. It does not specify storage locations, retention, or access controls. That vagueness can lead the agent to record sensitive user data, API payloads, or credentials in persistent memory/logs. The instructions do not explicitly tell the agent to transmit logs off-system, but they also do not constrain what to log or who can read the logs.
Install Mechanism
This is instruction-only (no install spec, no code files to execute). No downloads or package installs are requested, which minimizes the risk of arbitrary code being written to disk.
Credentials
No environment variables, credentials, or config paths are requested. That is proportionate to the stated monitoring purpose. However, the skill's logging could cause the agent to capture unrelated sensitive environment data if the agent logs entire inputs or outputs without filtering.
Persistence & Privilege
always is false and autonomous invocation is allowed by default (normal), but the skill explicitly asks agents to maintain 'running daily cost log in your memory files' and daily action logs. Whether these are ephemeral or persistent depends on the agent's memory implementation; if persistent, the skill can cause accumulation of potentially sensitive transcripts across days. The skill does not request or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install edvisage-agent-ops
  3. After installation, invoke the skill by name or use /edvisage-agent-ops
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of agent-ops 1.0.0: - Adds cost tracking and logging for AI agent operations, including model usage, token estimates, and task classification. - Introduces structured action logging for all major events and API calls. - Provides daily summary reports covering costs, activities, and alerts for unusual patterns. - Implements cost alerts for high spending and inefficiencies. - Suggests model routing to optimize for cheaper or more efficient model usage. - Free version includes manual reports and basic tracking; advanced features available in agent-ops-pro.
Metadata
Slug edvisage-agent-ops
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Edvisage Agent Ops?

Operational visibility for AI agents — cost tracking, action logging, and performance monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.

How do I install Edvisage Agent Ops?

Run "/install edvisage-agent-ops" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Edvisage Agent Ops free?

Yes, Edvisage Agent Ops is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Edvisage Agent Ops support?

Edvisage Agent Ops is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Edvisage Agent Ops?

It is built and maintained by Edvisage Global (@edvisage); the current version is v1.0.0.

💬 Comments