winsorllc
- 149 skills
- 0 followers
- 1 day ago last updated
- ▌ Discord Notify · winsorllc bundleSend Discord messages and notifications via webhook. Use when you need to post alerts, updates, or messages to Discord channels without full bot setup.
- ▌ Docker Manager · winsorllcDocker container management. Use when: user needs to start, stop, inspect, view logs, or manage Docker containers and images.
- ▌ Elevenlabs Tts · winsorllc bundleConvert text to speech using ElevenLabs API. Use when you need to generate voice audio for messages, narrations, or accessibility.
- ▌ Git Structured · winsorllcSafe Git operations with JSON output. Use when: managing repository state, commits, branches. NOT for: destructive operations without approval.
- ▌ Health Monitor · winsorllc bundleMonitor agent health, performance, and resource usage. Track system metrics, detect anomalies, and send alerts when thresholds are exceeded.
- ▌ Image Generate · winsorllc bundleGenerate images from text prompts using OpenAI DALL-E 3 or other compatible APIs. Use when: user requests image creation, visual content generation, or illustrations. NOT for: editing existing images, image analysis, or text-to-speech.
- ▌
- ▌ Markdown Tools · winsorllc bundleProcess and transform markdown documents. Convert to HTML, extract headings, generate TOC, check links. Use when working with documentation or markdown content.
- ▌ Memory Persist · winsorllc bundlePersistent key-value memory storage for agents. Store and recall information across conversations and sessions. Use when you need the agent to remember facts, preferences, or data between interactions.
- ▌ Model Failover · winsorllc bundleAutomatic LLM provider failover with fallback chains, inspired by OpenClaw/ZeroClaw model configuration.
- ▌ Obsidian Vault · winsorllc bundleWork with Obsidian vaults, search notes, create/edit markdown files. Use when you need to manage personal knowledge base or markdown notes.
- ▌ Popebot Doctor · winsorllc bundleComprehensive diagnostics and health checking for the PopeBot/Pi agent environment. Check skill health, API connectivity, configuration, file system integrity, and run self-healing repairs.
- ▌ Schema Cleaner · winsorllc bundleClean and validate JSON Schemas for LLM tool-calling compatibility. Removes unsupported keywords per provider, resolves $ref entries, and normalizes schemas for cross-provider compatibility.
- ▌ Secure Sandbox · winsorllc bundleSecure command execution sandbox with approval workflows, dangerous command detection, allowlisting, and audit logging. Runs commands in restricted environments with safety guardrails.
- ▌ Security Audit · winsorllc bundleScan code for security vulnerabilities and secrets. Detect exposed secrets, insecure patterns, and common vulnerabilities.
- ▌ Session Search · winsorllc bundleSearch and analyze PopeBot job session logs using jq and rg. Use when you need to find patterns, solutions, or discussions from past autonomous agent jobs.
- ▌ Spotify Player · winsorllcControl Spotify playback, manage playlists, search tracks, and get currently playing info via the Spotify Web API. Requires: Spotify API credentials (client ID and secret).
- ▌ Tunnel Manager · winsorllc bundleAgnostic tunnel management supporting Cloudflare, Tailscale, and other providers. Inspired by ZeroClaw's agnostic tunnel architecture.
- ▌ Web Screenshot · winsorllc bundleCapture screenshots of web pages using headless Chrome. Use when you need to capture website appearances, create thumbnails, or archive web pages visually.
- ▌
- ▌
- ▌
- ▌ Langgraph Agent · winsorllc bundleLangGraph-based agent framework for consistent tool calling with automatic tool loops. Use when you need reliable multi-step task execution with OpenAI-compatible providers (Z.AI/GLM-5, OpenRouter, Groq, DeepSeek, Ollama).
- ▌ Semantic Search · winsorllc bundleSearch code and text files using semantic similarity and keyword matching. Use when: finding relevant code snippets, searching documentation, or locating files by content. NOT for: binary file search or regex pattern matching.
- ▌ Session Manager · winsorllc bundleMulti-session management for coordinating work across isolated contexts. Lists active sessions, switches contexts, and tracks session history. Supports session-level configuration and state persistence.
- ▌
- ▌ Skill Discovery · winsorllc bundleAutomatically discover, evaluate, and generate manifests for new PopeBot skills from GitHub. Based on ZeroClaw's SkillForge architecture.
- ▌ Document Indexer · winsorllc bundleIndex and search documents. Similar to ZeroClaw's SQLite hybrid search and OpenClaw's memory system. Supports full-text search, keyword extraction, and document categorization.
- ▌ Embedding Search · winsorllc bundleVector-based semantic search using embeddings. Provides hybrid search combining embeddings with keyword matching, document chunking, and relevance ranking. Inspired by ZeroClaw's memory/embeddings system.
- ▌ Heartbeat System · winsorllc bundlePeriodic health checks and self-monitoring. Runs scheduled diagnostics and reports system status. Inspired by ZeroClaw's HEARTBEAT.md system.
- ▌ Security Scanner · winsorllc bundleSecurity analysis and vulnerability scanning for code and configuration files. Detects secrets, misconfigurations, and potential security issues.
- ▌ Clipboard Manager · winsorllc bundleRead and write system clipboard content. Use when you need to copy/paste programmatically or transfer text between applications.
- ▌ Code Intelligence · winsorllc bundleSemantic code search, relationship mapping, and codebase intelligence. Provides deep code analysis including symbol search, dependency tracking, change impact analysis, and codebase Q&A.
- ▌
- ▌ Robot Personality · winsorllc bundleLoad and execute robot personality files (SOUL.md style) with built-in safety constraints, behavior rules, and memory management. Inspired by ZeroClaw's robot-kit personality system.
- ▌ Workflow Markdown · winsorllc bundleExecute markdown-based agent workflows (.agent/workflows/*.md). Reads YAML frontmatter, parses executable code blocks, and runs tasks with full context awareness. Inspired by OpenClaw's agent workflow system.
- ▌
- ▌
- ▌ Link Understanding · winsorllcExtract and understand link content - fetch, summarize, extract entities. Use when: analyzing URLs, articles, documentation.
- ▌ Local LLM Provider · winsorllc bundleConnect to local LLM endpoints (Ollama, llama.cpp, vLLM) with automatic provider fallback. Use when: (1) you need to run LLM inference locally for privacy/cost, (2) you want to use models not available via cloud APIs, (3) you need offline capability, (4) you want automatic fallback to cloud providers when local fails.
- ▌ Youtube Transcript · winsorllc bundleProduction-grade YouTube transcript extraction with multi-format output, language selection, auto-generated support, intelligent caching, rate limiting, and retry logic. Supports SRT, VTT, JSON, CSV, TSV, and plain text.
- ▌ Skill Autoinstaller · winsorllc bundleAutomatically discover, evaluate, validate, and install new PopeBot skills from GitHub repositories. Combines ZeroClaw's security auditing with OpenClaw's CLI-based skill approach.
- ▌ Delegate Multi Agent · winsorllc bundleDelegate subtasks to specialized AI agents with different models and configurations. Enables multi-agent workflows where a coordinator agent hands off work to specialist agents (research, coding, summarization).
- ▌ Popebot Operations · winsorllcManage, configure, and troubleshoot the PopeBot agent deployment — includes LLM provider setup, Docker operations, GitHub Actions job dispatch, secret rotation, and disaster recovery.
- ▌ Code Review Assistant · winsorllc bundleAutomated code review assistant that analyzes GitHub pull requests and code changes. Use when: (1) user shares a GitHub PR URL and wants a code review, (2) you need to review code for bugs, security issues, or best practices, (3) performing automated code quality checks before merging, (4) analyzing code diffs for potential improvements.
- ▌ Workflow Orchestrator · winsorllc bundleDeclarative workflow orchestration for multi-agent tasks. Activate when users need to coordinate multiple agent jobs, run parallel tasks, or create reusable automation pipelines.
- ▌
- ▌ Multi Agent Orchestrator · winsorllc bundleMulti-agent task delegation and orchestration system. Break complex tasks into subtasks, delegate to specialized agents, run parallel execution, and aggregate results. Enables swarm-like coordination for complex workflows.
- ▌ Pr Description Generator · winsorllc bundleAutomatically generate intelligent PR descriptions by analyzing code changes. Uses Git diffs, commit history, and context to create comprehensive pull request descriptions with summary, changes, testing notes, and breaking changes.