github.com/openclaw/clawhub
| Skill | Added | Review |
|---|---|---|
autoreview .agents/skills/autoreview/SKILL.md Pre-commit/ship code review: Codex default; optional Claude or Pi. | 47 47 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 694ff71 | |
axiom-alerting .agents/skills/axiom-alerting/SKILL.md Create and manage Axiom monitors and notifiers via the v2 public API. Use when building alerting, routing notifications, validating monitor behavior, and maintaining alert configurations end-to-end. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
axiom-sre .agents/skills/axiom-sre/SKILL.md Expert SRE investigator for incidents and debugging. Uses hypothesis-driven methodology and systematic triage. Can query Axiom observability when available. Use for incident response, root cause analysis, production debugging, or log investigation. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
building-dashboards .agents/skills/building-dashboards/SKILL.md Designs and builds Axiom dashboards via API. Covers chart types, APL and metrics/MPL query patterns, SmartFilters, layout, and configuration options. Use when creating dashboards, migrating from Splunk, or configuring chart options. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
clawhub-content-rights-correspondence .agents/skills/clawhub-content-rights-correspondence/SKILL.md Use when drafting, sending, or preserving email correspondence for an existing ClawHub content rights case. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
clawhub-convex .agents/skills/clawhub-convex/SKILL.md Apply ClawHub-specific Convex conventions and route to the right managed Convex skill. Use for any change under convex/, Convex commands or deployment targeting, query performance, migrations, retention, runtime validation, or skill stat reads and writes in the ClawHub repository. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
clawhub-moderation .agents/skills/clawhub-moderation/SKILL.md Use for ClawHub staff moderation actions with the repo-local ClawHub admin tool: skills, users, org publishers, plugin packages, trusted publishers, official publishers, and guarded staff email. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
clawhub-pr-maintainer .agents/skills/clawhub-pr-maintainer/SKILL.md Use when reviewing, triaging, validating, or discussing ClawHub GitHub issues or pull requests, including author context, CI, UI proof, evidence, labels, close decisions, and maintainer handoff. | 73 73 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 694ff71 | |
clawhub-production-release .agents/skills/clawhub-production-release/SKILL.md Run and verify ClawHub production deploys and stable ClawHub CLI npm releases. Use when deploying backend or frontend changes to clawhub.ai, dispatching the Deploy workflow, publishing a stable CLI tag, checking release prerequisites, or proving the exact production SHA and workflow outcome. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
controlling-costs .agents/skills/controlling-costs/SKILL.md Analyzes Axiom query patterns to find unused data, then builds dashboards and monitors for cost optimization. Use when asked to reduce Axiom costs, find unused columns or field values, identify data waste, or track ingest spend. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 694ff71 | |
convex .agents/skills/convex/SKILL.md Convex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, server functions, scheduling, file storage, auth, and realtime sync are one type-safe system, every function is a transaction, and `tsc` catches most mistakes before deploy. Ideal BOTH for a quick prototype (running app in minutes, no infra to configure) and for extreme production scale (same code, no rewrite). Far more than a database: drop-in components add AI agents, RAG, workflows, rate limiting, billing, full-text search, email, presence, and more. Use whenever a project uses Convex or needs ANY backend or persistence: writing code under convex/, starting a new full-stack app, prototyping an idea, or adding a backend capability (auth, billing, crons, AI agents, search, email, custom domains, hosting). Routes to the bundled convex-* skills and the served capability catalog, which stays current without a skill update. | 68 68 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 694ff71 | |
convex-acquire-domain .agents/skills/convex-acquire-domain/SKILL.md Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action). | 58 58 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: 694ff71 | |
convex-add .agents/skills/convex-add/SKILL.md Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability to an existing Convex app. | 66 66 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 694ff71 | |
convex-advisor .agents/skills/convex-advisor/SKILL.md Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
convex-create-component .agents/skills/convex-create-component/SKILL.md Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
convex-migration-helper .agents/skills/convex-migration-helper/SKILL.md Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
convex-performance-audit .agents/skills/convex-performance-audit/SKILL.md Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
convex-quickstart .agents/skills/convex-quickstart/SKILL.md Get a barebones Convex + web template running from a one-sentence idea. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 | |
convex-setup-auth .agents/skills/convex-setup-auth/SKILL.md Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 694ff71 |