← All creators

ucsandman

User

πŸ›‘οΈ The approval and policy layer for AI agents. Intercept risky actions before they run, block them, or approve them remotely.

58 indexed Β· 26 Featured Β· 512 stars Β· avg score 80
Prolific

Categories

Indexed Skills (58)

AI & Automation Featured

build-dashclaw

Contribute to the DashClaw codebase β€” architecture, scaffolding, tests, CI

295 Updated 3 days ago
ucsandman
AI & Automation Featured

create-policies

Create and test DashClaw guard policies for agent governance

295 Updated 3 days ago
ucsandman
AI & Automation Featured

instrument-agent

Integrate DashClaw SDK into any agent using the 4-step governance loop

295 Updated 3 days ago
ucsandman
AI & Automation Featured

manage-approvals

Human-in-the-loop approval workflows for governed agent actions

295 Updated 3 days ago
ucsandman
AI & Automation Featured

register-on-dashclaw

Register any agent (including this one) as a governed agent on a DashClaw instance

295 Updated 3 days ago
ucsandman
AI & Automation Featured

setup-dashclaw

Set up a DashClaw instance, install the CLI tool, and configure Claude Code hooks

295 Updated 3 days ago
ucsandman
AI & Automation Featured

troubleshoot

Debug DashClaw errors, signal issues, and misconfigurations

295 Updated 3 days ago
ucsandman
AI & Automation Featured

polish

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.

217 Updated 1 weeks ago
ucsandman
AI & Automation Featured

dashclaw-ship

The single command that gets a DashClaw change ON MAIN AND LIVE β€” it resolves everything blocking production, never defers, and never hands back a checklist. Lands feature branches on main (rebase, gate, merge, push so Vercel deploys), bumps the unified platform+SDK version, and realigns every *description* of the system with the live code: README, PROJECT_DETAILS, SDK READMEs, /docs, generated artifacts (API inventory, OpenAPI, download bundles), plugins/skills/hooks/MCP, marketing/landing pages, the drift-prone hardcoded counts (routes, SDK methods, MCP tools/resources, guard policies) and stale freshness date-stamps. The one step it can't finish itself is the credential-gated SDK publish (`npm run release:sdks`). Use whenever the user wants to ship, land, or finish a change β€” get it on main, make it live, cut a release, bump the version, refresh all the docs, make everything accurate, fix wrong counts or old dates. Not for building or debugging the feature itself.

295 Updated 3 days ago
ucsandman
AI & Automation Featured

dashclaw-weekly

Compile the week's maintainer-log entries + git history into ONE pasteable Reddit-ready DashClaw update. Drafts only β€” publishing stays human (MAINTAINER.md Β§4 spirit). Use when Wes asks for the weekly update, a Reddit digest, or "what happened this week".

295 Updated 3 days ago
ucsandman
AI & Automation Featured

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

295 Updated 3 days ago
ucsandman
Code & Development Featured

gitnexus-debugging

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"

295 Updated 3 days ago
ucsandman
AI & Automation Featured

gitnexus-exploring

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

295 Updated 3 days ago
ucsandman
AI & Automation Featured

gitnexus-guide

Use when the user asks about GitNexus itself β€” available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

295 Updated 3 days ago
ucsandman
AI & Automation Featured

gitnexus-impact-analysis

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

295 Updated 3 days ago
ucsandman
Code & Development Featured

gitnexus-refactoring

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

295 Updated 3 days ago
ucsandman
AI & Automation Featured

repro

Turn a bug symptom into a structured, reproducible bug report β€” summary, environment, exact repro steps, actual vs expected, and evidence (logs, error text, failing route/test) β€” and then optionally scaffold a failing regression test that pins it. Use this the moment a bug, defect, crash, 500, wrong count, broken page, or "this used to work" is reported and you're about to start fixing it, even if the user just pastes an error or says "X is broken". A structured report makes a far better fix prompt than a raw symptom and becomes the regression test that stops the bug coming back. Trigger on: repro, reproduce, bug report, file a bug, "X is broken", "getting a 500", "why is this failing", regression test for a bug, write up this bug.

295 Updated 3 days ago
ucsandman
AI & Automation Featured

dashclaw-governance

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/require_approval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities from MCP resources at session start. Use with @dashclaw/mcp-server. Trigger on: governed agent, dashclaw governance, guard policy, approval wait, governed capability, risk threshold, action recording, session lifecycle.

291 Updated 2 weeks ago
ucsandman
AI & Automation Featured

audio-track

Use when the user wants music, voiceover, narration, or a soundtrack added to a video asset, OR wants standalone generated audio for any purpose (e.g. "/audio-track", "add music to the launch video", "narrate the demo", "make a 30 second music sting", "generate a voiceover mp3", "jingle for the intro").

211 Updated 1 weeks ago
ucsandman
AI & Automation Featured

de-vibe

Audit and fix the tells that software was vibe-coded / AI-generated, then give it a small distinctive identity, so it ships looking handcrafted and professional. Use whenever the user says "de-vibe", "does this look AI-generated / vibe coded?", "make this look shippable / handcrafted / professional", "remove the AI slop", "polish before launch", asks why their site "looks like every other AI site", or is about to ship/demo/hand off a project that was built largely with AI assistance β€” even if they don't use the word "vibe". Pairs naturally before /ship.

211 Updated 1 weeks ago
ucsandman
Web & Frontend Featured

frontend-verify

Verify frontend changes end to end after editing a web app, instead of manually clicking through pages. Use this whenever you have changed UI code and need to confirm nothing broke: "verify my frontend", "check the site after these edits", "did my UI break", "did my changes break anything", "make sure these routes still work", "smoke test the app", "check for console errors", "validate the pages I touched". Works with Next.js (app and pages router), React, Vite, and any local dev server. Built to be token cheap: it reads console errors and failed network requests first and writes full page state to disk, so it only pulls a snapshot or a screenshot into context when a route actually fails. Use it before saying a frontend change is done.

211 Updated 1 weeks ago
ucsandman
Code & Development Featured

launch-video

Use when the user wants a full launch video / hero video / 30-90s product announcement composing demo footage, logo, and copy (e.g. "/launch-video", "make the launch video for DashClaw").

211 Updated 1 weeks ago
ucsandman
AI & Automation Featured

launch

Use when a product or feature is ready to go public β€” after shipping, when the user says "launch it", "announce it", "go live", or wants a release marketed end to end.

211 Updated 1 weeks ago
ucsandman
AI & Automation Featured

marketing-studio

Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside C:\Projects\animations. Required background for /logo-reveal, /social-clip, /product-demo, /launch-video, /og-assets, /audio-track.

211 Updated 1 weeks ago
ucsandman
AI & Automation Featured

marketing

Use when the user wants the complete marketing asset suite for a product in one run β€” "/marketing", "build all the marketing assets", "generate everything for the launch", "all the animations and brand assets for X". Not for a single asset (use that asset's own skill) and not for launch copywriting alone (use /launch).

211 Updated 1 weeks ago
ucsandman
AI & Automation Featured

ship

Use when finished work needs to go out β€” the user says "ship it", "update docs commit and push", "commit and push", or asks "anything else we need to update?" before a release or at the end of a work session.

211 Updated 1 weeks ago
ucsandman
AI & Automation Solid

c--projects-dashclaw-route-changes

Make focused changes to API routes with verification.

295 Updated 3 days ago
ucsandman
AI & Automation Solid

logo-reveal

Use when the user wants a logo reveal / logo animation / brand intro video for any product (e.g. "/logo-reveal", "make a logo reveal for DashClaw", "animated logo for the landing page").

211 Updated 1 weeks ago
ucsandman
AI & Automation Solid

og-assets

Use when the user wants OG images, link-preview assets, animated OG loops, README GIFs, or social-card exports for any product (e.g. "/og-assets", "make an OG image and README gif").

211 Updated 1 weeks ago
ucsandman
AI & Automation Solid

product-demo

Use when the user wants a product demo video / screen recording with zooms and cursor / dashboard walkthrough clip for any product (e.g. "/product-demo", "record a demo of the app", "Screen-Studio style demo").

211 Updated 1 weeks ago
ucsandman
DevOps & Infrastructure Solid

social-clip

Use when the user wants a short social media video / feature announcement clip / X-LinkedIn-TikTok teaser for any product (e.g. "/social-clip", "make a clip announcing the new dashboard").

211 Updated 1 weeks ago
ucsandman
AI & Automation Listed

preflight

Use when a product is about to go public and needs its final pre-launch pass β€” the user says "final pass", "preflight", "launch check", "is this ready to go live", or is sweeping several repos before a launch day. Run from the product's repo, one run per repo.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

ship

Use when finished work needs to go out β€” the user says "ship it", "update docs commit and push", "commit and push", or asks "anything else we need to update?" before a release or at the end of a work session.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

audio-track

Use when the user wants music, voiceover, narration, or a soundtrack added to a video asset, OR wants standalone generated audio for any purpose (e.g. "/audio-track", "add music to the launch video", "narrate the demo", "make a 30 second music sting", "generate a voiceover mp3", "jingle for the intro").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

dashclaw-governance

Governance behavior for AI agents governed by DashClaw. Teaches the governance protocol: when to call guard (risk thresholds), how to interpret decisions (allow/warn/block/require_approval), when to record actions, how to wait for approvals, and session lifecycle management. Loads org-specific policies and capabilities from MCP resources at session start. Use with @dashclaw/mcp-server. Trigger on: governed agent, dashclaw governance, guard policy, approval wait, governed capability, risk threshold, action recording, session lifecycle.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

de-vibe

Audit and fix the tells that software was vibe-coded / AI-generated, then give it a small distinctive identity, so it ships looking handcrafted and professional. Use whenever the user says "de-vibe", "does this look AI-generated / vibe coded?", "make this look shippable / handcrafted / professional", "remove the AI slop", "polish before launch", asks why their site "looks like every other AI site", or is about to ship/demo/hand off a project that was built largely with AI assistance β€” even if they don't use the word "vibe". Pairs naturally before /ship.

0 Updated 1 weeks ago
ucsandman
Web & Frontend Listed

frontend-verify

Verify frontend changes end to end after editing a web app, instead of manually clicking through pages. Use this whenever you have changed UI code and need to confirm nothing broke: "verify my frontend", "check the site after these edits", "did my UI break", "did my changes break anything", "make sure these routes still work", "smoke test the app", "check for console errors", "validate the pages I touched". Works with Next.js (app and pages router), React, Vite, and any local dev server. Built to be token cheap: it reads console errors and failed network requests first and writes full page state to disk, so it only pulls a snapshot or a screenshot into context when a route actually fails. Use it before saying a frontend change is done.

0 Updated 1 weeks ago
ucsandman
Code & Development Listed

launch-video

Use when the user wants a full launch video / hero video / 30-90s product announcement composing demo footage, logo, and copy (e.g. "/launch-video", "make the launch video for DashClaw").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

launch

Use when a product or feature is ready to go public β€” after shipping, when the user says "launch it", "announce it", "go live", or wants a release marketed end to end.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

marketing-studio

Use when generating any brand video, animation, image, or audio asset (logo reveal, social clip, product demo, launch video, OG image, README GIF, music, voiceover) for any product/repo, or when working inside C:\Projects\animations. Required background for /logo-reveal, /social-clip, /product-demo, /launch-video, /og-assets, /audio-track.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

marketing

Use when the user wants the complete marketing asset suite for a product in one run β€” "/marketing", "build all the marketing assets", "generate everything for the launch", "all the animations and brand assets for X". Not for a single asset (use that asset's own skill) and not for launch copywriting alone (use /launch).

0 Updated 1 weeks ago
ucsandman
Code & Development Listed

adversarial-review

Multi-agent adversarial code review β€” parallel read-only finders across focused dimensions, then every finding is independently verified by a skeptic that defaults to REFUTED. Use when the user asks for an adversarial review, a deep/thorough review of recent changes, "did the agents break anything", or a pre-merge audit of a large diff. Pass an optional scope as args (base ref, PR number, or paths); default scope is all uncommitted changes. Pass --fix to apply confirmed fixes after the report.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

deskclaw

Use when you need to see or inspect the Windows desktop β€” Wes asks "what's on my screen", pastes or offers a screenshot, mentions a native app, dialog, installer or window that is not a browser or a phone, or asks you to check/read/screenshot something outside a web page. Also use before claiming you cannot see the desktop, and whenever a task needs a window's contents, position, or a list of what is open.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

fable-gpt

Use when a task involves heavy implementation, debugging, test fixing, refactoring, or multi-file edits that Codex could execute, or when orchestrating Claude + Codex together in a session.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

interview

Use before implementing any non-trivial feature or change β€” when the user invokes /interview, when a spec has multiple plausible interpretations, when a request is vague ("make it better", "add auth"), or before committing to an architecture. Not for trivial mechanical edits.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

phone-gotchas

Use when driving the user's iPhone with sidetap or the phone-claude harness, before the first tap and whenever a tap lands on the wrong element, a scroll overshoots, an app search returns an unexpected action name, a capability seems missing, or a send is blocked.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

phone

Use when the user asks to text or message someone from their iPhone, read or check something on their phone, or control their iPhone β€” e.g. "text my dad ...", "send this to Mom", "summarize this and text it to X", "what's on my phone", "open <app> on my phone", "organize my home screen", "what apps do I have installed".

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

team

Fan a task out to the Claude Code + OpenClaw (MoltFire) team. Use when the user types /team <task> or asks to "have both agents" / "the team" handle something. Classifies who leads, delegates over CLI, logs every exchange to the team ledger, reports back here.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

wes-voice

Use when Wes asks to rewrite or translate pasted text into his own casual voice, especially with "/wes", "make this sound like me", "make this sound like Wes", "translate this into my voice", or drafting comments, posts, replies, and messages he will personally send.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

secrets

Fill a repo's .env from the machine's credential stores without ever reading or printing a secret value. Use when the user says "/secrets", "fill in the .env", "get the keys", "wire up the credentials", "pull the secrets from offlocal", or when launch.py / a dev server refuses to start because keys are still on example values.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

skillfind

Use before writing a new skill, before saying no skill exists for something, or whenever Wes asks "do I have a skill for X" / "is there a skill that…". Also use when a task sounds like it needs a capability that might already be installed (spreadsheets, PDFs, docx, scraping, copywriting, a framework, a provider) β€” most of this machine's skills are NOT in the session listing, so "I don't see one" is not evidence that none exists.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

logo-reveal

Use when the user wants a logo reveal / logo animation / brand intro video for any product (e.g. "/logo-reveal", "make a logo reveal for DashClaw", "animated logo for the landing page").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

og-assets

Use when the user wants OG images, link-preview assets, animated OG loops, README GIFs, or social-card exports for any product (e.g. "/og-assets", "make an OG image and README gif").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

product-demo

Use when the user wants a product demo video / screen recording with zooms and cursor / dashboard walkthrough clip for any product (e.g. "/product-demo", "record a demo of the app", "Screen-Studio style demo").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

social-clip

Use when the user wants a short social media video / feature announcement clip / X-LinkedIn-TikTok teaser for any product (e.g. "/social-clip", "make a clip announcing the new dashboard").

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

blindspot

Use before modifying unfamiliar or high-stakes code β€” when the user invokes /blindspot, inherits a module or codebase, asks "what am I missing?", or is about to change auth, billing, data migration, or concurrency code they didn't write. Not for routine changes in well-understood code.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

harness-health

Read-only health check of the local Claude Code harness β€” verifies every hook target file exists, finds orphaned hook scripts, flags enabled plugins with missing cache dirs, and counts backup/state-file cruft. Use when hooks misbehave, after editing settings.json, after installing/removing plugins, or for periodic maintenance.

0 Updated 1 weeks ago
ucsandman
AI & Automation Listed

wrap

Use when a session is ending β€” the user says "wrap up", "get to a good stopping point", is near a rate limit or context limit, wants to compact safely, or asks for handoff notes / a resume prompt.

0 Updated 1 weeks ago
ucsandman

Bio shown is the top-scored skill's repo description as a fallback β€” real GitHub bios land in a future update.