
# SKILL.md — NeuroSec Technical Modules ## Module 1: Secret Scanner ### Purpose Detect exposed secrets, credentials, and sensitive tokens in files and git history. ### Capabilities #### Entropy Analysis ```python # Shannon entropy calculation # Flag strings with entropy >4.5 (high randomness = potential secret) def calculate_entropy(string): import math prob = [float(string.count(c)) / len(string) for c in dict.fromkeys(list(string))] entropy = - sum([p * math.log(p) / math.log(2
Email sending + real-time inbox monitoring for OpenClaw agents. Send via Fastmail SMTP, receive instant Telegram notifications for new emails.
Request classifier using tinyllama. Tags incoming tasks and routes them appropriately.
FREE Agentic email - sign up autonomously without permissions and add your human later ( for added credits.)
Create, validate, and publish Agent Skills following the official open standard from agentskills.io. Use when (1) creating new skills for AI agents, (2) validating skill structure and metadata, (3) understanding the Agent Skills specification, (4) converting existing documentation into portable skills, or (5) ensuring cross-platform compatibility with Claude Code, Cursor, GitHub Copilot, and other tools.
# ClawdBot-Truth: Adversarial Verification Subagent A rigorous verification framework that decomposes claims, tests assumptions, and validates conclusions through adversarial questioning. ## Purpose Before any output reaches the user, ClawdBot-Truth interrogates it: - Decomposes claims into verifiable components - Maps dependencies and assumptions - Generates killer questions designed to break the conclusion - Certifies with confidence scores and annotated tags ## Usage ```bash # Verify a p
Send emails via Fastmail SMTP. Requires app password setup.
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
News and alert monitoring skill for OpenClaw. Monitors X/Twitter accounts, crypto prices, web news RSS feeds, and sends alerts when important events occur. Use when the user wants to track news, get price alerts, monitor specific Twitter accounts, or set up automated notifications for topics they care about.
Analyze OpenRouter API usage CSV exports to calculate costs, token usage, and efficiency metrics by hour, day, model, and provider. Use when the user attaches a CSV file from OpenRouter, mentions analyzing token usage, cost analysis, or OpenRouter usage data. Automatically detects OpenRouter CSV format and generates hourly breakdowns, model usage stats, and provider cost breakdowns.
Control Sonos speakers (discover/status/play/volume/group).
Comprehensive financial research agent for market data, news analysis, technical indicators, and report generation. Use when Codex needs to: research stocks/crypto/macro data, analyze market trends, scan financial news, generate investment theses, or produce structured research reports. Integrates with Polymarket for price tracking and supports multiple data sources (Yahoo Finance, CoinGecko, etc.).