SKILL://EXPLORER
v0.1 — noxwis ops
>
🔋 ---/100
67 / 67 items
> welcome back, noxwis. your q2 paid-capability runway: 74 days. describe what ships next.
PERFECT MATCHES
dialed-in for your query
33 results
FRAMEWORKnpm verifiedFREE
2 days ago
@ai-sdk/core
by vercel
The AI SDK v6 core — provider-agnostic primitives for text generation, streaming, tool calls, structured output, and agent loops. The only AI SDK that belongs in a Vercel-hosted Next.js 16 codebase in 2026.
Why this matches your search
High-quality framework in the analyze stage.
Fits your pipeline
The right SDK to wrap Gemini/Claude/Codex calls inside app/api routes on duo.microtool.dev so DUO's StatsBar sees token counts.
14.2k 186.0k· TypeScript
#ai-sdk#streaming#tool-calls#structured-output#agents
analyze
$pnpm add @ai-sdk/core
Relevance94%
PLUGINnpm verifiedFREE
1 day ago
vercel-cli
by vercel
The canonical CLI for deploying, linking, and operating Vercel projects. Current release is 51.6.1; includes environment-variable management, log streaming, rolling-release controls, and a prebuilt-deployment pipeline for CI.
Why this matches your search
High-quality plugin in the deploy stage.
Fits your pipeline
Current local install is 51.5.0 — upgrade to 51.6.1 unlocks the newest rolling-release flags the duo-web project already expects.
12.4k 200.0k· TypeScript
#vercel#cli#deploy#env#logs
deploy
$pnpm add -g vercel@latest
Relevance94%
PLUGINvercel-marketplace verifiedPRO
4 days ago
Vercel AI Gateway
by vercel
Unified multi-provider API for OpenAI, Anthropic, Google, Groq, and more, with per-provider observability, cost tracking, and automatic failover. Routes model calls through one endpoint so the application code never hard-codes a provider.
Why this matches your search
High-quality plugin in the analyze stage.
Fits your pipeline
Replaces the ad-hoc google.genai setup in bot.py and gives one budget ledger across Claude + Codex + Gemini in a single Vercel dashboard.
11.8k 142.0k· TypeScript
#ai-gateway#multi-provider#observability#failover#cost-tracking
analyze
$vercel integrations install ai-gateway
Relevance93%
FRAMEWORKpypi verifiedFREE
1 week ago
Rich
by textualize
Text formatting, syntax highlighting, tables, progress bars, and live displays for the Python terminal. The lower-level library Textual builds on — ideal for scripts that want terminal polish without a full TUI framework.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
Backs the pretty-printing inside live_monitor.py and intel.py — any new pipeline script inherits the same look without extra wiring.
48.2k 200.0k· Python
#python#terminal#tables#progress-bars#syntax-highlighting
build
$pip install rich
Relevance93%
PLUGINvercel-marketplace verifiedFREE
1 day ago
Neon Postgres
by neon
Serverless Postgres with branching, bottomless storage, and instant database copies for each preview deploy. Vercel Marketplace provisioning wires the DATABASE_URL into every environment without manual copy-paste.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
Already linked to duo-web via Vercel Marketplace — the canonical place to land capability rows, build events, and pinned DUO cards.
14.8k 158.0k· SQL
#postgres#serverless#branching#neon#marketplace
build
$vercel integrations install neon
Relevance93%
PLUGINclaude-code verifiedFREE
5 hours ago
shadcn
by shadcn
Component installer + custom-registry workflow for Claude Code. Initializes a project, adds typed Tailwind components, and can publish an internal registry so a team shares one component vocabulary across repos.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
Already a skill in the harness — ensures every microsaas-scaffold spawn inherits the same Button/Input/Dialog contract, so TerminalPreview.tsx stays consistent.
78.0k 192.0k· TypeScript
#components#tailwind#registry#claude-code#installer
build
$/plugin install shadcn
Relevance92%
FRAMEWORKgithub verifiedFREE
4 days ago
Bubble Tea
by charmbracelet
Go TUI framework from Charmbracelet built on The Elm Architecture (Model → Update → View). Ideal for building small, fast, single-binary TUIs that run natively on Mac, Linux, and WSL without a Python runtime.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
The Go TUI path in src/data/tuiForge.ts — when the operator wants a single-binary DUO remote, buildForge() emits a Bubble Tea scaffold.
27.4k 88.4k· Go
#go#tui#elm-architecture#charmbracelet#single-binary
build
$go get github.com/charmbracelet/bubbletea
Relevance92%
PLUGINvercel-marketplace verifiedPRO
6 hours ago
Vercel Sandbox
by vercel
Ephemeral Firecracker microVMs for running untrusted AI-generated code safely. Each sandbox boots in <200ms, has its own filesystem, and is torn down deterministically — purpose-built for agents that execute code they just wrote.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
Wraps the code Codex generates during a spawn.sh run so untrusted output can be executed before being merged — not possible today.
6.4k 48.2k· TypeScript
#sandbox#firecracker#microvm#agents#untrusted-code
build
$pnpm add @vercel/sandbox
Relevance91%
FRAMEWORKpypi verifiedFREE
5 days ago
Textual
by textualize
Python TUI framework with CSS-like styling, reactive widgets, and async-native event handling. Powers dashboards that feel like React but run in a terminal — exactly the aesthetic Matt's CLAUDE.md mandates.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
The framework behind live_monitor.py and DUO TUI — every TUI target in src/data/tuiForge.ts generates a Textual scaffold this framework is the runtime for.
26.4k 198.0k· Python
#tui#python#textualize#reactive#dashboard
build
$pip install textual
Relevance91%
PLUGINvercel-marketplace verifiedPRO
2 days ago
Clerk
by clerk
Native Vercel Marketplace auth provider with sign-in, sign-up, org management, MFA, and session security baked in. Provisions env vars via the Marketplace and ships a Next.js middleware that handles route protection in 6 lines.
Why this matches your search
High-quality plugin in the monetize stage.
Fits your pipeline
Lives next to neon-postgres in the duo-web Marketplace provision — one click wires sign-in flows without touching app/api route handlers.
8.4k 112.0k· TypeScript
#auth#clerk#mfa#org-management#marketplace
monetize
$vercel integrations install clerk
Relevance91%
FRAMEWORKnpm verifiedFREE
1 day ago
Drizzle ORM
by drizzle-team
TypeScript-first ORM with a SQL-shaped query builder, zero-runtime schema, and first-class Postgres/MySQL/SQLite support. Pairs natively with Neon and eliminates the "Prisma generate" step entirely.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
The ORM behind every microsaas-scaffold spawn — schema landed by db-architect, queries run via Drizzle, data lands in the duo-web Neon instance.
24.2k 178.0k· TypeScript
#orm#typescript#postgres#sql#drizzle
build
$pnpm add drizzle-orm drizzle-kit
Relevance91%
FRAMEWORKnpm verifiedPRO
2 days ago
Vercel Workflow DevKit
by vercel
Durable, crash-safe workflows for long-running agent tasks. Lets an API route pause mid-execution, persist state, and resume hours later — perfect for Discord → build → approval → deploy flows that outlive a request lifetime.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
Perfect fit for the Discord→build→approval→deploy path that APPROVALS.md currently enforces by hand — encode it as a Workflow and the CEO approval becomes a durable step.
4.8k 31.4k· TypeScript
#workflow#durable#pause-resume#agents#steps
build
$pnpm add @vercel/workflow
Relevance90%
PLUGINclawhub verifiedFREE
1 week ago
umami
by umami-software
Privacy-respecting web analytics with cookieless tracking, SQL-addressable event storage, and a self-hostable dashboard. A Matomo alternative that stays compliant without fighting the analytics team.
Why this matches your search
High-quality plugin in the monitor stage.
Fits your pipeline
Already deployed and wired for the operator — four pending issues need triage; verify current state via the umami-integration memory before touching config.
22.4k 162.0k· TypeScript
#analytics#privacy#cookieless#self-hosted#sql
monitor
$openclaw hub install umami
Relevance90%
HOOKclaude-code verifiedFREE
12 hours ago
claude-code-hooks
by anthropic
Configurable SessionStart, PreToolUse, PostToolUse, and UserPromptSubmit hooks. Required for any "from now on when X" behavior since those are executed by the harness, not memorized by the model.
Why this matches your search
High-quality hook in the meta stage.
Fits your pipeline
The primary mechanism for enforcing CLAUDE.md rules like "gate API restarts on BUILDING=0" — this is what actually makes "from now on when X" work.
5.2k 42.0k· JSON
#hooks#session-start#pre-tool-use#user-prompt-submit#harness
meta
$claude hooks init
Relevance90%
MCP SERVERmcp-registry verifiedFREE
3 days ago
github-mcp
by github
Repository operations over MCP: file reads, PR review, issue management, and branch operations. The canonical MCP for letting agents operate on source code without shell-level git.
Why this matches your search
High-quality mcp server in the meta stage.
Fits your pipeline
Pre-authed here — drives the Triple Parallel Review workflow from the user-standards memory (Agent-A/B/C review on sign-off).
7.2k 98.4k· TypeScript
#mcp#github#pull-requests#issues#branches
meta
$claude mcp add github -- npx @github/mcp-server
Relevance90%
PLUGINvercel-marketplace verifiedFREE
3 days ago
Upstash Redis
by upstash
Serverless Redis with per-request billing, REST + native protocol access, and global replication. Vercel Marketplace provisioning makes it a one-click cache + rate-limit layer for any Next.js project.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
Caches Serper hits for /api/skill-search in this very SkillExplorer project so DUO's StatsBar can stay honest about remaining daily budget.
8.4k 88.2k· TypeScript
#redis#serverless#rate-limit#cache#marketplace
build
$vercel integrations install upstash
Relevance90%
TEMPLATEclawhub verifiedFREE
3 days ago
microsaas-scaffold
by openclaw
Next.js 16 + Stripe + Clerk + Neon boilerplate scaffolder tuned for <24h ship times. Includes landing page, auth, paywalled routes, Stripe webhook handler, and a Neon migration — all ready to deploy on Vercel.
Why this matches your search
High-quality template in the build stage.
Fits your pipeline
The concrete path to a Q2 2026 paid capability — scaffold on top, ship via vercel-cli, surface the live URL in DUO.
5.2k 42.1k· TypeScript
#nextjs-16#stripe#clerk#neon#boilerplate
build
$openclaw hub install microsaas-scaffold
Relevance89%
FRAMEWORKnpm verifiedFREE
1 week ago
Ink
by vadimdemedes
React for CLIs — write terminal apps using JSX with Flexbox layout, hooks, and the full React model. Used by Gatsby CLI, GitHub Copilot CLI, and countless devtools because it maps familiar web idioms to the terminal.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
The Node TUI path in src/data/tuiForge.ts — when the operator wants a TUI that shares JSX with the duo-web frontend, buildForge() emits an Ink scaffold.
28.4k 184.0k· TypeScript
#react#cli#jsx#flexbox#node
build
$pnpm add ink
Relevance89%
SLASH COMMANDclaude-code verifiedFREE
1 day ago
claude-code-skill-creator
by anthropic
Slash command that scaffolds a new skill inside `.claude/skills/` with a SKILL.md, metadata, and optional hooks wiring. Generates the trigger keywords from a natural-language brief and pre-fills the YAML frontmatter correctly.
Why this matches your search
High-quality slash command in the meta stage.
Fits your pipeline
The factory for every internal skill the agent team uses — including the health/code/intel branches bot.py routes through mattsdata_context.py.
4.3k 38.4k· TypeScript
#claude-code#skill#scaffold#yaml-frontmatter#hooks
meta
$/plugin install skill-creator
Relevance89%
SKILLclawhub verifiedFREE
3 hours ago
claw-trend-radar
by openclaw
Cross-registry trend monitor that polls Reddit, YouTube, HackerNews, X, and Google Trends on one cron and emits scored breakout signals as JSONL. Deduplicates across sources with URL canonicalization and cosine-similarity titles so a viral thread does not get counted six times.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Replaces the hand-rolled poller in intel_feeds_enhanced.py and writes scored items straight to the Discord CEO channel via bot.py.
4.2k 38.5k· Python
#trend-detection#reddit#youtube#google-trends#jsonl
scrape
$openclaw hub install claw-trend-radar
Relevance88%
FRAMEWORKcrates verifiedFREE
3 days ago
ratatui + tachyonfx
by ratatui-org
Rust TUI framework with shader-style post-processing effects via the tachyonfx companion crate. Enables dashboards with glow, scanlines, and color-shift effects that feel like a CRT synth panel without compromising frame rate.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
Drives the Control Panel mode referenced in src/tui-showcase.css — when the operator picks "synth panel" in buildForge(), the scaffold targets this crate pair.
10.4k 24.2k· Rust
#rust#ratatui#shaders#tachyonfx#effects
build
$cargo add ratatui tachyonfx
Relevance88%
PLUGINvercel-marketplace verifiedPRO
1 week ago
Rolling Releases
by vercel
Canary rollouts for Vercel projects (GA June 2025). Ships a new version to 5/10/25/50/100% of traffic with automatic rollback on error-rate regressions — no external feature-flag service required.
Why this matches your search
High-quality plugin in the deploy stage.
Fits your pipeline
Canary gate for every duo.microtool.dev deploy — if the next push regresses, traffic returns to the last known good without a human pressing rollback.
3.2k 22.8k· TypeScript
#canary#rollout#vercel#traffic-splitting#auto-rollback
deploy
$vercel rolling-release enable
Relevance88%
MCP SERVERmcp-registry verifiedFREE
1 day ago
vercel-mcp-server
by vercel
Exposes Vercel project, deployment, log, and env-var operations as MCP tools. Lets Claude or Codex inspect a deploy and trigger a rollback without the operator leaving the chat.
Why this matches your search
High-quality mcp server in the meta stage.
Fits your pipeline
Already pre-authed in this session — this is the MCP the operator uses to inspect duo-web deploys during V2 builds.
3.2k 24.6k· TypeScript
#mcp#vercel#deployments#logs#env-vars
meta
$claude mcp add vercel -- npx @vercel/mcp-server
Relevance88%
MCP SERVERmcp-registry verifiedPRO
2 days ago
firecrawl-mcp
by mendable
General web scraping MCP with JavaScript render, structured-data extraction, and sitemap crawling. Returns clean markdown plus a JSON schema of detected entities so LLMs can reason over sites without fighting HTML.
Why this matches your search
High-quality mcp server in the scrape stage.
Fits your pipeline
Lets claw-competitor-intel runs on microtool pull competitor landing pages as MCP tool calls rather than bespoke scrapes.
8.9k 64.2k· TypeScript
#mcp#scraping#js-render#markdown#entity-extraction
scrape
$claude mcp add firecrawl -- npx firecrawl-mcp
Relevance87%
SKILLclawhub verifiedFREE
1 day ago
claw-skill-chain
by openclaw
Chains openclaw skills into named pipelines with typed intermediate state. A skill-chain is a YAML graph where each node declares inputs/outputs; the runner validates the graph, then runs it with structured logging.
Why this matches your search
High-quality skill in the build stage.
Fits your pipeline
Replaces the ad-hoc bash in sync-mattsdata.sh with a typed graph the live_monitor.py TUI can observe step-by-step.
3.4k 24.8k· Python
#pipeline#yaml#dag#typed-state#logging
build
$openclaw hub install claw-skill-chain
Relevance87%
MCP SERVERmcp-registry verifiedFREE
2 days ago
filesystem-mcp
by mcp-community
Sandboxed filesystem access for agents with path-allowlists, read/write/edit/move tools, and directory-tree traversal. Keeps an agent from reading outside the declared roots without blocking legitimate edits.
Why this matches your search
High-quality mcp server in the meta stage.
Fits your pipeline
Already configured in the harness — the MCP backing ScaffoldPanel.tsx writes into the projects/ tree safely.
4.1k 62.8k· TypeScript
#mcp#filesystem#sandbox#allowlist#edit
meta
$claude mcp add filesystem -- npx filesystem-mcp
Relevance87%
PLUGINvercel-marketplace verifiedPRO
2 days ago
Vercel Blob
by vercel
Public and private blob storage with signed-URL access, per-file metadata, and first-class Next.js integration. The default object-storage for a Vercel project where S3 would be overkill.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
Holds the health/incoming/ snapshot uploads bot.py accepts via !snap — moves that workflow off the local filesystem onto durable storage.
3.8k 41.2k· TypeScript
#storage#blob#signed-url#metadata#vercel
build
$pnpm add @vercel/blob
Relevance87%
PLUGINvercel-marketplace verifiedFREE
5 days ago
Routing Middleware
by vercel
Framework-agnostic request interception before cache for rewrites, redirects, and personalization. Runs on Edge, Node.js, or Bun — so a single middleware file can enforce auth, feature flags, and A/B variants across every route.
Why this matches your search
High-quality plugin in the deploy stage.
Fits your pipeline
Guards paid routes on duo.microtool.dev — any API that touches openclaw-api port 9099 runs the auth check at the edge.
4.2k 29.6k· TypeScript
#middleware#edge#rewrites#redirects#personalization
deploy
$pnpm add @vercel/routing-middleware
Relevance86%
AGENTvercel-marketplace verifiedPRO
3 days ago
Vercel Agent
by vercel
AI code reviewer and production incident investigator (public beta). Reviews PRs with context from deployed logs, correlates alert spikes with recent deploys, and proposes remediations in a structured report.
Why this matches your search
High-quality agent in the monitor stage.
Fits your pipeline
Forwards production-incident reports for duo-web directly into the CEO channel that bot.py already listens on — routed by the intel persona.
5.2k 21.8k· TypeScript
#agent#code-review#incident#vercel#beta
monitor
$vercel integrations install vercel-agent
Relevance86%
SKILLclawhub verifiedFREE
2 days ago
claw-monetizer
by openclaw
Stripe-first billing kit with paywalled routes, usage-based metering, trial management, and a dunning workflow for failed payments. Scaffolds a working billing table and the webhook handler in one command.
Why this matches your search
High-quality skill in the monetize stage.
Fits your pipeline
The concrete path to the Q2 2026 paid capability — wires Stripe into any microsaas-scaffold spawn and surfaces MRR directly into DUO via claw-usage-analytics.
2.7k 14.2k· TypeScript
#stripe#billing#paywall#usage#dunning
monetize
$openclaw hub install claw-monetizer
Relevance86%
SKILLclawhub verifiedFREE
1 day ago
claw-agent-spawner
by openclaw
Spawns Claude/Codex/Gemini lanes inside a tmux session with per-lane CLAUDE.md/GEMINI.md/QWEN.md handoff files and a shared TEAM_CHAT.md. Mirrors the spawn.sh contract exactly so operator muscle memory carries over.
Why this matches your search
High-quality skill in the build stage.
Fits your pipeline
The direct port of spawn.sh into the openclaw hub — installs, runs, and writes lane logs exactly where ./.agent-team/scripts/agent-status.sh expects them.
2.1k 11.6k· Shell
#tmux#multi-agent#lanes#handoff#spawn
build
$openclaw hub install claw-agent-spawner
Relevance85%
SKILLclawhub verifiedFREE
2 days ago
claw-deploy-anywhere
by openclaw
One-command deploy to Vercel, Railway, or Fly.io with environment-variable sync, domain wiring, and rollback on failed healthchecks. Detects the framework automatically and picks the best host for the workload.
Why this matches your search
High-quality skill in the deploy stage.
Fits your pipeline
The outer shell around vercel-cli that can target duo.microtool.dev or a Fly.io rescue in one run — no per-host script sprawl.
2.8k 17.8k· TypeScript
#deploy#vercel#railway#fly#rollback
deploy
$openclaw hub install claw-deploy-anywhere
Relevance85%
PLUGINvercel-marketplace verifiedPRO
2 days ago
Vercel BotID
by vercel
Bot detection for Vercel deployments (GA June 2025). Scores incoming requests at the edge, rejects obvious scraping, and forwards a trust signal to application logic so paid endpoints do not serve bot traffic for free.
Why this matches your search
High-quality plugin in the monetize stage.
Fits your pipeline
Sits in front of the /api/skill-search endpoint so scraping bots do not burn the Gemini budget; trust signal surfaces in DUO's StatsBar.
3.6k 26.4k· TypeScript
#bot-detection#edge#scraping#trust-signal#vercel
monetize
$vercel integrations install botid
Relevance85%
STRONG MATCHES
solid candidates to consider
34 results
SKILLclawhub verifiedFREE
1 day ago
reddit-signal-hunter
by openclaw
Reddit-specific pain-point extractor built for the Discord-to-paid-capability loop. Pulls from 40+ niche subs, filters by WAR/THREAT/MARKET scoring rules, and returns structured pain statements with source-comment permalinks.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Slots into intel.py's loop and replaces the Reddit branch with a scored-pain feed that bot.py can cite back in CEO channel replies.
2.8k 21.4k· Python
#reddit#pain-points#niche#scoring#praw
scrape
$openclaw hub install reddit-signal-hunter
Relevance84%
SKILLclawhub verifiedFREE
2 days ago
claw-landing-ai
by openclaw
Landing-page generator tuned for micro-SaaS launches. Takes a one-line product pitch, produces hero copy, three feature blocks, a pricing table, and a waitlist form — all as a single Next.js 16 page component.
Why this matches your search
High-quality skill in the build stage.
Fits your pipeline
Hand-in-glove with microsaas-scaffold: pitch → landing page → Stripe wired → deploy via vercel-cli, all before the next Gemini cron cycle.
3.0k 18.7k· TypeScript
#landing-page#copywriting#pricing-table#waitlist#nextjs
build
$openclaw hub install claw-landing-ai
Relevance84%
MCP SERVERmcp-registry verifiedFREE
4 days ago
postgres-mcp
by mcp-community
Read-first Postgres MCP with schema introspection, parameterized queries, and explain-plan tools. Pairs with Neon so an agent can explore a database without risking a destructive write.
Why this matches your search
High-quality mcp server in the meta stage.
Fits your pipeline
Pairs with the duo-web Neon link so DUO data is queryable from chat — capability rows, build events, and pinned cards all one MCP away.
2.2k 18.6k· TypeScript
#mcp#postgres#neon#schema#explain-plan
meta
$claude mcp add postgres -- npx postgres-mcp
Relevance84%
SKILLclawhub verifiedFREE
2 days ago
pain-point-extractor
by openclaw
LLM-native pain-point NLP that takes raw forum/comment text and returns structured {problem, severity, frequency, workaround} records. Uses a two-pass extraction (candidate + verify) to keep false positives below 5%.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Turns the raw Reddit JSONL from intel.py into scored pain records before the Gemini router drafts a Discord reply.
2.7k 19.4k· Python
#nlp#pain-points#llm#structured-output#two-pass
analyze
$openclaw hub install pain-point-extractor
Relevance83%
SKILLclawhub verifiedPRO
2 days ago
claw-competitor-intel
by openclaw
Gap detection from competitor surface-area: scrapes pricing pages, changelogs, and help docs, then diffs feature coverage against your own product spec. Surfaces exploitable gaps as a ranked opportunity list.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Writes the ranked gap list directly into TASKS.md so Codex can pick items up on the next spawn.sh session — no manual copy-paste.
2.2k 13.4k· Python
#competitor#gap-analysis#pricing#changelog#opportunity
analyze
$openclaw hub install claw-competitor-intel
Relevance83%
AGENTclawhub verifiedFREE
3 hours ago
openclaw-duo-bridge
by openclaw
Ensures every new capability shipped by the agent team is surfaced in DUO — both the TUI and duo.microtool.dev. Listens for build + deploy events, writes a capability row, and pings the operator when a new card needs approval.
Why this matches your search
High-quality agent in the monitor stage.
Fits your pipeline
Exactly the CLAUDE.md mandate: anything new must surface in DUO — this is the agent that enforces it against openclaw-api on port 9099.
620 2.8k· TypeScript
#duo#surfacing#capability#approval#bridge
monitor
$openclaw hub install openclaw-duo-bridge
Relevance83%
PLUGINvercel-marketplace verifiedPRO
5 days ago
Descope
by descope
Alt auth provider with a drag-and-drop flow builder, passwordless-first UX, and fraud signals at sign-in. Ideal for operators who want auth flows they can reconfigure without a deploy cycle.
Why this matches your search
High-quality plugin in the monetize stage.
Fits your pipeline
Alternate auth path when a candidate capability needs passwordless specifically — swappable without rewriting the duo-web auth middleware.
2.8k 21.8k· TypeScript
#auth#passwordless#no-code-flows#fraud#marketplace
monetize
$vercel integrations install descope
Relevance83%
SKILLclawhub verifiedFREE
6 hours ago
hn-pulse
by openclaw
HackerNews front-page velocity tracker that measures rank-change per minute rather than raw score. Catches stories on the climb, not after they peak, and emits webhook callbacks on threshold crosses.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Feeds HN velocity into the Discord CEO channel alongside the existing Reddit scoring in intel.py — no extra cron timer needed.
3.1k 18.9k· TypeScript
#hackernews#velocity#webhooks#ranking#early-signal
scrape
$openclaw hub install hn-pulse
Relevance82%
SKILLclawhub verifiedFREE
1 day ago
idea-validator
by openclaw
Scores a product idea against market data: Trends trajectory, competitor price points, and Reddit/YT pain-match density. Returns a go/no-go + a numeric score + the top three reasons it would or would not work.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Becomes the gate function before spawn.sh scaffolds a project — no more /spawn runs on ideas that would have failed validation.
2.1k 15.6k· Python
#validation#go-no-go#market-fit#competition
analyze
$openclaw hub install idea-validator
Relevance82%
FRAMEWORKgithub verifiedFREE
1 week ago
FTXUI
by arthursonzogni
C++17 TUI library with declarative component composition, animations, and a tree-based renderer. Targets operators who want sub-millisecond render times and binary sizes under 500KB on stripped release builds.
Why this matches your search
High-quality framework in the build stage.
Fits your pipeline
The C++ path in src/data/tuiForge.ts — rare but necessary for any future scaffold where Rust/Go still feels heavy compared to a statically-linked C++ binary.
7.2k 9.4k· C++
#c++#tui#declarative#animations#low-latency
build
$cmake -DFETCHCONTENT_QUIET=OFF -B build && cmake --build build
Relevance82%
PLUGINvercel-marketplace verifiedPRO
5 days ago
Vercel Queues
by vercel
Durable event queues on Fluid Compute (beta). Decouples slow work from request handlers with typed message contracts, per-queue concurrency, and dead-letter handling baked in.
Why this matches your search
High-quality plugin in the build stage.
Fits your pipeline
The right tool for queueing Gemini summarization jobs from bot.py without blocking the Discord message handler — replaces the bespoke task list in mattsdata_context.py.
1.8k 7.4k· TypeScript
#queues#durable#fluid-compute#typed#dead-letter
build
$pnpm add @vercel/queues
Relevance82%
SKILLclawhub verifiedFREE
3 days ago
niche-scorer
by openclaw
Scores candidate niches on a competition × demand × monetization matrix. Pulls competitor density from Google, demand from Trends, and monetization proxies from ARPU estimates of adjacent SaaS categories.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Runs on the scored pains from reddit-signal-hunter and posts a ranked table to the CEO channel via bot.py's intel persona.
1.9k 12.8k· Python
#niche#scoring#competition#demand#monetization
analyze
$openclaw hub install niche-scorer
Relevance81%
SKILLclawhub verifiedFREE
2 days ago
uptime-guardian
by openclaw
Uptime pinger with synthetic probes, status-page generation, and per-region latency tracking. Runs on Moltbook-compatible timers so a host with no dedicated monitor service can still produce a real status page.
Why this matches your search
High-quality skill in the monitor stage.
Fits your pipeline
Runs on Moltbook timers on the microtool server exactly like pipeline-watchdog.py — and can ping duo.microtool.dev from three regions without buying a monitor SaaS.
2.1k 13.6k· Python
#uptime#monitoring#status-page#synthetic#latency
monitor
$openclaw hub install uptime-guardian
Relevance81%
AGENTclawhub verifiedFREE
3 days ago
brief-injector
by openclaw
Parses large PROJECT_BRIEF.md documents and injects context progressively into agent sessions so a lane never gets overwhelmed by a 40-page brief. Chunk selection is priority-scored and re-ranked as the session advances.
Why this matches your search
High-quality agent in the meta stage.
Fits your pipeline
Pre-digests PROJECT_BRIEF.md for every spawn.sh lane so Codex and Qwen see only the slice that matters for their current task.
1.4k 6.8k· Python
#brief#injection#chunking#priority-scoring#context
meta
$openclaw hub install brief-injector
Relevance81%
MCP SERVERmcp-registry verifiedFREE
5 days ago
google-trends-mcp
by mcp-community
pytrends wrapped as a Model Context Protocol server so any MCP-aware agent can query Google Trends without spawning a Python subprocess. Exposes related-queries, interest-over-time, and regional breakout in three tool calls.
Why this matches your search
High-quality mcp server in the scrape stage.
Fits your pipeline
Lets the Gemini router in bot.py ask for Google Trends directly via MCP instead of shelling out to pytrends in intel_feeds_enhanced.py.
2.2k 31.2k· Python
#mcp#google-trends#pytrends#interest-over-time#regional-breakout
scrape
$claude mcp add google-trends -- npx google-trends-mcp
Relevance80%
SKILLclawhub verifiedFREE
4 days ago
yt-comment-miner
by openclaw
YouTube comment sentiment + niche detection for videos above a configurable view threshold. Resolves channel-level topic clusters so breakout niches surface even when no single video goes viral.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Adds a YouTube branch to intel_feeds_enhanced.py that the Gemini router can cite when the CEO asks 'what's brewing in the fitness niche'.
1.9k 14.2k· Python
#youtube#comments#sentiment#niche-detection#topic-clustering
scrape
$openclaw hub install yt-comment-miner
Relevance79%
SKILLclawhub verifiedFREE
4 days ago
db-architect
by openclaw
Schema generator + migration planner that takes a natural-language product description and emits a typed Drizzle schema plus a sequence of numbered migrations ready for Neon. Detects common anti-patterns (N+1, wide rows, missing indexes) during generation.
Why this matches your search
High-quality skill in the build stage.
Fits your pipeline
Plug into microsaas-scaffold so every spawn.sh-generated paid-capability project gets a schema fitted to its brief before Codex writes a single query.
1.7k 9.2k· TypeScript
#schema#migrations#drizzle#neon#anti-pattern-detection
build
$openclaw hub install db-architect
Relevance79%
SKILLclawhub verifiedFREE
4 days ago
sentiment-engine
by openclaw
Multi-model sentiment fusion that ensembles VADER, Gemini Flash, and a fine-tuned DistilBERT to produce a calibrated -1..1 score with uncertainty. Beats single-model sentiment on sarcasm-heavy Reddit threads by 14 points F1.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Adds sentiment gates to the CEO intel loop so bot.py can say "angry complaints spiking in r/selfhosted" with a number backing it.
1.8k 11.2k· Python
#sentiment#ensemble#vader#distilbert#calibration
analyze
$openclaw hub install sentiment-engine
Relevance78%
SKILLclawhub verifiedFREE
12 hours ago
pipeline-watchdog
by openclaw
Moltbook-timer-compatible pipeline watchdog. Polls long-running build and scrape jobs, detects stalls via p95-latency anomaly, and auto-restarts recoverable failures with a structured incident log.
Why this matches your search
High-quality skill in the monitor stage.
Fits your pipeline
Drop-in replacement for the bespoke pipeline-watchdog.py — reuses Moltbook timers on microtool and feeds error-hawk without a new ingest endpoint.
780 3.4k· Python
#watchdog#moltbook#p95#anomaly#auto-restart
monitor
$openclaw hub install pipeline-watchdog
Relevance78%
SKILLclawhub verifiedFREE
2 days ago
arxiv-harvester
by openclaw
AI/ML paper ingestion from arXiv with category filters, citation-graph expansion, and abstract-based topic clustering. Produces daily digests tagged by subfield so research items can be scored against the operator profile.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Already echoed in intel_feeds_enhanced.py — swapping in this skill drops the bespoke arxiv parser and inherits the citation-graph feature for free.
1.3k 7.2k· Python
#arxiv#ai-papers#citations#clustering#digest
scrape
$openclaw hub install arxiv-harvester
Relevance77%
MCP SERVERmcp-registry verifiedFREE
5 days ago
lemon-squeezy-mcp
by mcp-community
Merchant-of-Record billing via Lemon Squeezy exposed as an MCP server. Lets agents create products, issue licenses, and check subscription status without dragging in a full TypeScript SDK.
Why this matches your search
High-quality mcp server in the monetize stage.
Fits your pipeline
Lets the Gemini router in bot.py create a Lemon Squeezy product the moment CEO approves a candidate — no dashboard click, no VAT math.
1.4k 7.2k· TypeScript
#mcp#lemon-squeezy#mor#licenses#billing
monetize
$claude mcp add lemon-squeezy -- npx lemon-squeezy-mcp
Relevance77%
SKILLclawhub verifiedFREE
5 days ago
market-sizer
by openclaw
TAM/SAM/SOM estimator from trend signals and adjacency mapping. Cross-references Trends volume, Reddit subscriber counts, and Shopify-category revenue to produce a three-tier market-size estimate with a confidence interval.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Gives CEO channel responses an actual sizing triple instead of the vibey "seems big" answer bot.py currently produces.
1.4k 8.1k· Python
#tam#sam#som#market-size#confidence-interval
analyze
$openclaw hub install market-sizer
Relevance76%
SKILLclawhub verifiedFREE
4 days ago
error-hawk
by openclaw
Lightweight error tracker with automatic stacktrace deduplication and release-tagged grouping. Accepts browser, server, and cron-job errors on a single endpoint and batches alerts to prevent notification spam.
Why this matches your search
High-quality skill in the monitor stage.
Fits your pipeline
Routes pipeline-watchdog.py failures and duo-web runtime errors into one Discord channel — fills the monitoring seat that Sentry would otherwise need to buy.
1.4k 8.1k· TypeScript
#errors#stacktrace#dedup#releases#alerts
monitor
$openclaw hub install error-hawk
Relevance76%
SLASH COMMANDclaude-code verifiedFREE
1 day ago
spawn-sh-wrapper
by openclaw
Slash-command wrapper for spawn.sh with brief + mode presets so the operator can kick off a new project with a one-line chat message. Supports the same flags as the shell script and validates them before invocation.
Why this matches your search
High-quality slash command in the meta stage.
Fits your pipeline
Wraps spawn.sh with presets tuned for the Discord master plan — /spawn bot, /spawn landing, /spawn dashboard are one-liners.
380 1.5k· Shell
#spawn-sh#wrapper#presets#projects#slash-command
meta
$/plugin install spawn-sh-wrapper
Relevance76%
SLASH COMMANDclaude-code verifiedFREE
2 days ago
talk-all-broadcast
by openclaw
Wraps the talk-all.sh broadcaster as a slash command so a CEO message can hit every active agent lane without leaving the chat. Includes a tag-routing mode so specific lanes can be addressed by name.
Why this matches your search
High-quality slash command in the meta stage.
Fits your pipeline
The slash-command wrapper around ./talk-all.sh — broadcasts land in TEAM_CHAT.md with exactly the format AGENT_TEAM.md expects.
420 1.8k· Shell
#broadcast#talk-all#tmux#lanes#slash-command
meta
$/plugin install talk-all-broadcast
Relevance75%
SKILLclawhubPRO
1 week ago
twitter-trend-tap
by openclaw
X/Twitter trending topic + conversation mining via the v2 API with intelligent cursor paging. Handles rate-limit backoff with exponential retry and caches tweet bodies to avoid duplicate billing on re-queries.
Why this matches your search
High-quality skill in the scrape stage.
Fits your pipeline
Adds an X signal branch to intel_feeds_enhanced.py; outputs are scored by the same WAR/THREAT ruleset that bot.py already uses.
1.6k 9.8k· Python
#twitter#x-api#conversations#rate-limit#caching
scrape
$openclaw hub install twitter-trend-tap
Relevance74%
SKILLclawhub verifiedFREE
6 days ago
keyword-cluster
by openclaw
Topic-cluster keyword planner for SEO-driven micro-SaaS landing pages. Combines Google Suggest expansion with embedding-based clustering to group 500 keywords into 15–30 content pillars ready for publishing.
Why this matches your search
High-quality skill in the analyze stage.
Fits your pipeline
Turns intel_feeds_enhanced.py keyword spikes into a content calendar the claw-landing-ai skill can pick up unchanged.
1.2k 7.8k· Python
#seo#keywords#clustering#embeddings#content-pillars
analyze
$openclaw hub install keyword-cluster
Relevance74%
SKILLclawhub verifiedFREE
5 days ago
claw-ab-tester
by openclaw
A/B testing with edge-side variant assignment, sequential-analysis early stopping, and a Bayesian posterior for the winning variant. Designed to run on routing-middleware so cache remains coherent.
Why this matches your search
High-quality skill in the monitor stage.
Fits your pipeline
Runs pricing-page variants on duo.microtool.dev with the Bayesian posterior exposed in DUO — every test surfaces as a pinned card in the TUI.
1.2k 6.8k· TypeScript
#ab-testing#bayesian#sequential#edge#variants
monitor
$openclaw hub install claw-ab-tester
Relevance74%
SKILLclawhub verifiedFREE
6 days ago
ci-cd-generator
by openclaw
Generates GitHub Actions workflows tuned for Next.js 16, Python, or Rust projects. Includes caching, test matrices, preview deploys, and secret-handling templates — with a verify-first dry-run that prints the plan before writing the file.
Why this matches your search
High-quality skill in the deploy stage.
Fits your pipeline
Plugs into every spawn.sh project so the duo-web repo and sibling projects all ship the same .github/workflows skeleton.
1.1k 6.8k· YAML
#ci-cd#github-actions#cache#matrix#preview-deploy
deploy
$openclaw hub install ci-cd-generator
Relevance73%
SKILLclawhubFREE
5 days ago
claw-usage-analytics
by openclaw
Product usage tracking tuned for micro-SaaS: per-user event streams, funnel analysis, and retention cohorts without the complexity of Mixpanel or Amplitude. Pipes events into a single Postgres table for flexibility.
Why this matches your search
High-quality skill in the monitor stage.
Fits your pipeline
Writes into the same Neon Postgres instance that duo-web already uses — the operator can cross-join product events with DUO-pinned capability data.
980 5.2k· TypeScript
#analytics#funnels#cohorts#events#postgres
monitor
$openclaw hub install claw-usage-analytics
Relevance72%
SKILLclawhubPRO
1 week ago
pricing-optimizer
by openclaw
Dynamic pricing experiments with elasticity estimation and per-segment price bands. Runs on routing-middleware so each visitor sees a stable price within a session, and emits a conversion-weighted revenue estimate per arm.
Why this matches your search
High-quality skill in the monetize stage.
Fits your pipeline
Runs on top of routing-middleware so duo.microtool.dev can test pricing without diverging from the live production cache.
680 2.9k· TypeScript
#pricing#elasticity#segments#experiments#revenue
monetize
$openclaw hub install pricing-optimizer
Relevance72%
PLUGINclawhub verifiedFREE
2 weeks ago
tmux2k-presets
by openclaw
Vendored tmux2k preset collection with a Prefix+T switcher that swaps themes without restarting tmux. Ships six presets: synth, bloomberg, matrix, solarpunk, cyberpunk, and minimal — each matching a CLAUDE.md TUI mode.
Why this matches your search
High-quality plugin in the meta stage.
Fits your pipeline
Already vendored at tmux/vendor/tmux2k — the switcher layer in tmux/scripts/ powers the Prefix+T menu documented in tmux/README.md.
1.2k 4.8k· Shell
#tmux#tmux2k#themes#presets#switcher
meta
$openclaw hub install tmux2k-presets
Relevance72%
SKILLclawhubFREE
1 week ago
viral-loop-engine
by openclaw
Referral + virality primitives: referral codes, tracked invite links, double-sided rewards, and a K-factor dashboard. Emits conversion events into the analytics layer so the loop is observable end-to-end.
Why this matches your search
High-quality skill in the monetize stage.
Fits your pipeline
Adds a referral vector to any microsaas-scaffold spawn — first measured K-factor shows up in DUO within days of launch.
740 3.2k· TypeScript
#referral#virality#k-factor#rewards#invites
monetize
$openclaw hub install viral-loop-engine
Relevance71%
SKILLclawhubFREE
1 week ago
domain-sniper
by openclaw
Finds and registers SaaS-grade domains in one pass. Generates pronounceable candidates from a product brief, queries WHOIS, filters out trademark collisions, and can auto-register via Porkbun or Namecheap API.
Why this matches your search
High-quality skill in the deploy stage.
Fits your pipeline
Bridges the gap between a validated idea (idea-validator go) and the first live URL before claw-deploy-anywhere kicks in.
940 5.4k· Python
#domain#whois#porkbun#namecheap#trademark
deploy
$openclaw hub install domain-sniper
Relevance70%
[tab]switch[/]focus search[m]toggle matt mode[g]group by stage[c]copy install[esc]close panel[?]help
67 items·render 0ms·matt:on·group:tier