← all publishers

winsorllc

@winsorllc source repo

149 published skills · page 2 of 2

  1. Discord Notify · winsorllc bundle
    Send Discord messages and notifications via webhook. Use when you need to post alerts, updates, or messages to Discord channels without full bot setup.
    0 installs
  2. Docker Manager · winsorllc
    Docker container management. Use when: user needs to start, stop, inspect, view logs, or manage Docker containers and images.
    0 installs
  3. Elevenlabs Tts · winsorllc bundle
    Convert text to speech using ElevenLabs API. Use when you need to generate voice audio for messages, narrations, or accessibility.
    0 installs
  4. Git Structured · winsorllc
    Safe Git operations with JSON output. Use when: managing repository state, commits, branches. NOT for: destructive operations without approval.
    0 installs
  5. Health Monitor · winsorllc bundle
    Monitor agent health, performance, and resource usage. Track system metrics, detect anomalies, and send alerts when thresholds are exceeded.
    0 installs
  6. Image Generate · winsorllc bundle
    Generate 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.
    0 installs
  7. JSON Validator · winsorllc
    #!/usr/bin/env node
    0 installs
  8. Markdown Tools · winsorllc bundle
    Process and transform markdown documents. Convert to HTML, extract headings, generate TOC, check links. Use when working with documentation or markdown content.
    0 installs
  9. Memory Persist · winsorllc bundle
    Persistent 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.
    0 installs
  10. Model Failover · winsorllc bundle
    Automatic LLM provider failover with fallback chains, inspired by OpenClaw/ZeroClaw model configuration.
    0 installs
  11. Obsidian Vault · winsorllc bundle
    Work with Obsidian vaults, search notes, create/edit markdown files. Use when you need to manage personal knowledge base or markdown notes.
    0 installs
  12. Popebot Doctor · winsorllc bundle
    Comprehensive diagnostics and health checking for the PopeBot/Pi agent environment. Check skill health, API connectivity, configuration, file system integrity, and run self-healing repairs.
    0 installs
  13. Schema Cleaner · winsorllc bundle
    Clean and validate JSON Schemas for LLM tool-calling compatibility. Removes unsupported keywords per provider, resolves $ref entries, and normalizes schemas for cross-provider compatibility.
    0 installs
  14. Secure Sandbox · winsorllc bundle
    Secure command execution sandbox with approval workflows, dangerous command detection, allowlisting, and audit logging. Runs commands in restricted environments with safety guardrails.
    0 installs
  15. Security Audit · winsorllc bundle
    Scan code for security vulnerabilities and secrets. Detect exposed secrets, insecure patterns, and common vulnerabilities.
    0 installs
  16. Session Search · winsorllc bundle
    Search 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.
    0 installs
  17. Spotify Player · winsorllc
    Control Spotify playback, manage playlists, search tracks, and get currently playing info via the Spotify Web API. Requires: Spotify API credentials (client ID and secret).
    0 installs
  18. Tunnel Manager · winsorllc bundle
    Agnostic tunnel management supporting Cloudflare, Tailscale, and other providers. Inspired by ZeroClaw's agnostic tunnel architecture.
    0 installs
  19. Web Screenshot · winsorllc bundle
    Capture screenshots of web pages using headless Chrome. Use when you need to capture website appearances, create thumbnails, or archive web pages visually.
    0 installs
  20. Webhook Tester · winsorllc
    #!/usr/bin/env node
    0 installs
  21. Apple Reminders · winsorllc bundle
    Apple Reminders CLI (remindctl)
    0 installs
  22. Clipboard Tools · winsorllc
    ---
    0 installs
  23. Langgraph Agent · winsorllc bundle
    LangGraph-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).
    0 installs
  24. Semantic Search · winsorllc bundle
    Search 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.
    0 installs
  25. Session Manager · winsorllc bundle
    Multi-session management for coordinating work across isolated contexts. Lists active sessions, switches contexts, and tracks session history. Supports session-level configuration and state persistence.
    0 installs
  26. Shell Completer · winsorllc
    ---
    0 installs
  27. Skill Discovery · winsorllc bundle
    Automatically discover, evaluate, and generate manifests for new PopeBot skills from GitHub. Based on ZeroClaw's SkillForge architecture.
    0 installs
  28. Document Indexer · winsorllc bundle
    Index and search documents. Similar to ZeroClaw's SQLite hybrid search and OpenClaw's memory system. Supports full-text search, keyword extraction, and document categorization.
    0 installs
  29. Embedding Search · winsorllc bundle
    Vector-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.
    0 installs
  30. Heartbeat System · winsorllc bundle
    Periodic health checks and self-monitoring. Runs scheduled diagnostics and reports system status. Inspired by ZeroClaw's HEARTBEAT.md system.
    0 installs
  31. Security Scanner · winsorllc bundle
    Security analysis and vulnerability scanning for code and configuration files. Detects secrets, misconfigurations, and potential security issues.
    0 installs
  32. Clipboard Manager · winsorllc bundle
    Read and write system clipboard content. Use when you need to copy/paste programmatically or transfer text between applications.
    0 installs
  33. Code Intelligence · winsorllc bundle
    Semantic code search, relationship mapping, and codebase intelligence. Provides deep code analysis including symbol search, dependency tracking, change impact analysis, and codebase Q&A.
    0 installs
  34. Diagnostic Runner · winsorllc
    ---
    0 installs
  35. Robot Personality · winsorllc bundle
    Load 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.
    0 installs
  36. Workflow Markdown · winsorllc bundle
    Execute 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.
    0 installs
  37. Context Aggregator · winsorllc bundle
    Context Aggregator
    0 installs
  38. Dependency Scanner · winsorllc
    ---
    0 installs
  39. Link Understanding · winsorllc
    Extract and understand link content - fetch, summarize, extract entities. Use when: analyzing URLs, articles, documentation.
    0 installs
  40. Local LLM Provider · winsorllc bundle
    Connect 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.
    0 installs
  41. Youtube Transcript · winsorllc bundle
    Production-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.
    0 installs
  42. Skill Autoinstaller · winsorllc bundle
    Automatically discover, evaluate, validate, and install new PopeBot skills from GitHub repositories. Combines ZeroClaw's security auditing with OpenClaw's CLI-based skill approach.
    0 installs
  43. Delegate Multi Agent · winsorllc bundle
    Delegate 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).
    0 installs
  44. Popebot Operations · winsorllc
    Manage, configure, and troubleshoot the PopeBot agent deployment — includes LLM provider setup, Docker operations, GitHub Actions job dispatch, secret rotation, and disaster recovery.
    0 installs
  45. Code Review Assistant · winsorllc bundle
    Automated 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.
    0 installs
  46. Workflow Orchestrator · winsorllc bundle
    Declarative workflow orchestration for multi-agent tasks. Activate when users need to coordinate multiple agent jobs, run parallel tasks, or create reusable automation pipelines.
    0 installs
  47. Multi Agent Coordinator · winsorllc bundle
    Multi-Agent Coordinator
    0 installs
  48. Multi Agent Orchestrator · winsorllc bundle
    Multi-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.
    0 installs
  49. Pr Description Generator · winsorllc bundle
    Automatically 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.
    0 installs