HappyCapy Skill Creator automates the process of finding, adapting, and packaging existing agent skills so they run within HappyCapy's constrained environment. It uses semantic search over known skill repositories, clones the best match, applies requested feature changes using LLM assistants, auto-fixes compatibility issues (removing Docker, adjusting runtimes), and packages the result as a distributable .skill file. The workflow is driven by scripts such as create_skill.py, semantic_search.py, and auto_fix.py.
Use this tool when you need to port or create skills quickly for HappyCapy — for example, when Docker or certain runtimes are disallowed, or when you want to rapidly prototype a feature by adapting an existing skill rather than building from scratch. It's ideal for maintainers who want repeatable, LLM-assisted conversions and packaging.
Designed to be run in CI or developer environments that can execute Python orchestration scripts; compatible with LLM-driven toolchains and agents that can perform repository cloning and local code transforms (Copilot-style, GPT/Anthropic-based toolchains).
This skill has not been reviewed by our automated audit pipeline yet.
Algolia Cost Tuning
Practical guide to reduce Algolia billing by auditing records/requests, switching to virtual replicas, multi-query usage, caching, and cleanup strategies.
Anthropic Security Basics
Practical security practices for Anthropic Claude integrations: API key management, input validation, prompt-injection defenses, and output scanning.
Colorize — Strategic UI Color Introduction
Introduce purposeful color to monochromatic interfaces to improve hierarchy, meaning, and visual engagement while preserving accessibility.
Input Validation Checker
Automated guidance and code patterns for implementing robust input validation and secure-coding practices (OWASP-aligned).
Plotly Chart Generator
Generates Plotly charts and production-ready code for visualizations; validates outputs and follows best practices for charts and presentations.
Security Headers Generator
Auto-activating skill that generates and validates security HTTP headers and provides guidance for implementing secure header configurations.
Turborepo Guidance
Practical Turborepo guidance for JavaScript/TypeScript monorepos: task configuration, caching, filtering, and CI best-practices.
Exa Webhooks & Events
Patterns and example code for building webhook-style monitors and alerts around Exa neural search (scheduled monitors, similarity alerts, digests).
Test Orchestrator Skill
QA orchestration skill: defines test strategy, assigns unit/integration/E2E suites, enforces coverage thresholds, and coordinates CI test execution.
Splitwise Automation (Composio/Rube MCP)
Automation patterns for Splitwise via Composio's Splitwise toolkit over Rube MCP; includes discovery, connection checks, and safe execution patterns.