Agent skill
safety-monitor
Safety Monitor
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/Safety
Metadata
Additional technical details for this skill
- author
- AI Group
- version
- 1.0.0
SKILL.md
Safety Monitor Agent
Agent responsible for compliance and safety checks. It inspects content for safety violations, toxins, or medical misinformation.
When to Use This Skill
- Before returning any medical advice to a user.
- To audit generated molecules for toxicity.
- To check for Protected Health Information (PHI) leaks.
Core Capabilities
- Content Inspection: Scans text for dangerous content.
- LLM-based Audit: Uses a separate LLM call to verify safety.
- Status Reporting: Returns 'approved', 'flagged', or 'rejected'.
Workflow
- Input: Text content to check.
- Execute: Run the safety agent.
- Output: JSON status report.
Example Usage
User: "Check this drug proposal for safety."
Agent Action:
python3 Skills/Clinical/Safety/safety_agent.py
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?