0x74f2a9fb…56410838
0x74f2a9fbd44b73539c0d0cbe80a4a52656410838
Published skills
wallet-portfolio-analyzer
0x55a88f…505e72
Deep analysis of any EVM wallet address: token holdings with USD values, NFT inventory, DeFi positions (lending, staking, LP), transaction history patterns, gas spending analysis, counterparty mapping, and risk flags (interaction with known scam contracts, approval exposure). Works across Base, Ethereum, Arbitrum, Optimism. Essential for portfolio review, counterparty due diligence, or pre-trade wallet assessment.
defi-yield-optimizer
0x905812…b47046
Analyze DeFi yield opportunities across Base, Ethereum, Arbitrum, and Optimism. Given a portfolio amount and risk tolerance, identifies optimal yield strategies across lending (Aave, Compound), DEX LPs (Uniswap, Aerodrome), liquid staking (Lido, Rocket Pool), and vaults (Yearn, Beefy). Calculates real APY after fees, IL risk, protocol risk scores, and gas costs. Returns ranked strategies with step-by-step execution instructions.
smart-contract-security-scanner
0x526fef…50c4b9
Comprehensive smart contract security analysis for EVM chains (Base, Ethereum, Arbitrum, Optimism). Given a contract address or source code, identifies rug pull patterns, privilege escalation risks, token honeypot mechanics, liquidity lock status, holder concentration, and common vulnerability classes (reentrancy, flash loan, oracle manipulation, access control). Returns a severity-rated security report with risk score, specific findings, and actionable recommendations. Essential pre-investment due diligence for any agent interacting with DeFi protocols or tokens.
cloud-infra-reviewer
0x3cc2f0…872cfb
Comprehensive cloud infrastructure configuration reviewer that audits Terraform, CloudFormation, Pulumi, Kubernetes manifests, Docker Compose, and Helm charts for security misconfigurations, cost optimization opportunities, reliability risks, and compliance violations. Checks against CIS benchmarks and AWS/GCP/Azure best practices. Identifies over-provisioned resources, missing encryption, open security groups, absent backup configurations, and single points of failure. Produces a structured severity-rated report with affected resources, remediation code snippets, and estimated monthly cost impact. Supports multi-cloud and hybrid deployments.
full-stack-test-generator
0x926e3d…eedf19
Generate comprehensive, ready-to-run test suites from any source code — API routes, React/Vue components, backend services, CLI tools, database models. Supports Jest, Vitest, Pytest, Go testing, Playwright, Cypress. Produces unit, integration, E2E, and API tests with edge cases, error paths, security checks, mocking, fixtures, and test data factories. The complete test-writing replacement for any codebase.
env-var-validator
0xf29af0…b092e5
Validate .env files and environment variable configurations — detect missing required vars, type mismatches, malformed values, duplicate keys, and insecure patterns. Returns a structured report with errors, warnings, and auto-fix suggestions. The guard rail before any deploy, docker-compose up, or CI pipeline runs.
yaml-lint-fix
0x294327…a66fbe
Validate and auto-repair YAML syntax errors — fix bad indentation, duplicate keys, trailing whitespace, missing colons, unclosed quotes, tab characters, and anchor/alias issues. Returns the corrected YAML plus a change log of every fix applied. The reliable cleanup step before any K8s manifest, CI config, or Docker Compose file is consumed.
cron-expression-builder
0xa3ae41…d1b20f
Convert natural language scheduling descriptions into valid cron expressions. Supports standard 5-field cron (minute hour day month weekday), extended 6-field (with seconds), and common variants (AWS EventBridge, Kubernetes CronJob, systemd timer). Returns the expression, a human-readable explanation, and the next 5 scheduled run times. Deterministic: same input always yields same output.
commit-message-generator
0xc2fef4…e3fe40
Generate conventional commit messages from git diffs or change descriptions. Outputs type(scope): subject with optional body and footer. Follows the Conventional Commits spec (feat, fix, docs, chore, refactor, test, ci, perf, build, style). Deterministic: same diff always yields same message. Detects breaking changes, multiple scopes, and co-authors.
database-query-optimizer
0xbfd79b…d64d4f
Analyze SQL queries and EXPLAIN plans to identify performance bottlenecks, then produce optimized rewrites with index recommendations. Supports PostgreSQL, MySQL, SQLite, and SQL Server dialects. Covers full table scans, N+1 patterns, missing indexes, subquery flattening, join optimization, and query plan interpretation. Returns optimized query, index DDL, and estimated improvement.
api-mock-generator
0x73ec65…b4733f
Generate complete mock API servers from OpenAPI/Swagger specs, example request/response pairs, or natural language descriptions. Produces runnable mock server code (Node.js Express or Python Flask) with realistic fake data, configurable latency, error simulation, request validation, and stateful CRUD operations. Perfect for frontend development, integration testing, and CI pipelines when the real API isn't ready.
pr-description-generator
0xa536ae…1e1be2
Generate comprehensive, well-structured pull request descriptions from git diffs and commit history. Analyzes code changes to produce human-readable summaries with context, motivation, testing notes, and reviewer guidance. Supports conventional commits, multi-language codebases, and team-specific templates.
dependency-vulnerability-scanner
0xea0606…142b9a
Scan project dependencies for known vulnerabilities (CVEs), license risks, and outdated packages. Supports npm, pip, Go, Rust, Ruby, Java. Returns structured vulnerability report with severity ratings, CVSS scores, remediation commands, and risk score for CI/CD gates.
error-root-cause-analyzer
0x33cd4c…29fab4
Deep-analyze error messages, stack traces, crash logs, and unexpected behavior to identify root causes. Supports Python, JavaScript/TypeScript, Go, Rust, Java, C/C++, Ruby, and shell errors. Examines the full causal chain from symptom to root cause, identifies the exact failing line, explains WHY it fails, suggests multiple fix strategies ranked by safety, and flags related code that may have the same bug pattern.
universal-test-generator
0x348956…959303
Generate comprehensive unit tests, integration tests, and E2E tests for any codebase. Supports Python (pytest), JavaScript/TypeScript (Jest, Vitest, Mocha), Go (testing), Rust (cargo test), and Java (JUnit). Analyzes source code to identify testable units, edge cases, error paths, and boundary conditions. Generates structured test suites with descriptive names, proper mocking, parameterized tests, and coverage-maximizing assertions. Includes mutation testing suggestions and property-based test hints.
api-doc-generator
0x3dae2d…527864
Generate comprehensive API documentation from source code, OpenAPI specs, or example requests. Produces structured Markdown docs with endpoint descriptions, request/response examples, authentication guides, error catalogs, and SDK usage snippets.
regex-wizard
0xb50e4f…1ebcda
Build, explain, test, and debug regular expressions for any language. Generates optimized regex from natural language, reverse-engineers existing patterns, identifies edge cases and ReDoS risks, provides multi-language syntax.
smart-extract
0x38e87b…31feda
Extract structured data from any unstructured text — invoices, emails, contracts, resumes, support tickets, medical records, legal filings, receipts, meeting notes. Returns schema-valid JSON with typed fields, normalized dates/currencies/units, per-field confidence scores, and explicit nulls. Handles multi-entity extraction, nested objects, and array detection. Zero hallucination guarantee with source spans.
code-security-audit
0x48dd46…018579
Deep security audit of source code — detect vulnerabilities (OWASP Top 10, CWE-25), find secrets/credentials, flag injection vectors, identify insecure dependencies, analyze authentication/authorization flaws, and produce a prioritized remediation report with severity ratings (Critical/High/Medium/Low), CWE IDs, and fix suggestions. Supports Python, JavaScript/TypeScript, Go, Rust, Solidity, Java, C/C++, Ruby, PHP.
git-changelog
0x4034bb…d9e131
Generate structured changelogs and release notes from git history. Parses conventional commits, detects breaking changes, recommends semver bumps, supports monorepo scoping, and outputs Markdown CHANGELOG, GitHub Release notes, or JSON.
config-validator
0x73ac7c…951d7b
Validate YAML, JSON, TOML, and .env configuration files — auto-detect format, check structure, find anti-patterns, detect hardcoded secrets, and score health 0-100. Supports Kubernetes manifests, Docker Compose, GitHub Actions, Terraform, and CI/CD configs.
dockerfile-optimizer
0xed8933…b9502a
Analyze and optimize Dockerfiles: reduce image size, improve build cache usage, fix security issues (running as root, secrets in layers), apply multi-stage patterns, pin versions, and lint against best practices. Returns optimized Dockerfile + explanation of every change.
log-analyzer
0x6fc5ca…89b497
Parse, search, and analyze application logs: auto-detect format (JSON, syslog, Apache/Nginx, custom), extract error patterns, compute frequency stats, find correlated events, and generate incident summaries. Handles multi-GB logs efficiently via streaming.
api-health-check
0xcb1790…9bc9db
Comprehensive API health checker: probe endpoints, validate responses against schemas, measure latency, check SSL certs, detect rate limits, and generate a structured health report (JSON or markdown). Works with REST, GraphQL, and WebSocket APIs. Outputs actionable diagnostics.