get-started

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Get Started with Novita Skills

Novita Skills入门指南

Your complete guide to discovering, installing, and contributing to team skills.
这是你探索、安装和贡献团队技能的完整指南。

Overview

概览

This skill serves as the entry point to the Novita Skills repository, allowing you to:
  • 📋 View all available team skills
  • 🎯 Get skill recommendations based on your needs
  • 📦 Quickly install required skills
  • 🌟 Discover recommended public community skills
  • 🔧 Detect and configure local development environment
本技能是Novita Skills仓库的入口,你可以通过它:
  • 📋 查看所有可用的团队技能
  • 🎯 根据你的需求获取技能推荐
  • 📦 快速安装所需技能
  • 🌟 发现推荐的公开社区技能
  • 🔧 检测并配置本地开发环境

Available Team Skills

可用团队技能

🤖 novita-docs

🤖 novita-docs

Purpose: Comprehensive Novita AI platform reference Use Cases:
  • Questions about any Novita AI product (Model APIs, GPU Instance, Serverless GPUs, Agent Sandbox)
  • Need API usage guides and code examples
  • Query pricing, features, and integration information
  • Design system questions (colors, typography, buttons, navigation, icons, logo)
  • Understanding Novita's capabilities and services
Installation:
bash
npx skills add jaxzhang-svg/novita-skills --skill novita-docs
Included Reference Documentation:
  • Product docs: brand.md, getting-started.md, model-apis.md, gpu-instance.md, serverless-gpus.md, agent-sandbox.md
  • API reference: api-reference.md, integrations.md
  • Design system: overview.md, typography.md, colors.md, buttons.md, navigation.md, icons.md, logo.md
  • Other: resources.md, competitors-and-partners.md
用途:Novita AI平台综合参考文档 适用场景
  • 咨询任何Novita AI产品相关问题(Model APIs、GPU Instance、Serverless GPUs、Agent Sandbox)
  • 需要API使用指南和代码示例
  • 查询定价、功能和集成信息
  • 设计系统相关问题(颜色、排版、按钮、导航、图标、Logo)
  • 了解Novita的能力和服务
安装方式
bash
npx skills add jaxzhang-svg/novita-skills --skill novita-docs
包含的参考文档
  • 产品文档:brand.md、getting-started.md、model-apis.md、gpu-instance.md、serverless-gpus.md、agent-sandbox.md
  • API参考:api-reference.md、integrations.md
  • 设计系统:overview.md、typography.md、colors.md、buttons.md、navigation.md、icons.md、logo.md
  • 其他:resources.md、competitors-and-partners.md

🚨 x-crisis-monitor

🚨 x-crisis-monitor

Purpose: X (Twitter) crisis monitoring and management Use Cases:
  • Monitor brand sentiment and reputation on X
  • Handle negative publicity and PR crises
  • Manage social media crisis response
  • Analyze public opinion trends
  • Develop social media crisis response strategies
Installation:
bash
npx skills add jaxzhang-svg/novita-skills --skill x-crisis-monitor
Included Resources:
  • Keyword library: keyword-library.md (brand names, negative sentiment words, industry-specific terms)
  • Decision tree: decision-tree.md (crisis level assessment framework)
  • Response templates: response-templates.md (response templates for various crisis levels)
  • Case studies: case-studies.md (historical crisis case analyses)
  • Checklists: checklist.md (monitoring and response workflows)
  • Post-mortem: post-mortem-template.md (crisis review template)
用途:X(Twitter)危机监控与管理 适用场景
  • 在X平台监控品牌舆情和声誉
  • 处理负面曝光和公关危机
  • 管理社交媒体危机响应
  • 分析公众舆论趋势
  • 制定社交媒体危机应对策略
安装方式
bash
npx skills add jaxzhang-svg/novita-skills --skill x-crisis-monitor
包含的资源
  • 关键词库:keyword-library.md(品牌名称、负面情绪词汇、行业特定术语)
  • 决策树:decision-tree.md(危机等级评估框架)
  • 响应模板:response-templates.md(不同危机等级的响应模板)
  • 案例研究:case-studies.md(历史危机案例分析)
  • 检查清单:checklist.md(监控和响应工作流)
  • 事后复盘:post-mortem-template.md(危机复盘模板)

Recommended Use Cases

推荐使用场景

When you need to...

当你需要...

Develop Novita-related Projects

开发Novita相关项目

→ Install
novita-docs
  • Integrate Novita API
  • Build applications using Novita services
  • Follow Novita design system
  • Understand product features and limitations
→ 安装
novita-docs
  • 集成Novita API
  • 使用Novita服务构建应用
  • 遵循Novita设计系统
  • 了解产品功能和限制

Social Media Monitoring and Crisis Management

社交媒体监控与危机管理

→ Install
x-crisis-monitor
  • Monitor brand reputation
  • Quickly respond to negative sentiment
  • Execute crisis management processes
  • Conduct post-crisis analysis and improvement
→ 安装
x-crisis-monitor
  • 监控品牌声誉
  • 快速响应负面舆情
  • 执行危机管理流程
  • 进行危机后分析与改进

Comprehensive Team Capabilities

全面的团队能力

→ Install all skills
bash
npx skills add jaxzhang-svg/novita-skills --skill '*'
→ 安装所有技能
bash
npx skills add jaxzhang-svg/novita-skills --skill '*'

Environment Detection and Configuration

环境检测与配置

Many skills depend on Python or Node.js environments. Before installing skills, ensure your system is configured with these tools.
许多技能依赖Python或Node.js环境。在安装技能前,请确保你的系统已配置好这些工具。

Detect Current Environment

检测当前环境

Run the following commands to check your environment:
bash
undefined
运行以下命令检查你的环境:
bash
undefined

Check Python

检查Python

python3 --version || python --version
python3 --version || python --version

Check Node.js

检查Node.js

node -v
node -v

Check npm

检查npm

npm -v
undefined
npm -v
undefined

Install Python Environment (via uv)

安装Python环境(通过uv)

If you don't have Python or need a better Python package manager, we recommend using uv (a modern Python package manager):
bash
undefined
如果你没有Python或需要更好的Python包管理器,我们推荐使用uv(一款现代Python包管理器):
bash
undefined

Install uv

安装uv

After installation, restart your terminal or run

安装完成后,重启终端或运行

source $HOME/.cargo/env
source $HOME/.cargo/env

Verify installation

验证安装

uv --version
uv --version

Use uv to install Python (if needed)

使用uv安装Python(如有需要)

uv python install 3.12
uv python install 3.12

Use uv to create a virtual environment

使用uv创建虚拟环境

uv venv
uv venv

Activate the virtual environment

激活虚拟环境

source .venv/bin/activate # macOS/Linux

**Why choose uv?**
- ⚡ Extremely fast package installation (10-100x faster than pip)
- 🔒 Better dependency resolution and locking
- 🎯 Unified Python version and package management
- 🚀 Written in Rust, excellent performance
source .venv/bin/activate # macOS/Linux

**为什么选择uv?**
- ⚡ 极快的包安装速度(比pip快10-100倍)
- 🔒 更优的依赖解析和锁定
- 🎯 统一的Python版本和包管理
- 🚀 基于Rust编写,性能出色

Install Node.js Environment (via nvm)

安装Node.js环境(通过nvm)

If you don't have Node.js, we recommend using nvm (Node Version Manager) for installation:
bash
undefined
如果你没有Node.js,我们推荐使用nvm(Node版本管理器)进行安装:
bash
undefined

1. Download and install nvm

1. 下载并安装nvm

2. Restart your terminal or run the following command to load nvm

2. 重启终端或运行以下命令加载nvm

export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"

3. Install the latest LTS version of Node.js

3. 安装最新的LTS版本Node.js

nvm install 24
nvm install 24

4. Set default version

4. 设置默认版本

nvm alias default 24
nvm alias default 24

5. Verify installation

5. 验证安装

node -v # Should show v24.x.x npm -v # Should show 11.x.x

**Why choose nvm?**
- 🔄 Easily switch between different Node.js versions
- 📦 Each project can use a different Node version
- 🎯 No sudo permission needed to install global packages
- 🛡️ Avoid system-level Node.js version conflicts
node -v # 应显示v24.x.x npm -v # 应显示11.x.x

**为什么选择nvm?**
- 🔄 轻松切换不同Node.js版本
- 📦 每个项目可使用不同的Node版本
- 🎯 安装全局包无需sudo权限
- 🛡️ 避免系统级Node.js版本冲突

Environment Configuration Checklist

环境配置检查清单

Before installing skills, ensure the following conditions are met:
  • Python 3.10+ or uv installed
  • Node.js 18+ installed
  • npm or pnpm package manager available
  • curl command available (for downloading installation scripts)
  • Terminal has network access
在安装技能前,请确保满足以下条件:
  • Python 3.10+uv 已安装
  • Node.js 18+ 已安装
  • npm或pnpm 包管理器可用
  • curl 命令可用(用于下载安装脚本)
  • 终端具备网络访问权限

Common Environment Issues

常见环境问题

macOS Users

macOS用户

bash
undefined
bash
undefined

If curl is not available, install via Homebrew

如果没有curl,通过Homebrew安装

brew install curl
brew install curl

If you encounter permission issues, ensure you're not using system-level Python/Node

如果遇到权限问题,请确保未使用系统级Python/Node

which python3 # Should point to ~/.local/bin or virtual environment which node # Should point to ~/.nvm directory
undefined
which python3 # 应指向~/.local/bin或虚拟环境 which node # 应指向~/.nvm目录
undefined

Linux Users

Linux用户

bash
undefined
bash
undefined

Ubuntu/Debian

Ubuntu/Debian

sudo apt update sudo apt install curl
sudo apt update sudo apt install curl

Ensure bash or zsh configuration files are updated

确保bash或zsh配置文件已更新

nvm and uv paths should be in ~/.bashrc or ~/.zshrc

nvm和uv路径应在~/.bashrc或~/.zshrc中

undefined
undefined

Windows Users

Windows用户

We recommend using WSL2 (Windows Subsystem for Linux) or Git Bash, then follow the Linux installation method.
我们推荐使用WSL2(Windows子系统Linux)或Git Bash,然后遵循Linux安装方法。

Verify Environment Configuration

验证环境配置

Run the following commands to ensure all tools are working properly:
bash
undefined
运行以下命令确保所有工具正常工作:
bash
undefined

Complete environment check

完整环境检查

echo "=== Python ===" python3 --version 2>/dev/null || echo "Python not found" uv --version 2>/dev/null || echo "uv not found"
echo -e "\n=== Node.js ===" node -v 2>/dev/null || echo "Node.js not found" npm -v 2>/dev/null || echo "npm not found" nvm --version 2>/dev/null || echo "nvm not found"
echo -e "\n=== Tools ===" curl --version 2>/dev/null | head -n 1 || echo "curl not found"

**If all checks pass, you're ready to start installing and using skills!** 🎉
echo "=== Python ===" python3 --version 2>/dev/null || echo "Python not found" uv --version 2>/dev/null || echo "uv not found"
echo -e "\n=== Node.js ===" node -v 2>/dev/null || echo "Node.js not found" npm -v 2>/dev/null || echo "npm not found" nvm --version 2>/dev/null || echo "nvm not found"
echo -e "\n=== Tools ===" curl --version 2>/dev/null | head -n 1 || echo "curl not found"

**如果所有检查都通过,你就可以开始安装和使用技能了!** 🎉

Recommended Community Skills

推荐社区技能

Looking for more skills to enhance your workflow? We've curated a comprehensive list of high-quality skills from Anthropic and other providers.
See: Recommended Skills Guide
Quick picks:
  • Design & Frontend: frontend-design, canvas-design, brand-guidelines
  • Development Tools: skill-creator, mcp-builder, webapp-testing
  • Document Processing: pdf, pptx, xlsx, docx
  • And many more...
bash
undefined
想要更多技能来提升工作流?我们精选了来自Anthropic和其他提供商的高质量技能列表。
查看推荐技能指南
精选推荐
  • 设计与前端:frontend-design、canvas-design、brand-guidelines
  • 开发工具:skill-creator、mcp-builder、webapp-testing
  • 文档处理:pdf、pptx、xlsx、docx
  • 还有更多...
bash
undefined

Install any Anthropic skill

安装任意Anthropic技能

npx skills add anthropics/skills --skill <skill-name>
undefined
npx skills add anthropics/skills --skill <skill-name>
undefined

Installation Guide

安装指南

Basic Installation

基础安装

bash
undefined
bash
undefined

Install a single skill

安装单个技能

npx skills add jaxzhang-svg/novita-skills --skill <skill-name>
npx skills add jaxzhang-svg/novita-skills --skill <skill-name>

Install multiple skills

安装多个技能

npx skills add jaxzhang-svg/novita-skills --skill novita-docs x-crisis-monitor
npx skills add jaxzhang-svg/novita-skills --skill novita-docs x-crisis-monitor

Install all skills

安装所有技能

npx skills add jaxzhang-svg/novita-skills --skill '*'
undefined
npx skills add jaxzhang-svg/novita-skills --skill '*'
undefined

FAQ

常见问题

Q: Which skills should I install?

Q: 我应该安装哪些技能?

A: Choose based on your work:
  • Novita product development →
    novita-docs
  • Social media management →
    x-crisis-monitor
  • Frontend design development → Anthropic's
    frontend-design
  • Document processing → Anthropic's
    pdf
    ,
    docx
    ,
    xlsx
    ,
    pptx
  • Not sure? Install the get-started skill and ask the AI agent directly
A: 根据你的工作选择:
  • Novita产品开发 →
    novita-docs
  • 社交媒体管理 →
    x-crisis-monitor
  • 前端设计开发 → Anthropic的
    frontend-design
  • 文档处理 → Anthropic的
    pdf
    docx
    xlsx
    pptx
  • 不确定?安装入门技能并直接咨询AI Agent

Q: Do skills affect performance?

Q: 技能会影响性能吗?

A: No. Skills are only loaded when needed and don't continuously occupy resources. However, we recommend keeping installed skills under 50.
A: 不会。技能仅在需要时加载,不会持续占用资源。不过我们建议将已安装的技能数量控制在50个以内。

Q: Can I customize or modify skills?

Q: 我可以自定义或修改技能吗?

A: Yes! Fork the repository to modify, or submit improvement suggestions to the team.
A: 当然可以!Fork仓库进行修改,或向团队提交改进建议。

Q: What's the difference between skills and regular documentation?

Q: 技能和普通文档有什么区别?

A: Skills are structured knowledge optimized for AI agents, containing clear use cases and trigger conditions, allowing AI to apply knowledge more intelligently.
A: 技能是为AI Agent优化的结构化知识,包含清晰的使用场景和触发条件,能让AI更智能地应用知识。

Get Help

获取帮助

  • 📖 Check the repository README
  • 💬 Open an issue in the repository
  • 🤝 Contact team members
  • 🌐 Visit skills.sh to learn more
  • 📖 查看仓库README
  • 💬 在仓库中提交Issue
  • 🤝 联系团队成员
  • 🌐 访问skills.sh了解更多

Command Quick Reference

命令速查

CommandDescription
npx skills add jax/novita-skills -l
List all available skills
npx skills add jax/novita-skills --skill '*'
Install all skills
npx skills list
View installed skills
npx skills find
Search for skills
npx skills update
Update skills
npx skills remove
Remove skills

Start using team skills to boost your development efficiency! 🚀

命令描述
npx skills add jax/novita-skills -l
列出所有可用技能
npx skills add jax/novita-skills --skill '*'
安装所有技能
npx skills list
查看已安装技能
npx skills find
搜索技能
npx skills update
更新技能
npx skills remove
移除技能

开始使用团队技能提升开发效率吧! 🚀

Contributing to Team Skills

贡献团队技能

Want to share your domain knowledge with the team? We welcome your contributions!
See: Complete Contributing Guide
想要与团队分享你的领域知识?我们欢迎你的贡献!
查看完整贡献指南

Quick Start

快速开始

  1. Create a skill using Anthropic's skill-creator:
    bash
    npx skills add https://github.com/anthropics/skills --skill skill-creator
  2. Add your skill to the
    skills/
    directory
  3. Submit a PR with your changes
For detailed requirements, submission process, and best practices, refer to the Contributing Guide.
  1. 创建技能 使用Anthropic的skill-creator:
    bash
    npx skills add https://github.com/anthropics/skills --skill skill-creator
  2. 添加你的技能
    skills/
    目录
  3. 提交PR 包含你的更改
详细要求、提交流程和最佳实践,请参考贡献指南

Get Help

获取帮助

  • 💬 Open an issue in the repository
  • 📖 Refer to existing skills as examples
  • 🤝 Contact team members
  • 🎯 Ask the AI agent: "How do I contribute a new skill?"

Thank you for contributing! 🎉
  • 💬 在仓库中提交Issue
  • 📖 参考现有技能作为示例
  • 🤝 联系团队成员
  • 🎯 咨询AI Agent:"How do I contribute a new skill?"

感谢你的贡献! 🎉