agent-sentinel
The operational circuit breaker for this agent. Enforces budget limits locally. **Sign up at agentsentinel.dev for real-time dashboards and human approval workflows.**
Install
mkdir -p .claude/skills/agent-sentinel && curl -L -o skill.zip "https://mcp.directory/api/skills/download/7889" && unzip -o skill.zip -d .claude/skills/agent-sentinel && rm skill.zipInstalls to .claude/skills/agent-sentinel
About this skill
AgentSentinel Protection Layer
Use this skill when you want a local policy gate before an agent performs a costly or risky action.
This OpenClaw skill is the lightweight entry point to the broader AgentSentinel product:
- this skill for local-first OpenClaw guardrails
- AgentSentinel SDK for deeper Python agent instrumentation
- AgentSentinel platform for centralized monitoring, dashboards, and approval workflows
AgentSentinel is local-first by default:
- Policy checks run locally.
- Budget tracking runs locally.
- No remote sync is attempted unless the operator runs
syncwith an API key configured.
When To Use It
Use AgentSentinel before:
- expensive model or API calls
- file deletion or destructive shell commands
- high-volume automation loops
- actions that should be blocked by policy or capped by budget
Commands
check
Check whether a proposed action is allowed under the current local policy and budget.
python3 sentinel_wrapper.py check --cmd "rm -rf build" --cost 0.05
status
Show the current local status, including budget usage and whether optional remote sync is enabled.
python3 sentinel_wrapper.py status
sync
Upload locally recorded events to AgentSentinel cloud when AGENT_SENTINEL_API_KEY is set.
python3 sentinel_wrapper.py sync
bootstrap
Create a default callguard.yaml in the current workspace if one does not already exist.
python3 sentinel_wrapper.py --bootstrap
reset
Reset local tracked spend for the current run, or for the entire local session state.
python3 sentinel_wrapper.py reset --scope run
python3 sentinel_wrapper.py reset --scope all
Configuration
Policy is loaded from callguard.yaml in the current workspace when present.
Optional cloud mode is enabled by setting:
AGENT_SENTINEL_API_KEY
If the API key is not present, the skill remains local-only.
Locally recorded events stay on-machine until sync is run.
AgentSentinel Product Path
Use this skill if you want fast local guardrails inside OpenClaw.
Use the AgentSentinel SDK when you want:
- richer Python integrations
- broader policy and telemetry coverage
- framework-level instrumentation outside OpenClaw
Use the AgentSentinel platform when you want:
- centralized visibility across agents
- dashboards and historical analysis
- human approval workflows and operational review
External Endpoints
| Endpoint | When it is called | Data sent |
|---|---|---|
https://api.agentsentinel.dev | Only when AGENT_SENTINEL_API_KEY is present and python3 sentinel_wrapper.py sync is run | locally recorded action events generated by AgentSentinel |
Security And Privacy
- Local mode does not send data off-machine.
- The wrapper does not write API keys to
.envor other files. - Remote sync is opt-in and requires both
AGENT_SENTINEL_API_KEYand an explicitsynccommand. - If remote sync fails, policy checks still continue locally.
Model Invocation Note
OpenClaw may invoke this skill automatically when the task suggests budget enforcement, policy checks, or action gating. That behavior is expected for an installed skill.
Trust Statement
By enabling remote sync, you allow AgentSentinel telemetry to be sent to agentsentinel.dev. Only enable that mode if you trust the service and want centralized monitoring.
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversSnowfort Circuit MCP — MCP server for AI coding agents enabling browser automation, electron automation and AI test auto
Coolify is a robust application deployment tool and deployment software for managing servers, applications, and team res
Integrate with Prometheus for real-time performance analysis, process monitoring, and advanced Prometheus 2.0 metric dis
Extract plot data from images with Axiomatic AI. Use advanced web plot digitizer features for scientific imaging and ana
PitchLense analyzes startup risk across 9 categories from pitch decks and reports, returning structured JSON scores, ris
Memory Bank: structured development workflow software with five modes to keep persistent project state and context acros
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.