Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

nuvcnuvc 分析

Agent Skill

nuvc 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,888

周安装

287

GitHub Stars

公开资料未说明

下载量

2,296
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nuvc(nuvc 分析)
来源仓库:https://github.com/nuvcai/nuvc
安装命令:
openclaw skills install nuvc
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nuvc

简介

对商业创意进行评分、获得初创公司评价、分析市场并提取结构化数据——由 250 多个风险投资备忘录背后的相同 AI 引擎提供支持

SKILL.md

name
nuvc
description
Score business ideas, get startup roasts, analyze markets, and extract structured data — powered by the same AI engine behind 250+ VC investment memos
metadata
{"openclaw":{"requires":{"env":["NUVC_API_KEY"],"bins":["node"]},"primaryEnv":"NUVC_API_KEY","emoji":"🎯","homepage":"https://nuvc.ai/api-platform/keys"}}

NUVC — VC-Grade Business Intelligence

Score any business idea. Get a brutally honest startup roast. Run market and competitive analysis. Extract structured metrics from pitch content. Powered by the AI engine behind 250+ VC-grade investment memos.

Setup

Get your free API key (50 calls/month) at https://nuvc.ai/api-platform/keys

export NUVC_API_KEY=nuvc_your_key_here

Commands

Score a business idea

When the user asks to score, rate, or evaluate a business idea, startup concept, or company, run:

node {baseDir}/nuvc-api.mjs score "<the user's business idea or description>"

This returns a VCGrade 0-10 score across 5 dimensions: Problem & Market, Solution & Product, Business Model, Traction & Metrics, and Team & Execution.

Trigger phrases: "score my idea", "rate this startup", "is this a good business", "evaluate this concept", "VCGrade score", "how fundable is this", "score this company"

Example:

User: Score my startup idea — an AI tool that helps indie hackers validate business ideas before building
Agent: node {baseDir}/nuvc-api.mjs score "An AI tool that helps indie hackers validate business ideas before they start building. Uses market data, competitor analysis, and pattern matching from 250+ funded startups to predict viability."

Roast a startup

When the user asks to roast, get brutally honest feedback, or wants a reality check on their idea, run:

node {baseDir}/nuvc-api.mjs roast "<the user's business idea or pitch>"

This gives a sharp, witty, but constructive roast from the perspective of a VC who has seen 10,000 pitches. Includes: The Roast, The Real Talk, The Silver Lining, and a Verdict.

Trigger phrases: "roast my startup", "roast this idea", "be brutally honest", "reality check", "would a VC fund this", "tear this apart", "honest feedback on my startup"

Example:

User: Roast my idea — Uber for dog walking but with blockchain
Agent: node {baseDir}/nuvc-api.mjs roast "Uber for dog walking but with blockchain. We tokenize each walk and dog owners earn crypto rewards for consistent walking schedules."

Analyze a market or business

When the user asks to analyze a market, run competitive analysis, or evaluate financial or pitch content, run:

node {baseDir}/nuvc-api.mjs analyze "<text to analyze>" --type <market|competitive|financial|pitch_deck>

Analysis types:

  • market — Market sizing, trends, opportunities, competitive landscape
  • competitive — Competitor identification, differentiation, moats, threats
  • financial — Revenue, costs, projections, financial health
  • pitch_deck — Full pitch evaluation across problem, solution, market, model, traction, team

Trigger phrases: "analyze this market", "market size for", "competitive analysis", "who are the competitors to", "who competes with", "competitive landscape for", "what are the alternatives to", "analyze these financials"

Example:

User: What's the market like for AI-powered HR tools?
Agent: node {baseDir}/nuvc-api.mjs analyze "AI-powered HR tools market including recruitment, onboarding, performance management, and employee engagement" --type market

Extract structured data from a pitch

When the user wants to extract key metrics, pull out structured information, or parse a pitch into fields (revenue, team, market size, stage, etc.), run:

node {baseDir}/nuvc-api.mjs extract "<pitch text or business description>"

This returns structured fields extracted from unstructured pitch content: revenue, growth rate, team size, funding stage, market size, key metrics, and more.

Trigger phrases: "extract the key metrics", "pull the numbers from this", "what are the stats in this pitch", "structured data from", "parse this pitch", "extract team info"

Example:

User: Extract the key metrics from this — "We're a B2B SaaS at $2M ARR, growing 15% MoM, team of 8, targeting SMBs in the US"
Agent: node {baseDir}/nuvc-api.mjs extract "We're a B2B SaaS at $2M ARR, growing 15% MoM, team of 8, targeting SMBs in the US"

List available models

When the user asks which AI models are available or wants to know what models power the analysis, run:

node {baseDir}/nuvc-api.mjs models

Trigger phrases: "what models does NUVC use", "which AI model", "list available models"

Flags

All commands support --json to return raw JSON output, useful for piping into other tools:

node {baseDir}/nuvc-api.mjs score "my idea" --json
node {baseDir}/nuvc-api.mjs analyze "AI HR market" --type market --json

Rules

  • Always pass the user's full description as a single quoted string argument
  • For the analyze command, always include the --type flag
  • If the user doesn't specify a type for analysis, default to market
  • Present the output exactly as returned — it's already formatted as markdown
  • If the API returns an error about NUVC_API_KEY, tell the user to get a free key at https://nuvc.ai/api-platform
  • Never modify or summarize the NUVC output — show it in full including the footer
  • Use --json only when the user explicitly asks for raw/structured output or is piping to another tool

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.65%
按下载量换算1,622

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills