skills/get-started/SKILL.md
Get started with Novita Skills. Use when user wants to know what skills are available, needs help installing team skills, wants to contribute new skills, asks about team capabilities, or needs recommendations for which skills to install. Provides an overview of all team skills, contribution guidelines, and helps users discover and install the right skills.
npx skillsauth add jaxzhang-svg/novita-skills get-startedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Your complete guide to discovering, installing, and contributing to team skills.
This skill serves as the entry point to the Novita Skills repository, allowing you to:
Purpose: Comprehensive Novita AI platform reference Use Cases:
Installation:
npx skills add jaxzhang-svg/novita-skills --skill novita-docs
Included Reference Documentation:
Purpose: X (Twitter) crisis monitoring and management Use Cases:
Installation:
npx skills add jaxzhang-svg/novita-skills --skill x-crisis-monitor
Included Resources:
→ Install novita-docs
→ Install x-crisis-monitor
→ Install all skills
npx skills add jaxzhang-svg/novita-skills --skill '*'
Many skills depend on Python or Node.js environments. Before installing skills, ensure your system is configured with these tools.
Run the following commands to check your environment:
# Check Python
python3 --version || python --version
# Check Node.js
node -v
# Check npm
npm -v
If you don't have Python or need a better Python package manager, we recommend using uv (a modern Python package manager):
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# After installation, restart your terminal or run
source $HOME/.cargo/env
# Verify installation
uv --version
# Use uv to install Python (if needed)
uv python install 3.12
# Use uv to create a virtual environment
uv venv
# Activate the virtual environment
source .venv/bin/activate # macOS/Linux
Why choose uv?
If you don't have Node.js, we recommend using nvm (Node Version Manager) for installation:
# 1. Download and install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# 2. Restart your terminal or run the following command to load nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
# 3. Install the latest LTS version of Node.js
nvm install 24
# 4. Set default version
nvm alias default 24
# 5. Verify installation
node -v # Should show v24.x.x
npm -v # Should show 11.x.x
Why choose nvm?
Before installing skills, ensure the following conditions are met:
# If curl is not available, install via Homebrew
brew install curl
# If you encounter permission issues, ensure you're not using system-level Python/Node
which python3 # Should point to ~/.local/bin or virtual environment
which node # Should point to ~/.nvm directory
# Ubuntu/Debian
sudo apt update
sudo apt install curl
# Ensure bash or zsh configuration files are updated
# nvm and uv paths should be in ~/.bashrc or ~/.zshrc
We recommend using WSL2 (Windows Subsystem for Linux) or Git Bash, then follow the Linux installation method.
Run the following commands to ensure all tools are working properly:
# 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! 🎉
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:
# Install any Anthropic skill
npx skills add anthropics/skills --skill <skill-name>
# Install a single skill
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
# Install all skills
npx skills add jaxzhang-svg/novita-skills --skill '*'
A: Choose based on your work:
novita-docsx-crisis-monitorfrontend-designpdf, docx, xlsx, pptxA: No. Skills are only loaded when needed and don't continuously occupy resources. However, we recommend keeping installed skills under 50.
A: Yes! Fork the repository to modify, or submit improvement suggestions to the team.
A: Skills are structured knowledge optimized for AI agents, containing clear use cases and trigger conditions, allowing AI to apply knowledge more intelligently.
| Command | Description |
|---------|-------------|
| 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! 🚀
Want to share your domain knowledge with the team? We welcome your contributions!
See: Complete Contributing Guide
Create a skill using Anthropic's skill-creator:
npx skills add https://github.com/anthropics/skills --skill skill-creator
Add your skill to the skills/ directory
Submit a PR with your changes
For detailed requirements, submission process, and best practices, refer to the Contributing Guide.
Thank you for contributing! 🎉
development
Comprehensive X (Twitter) crisis monitoring and management for tech/SaaS brands. Covers full lifecycle from pre-crisis surveillance to post-crisis analysis. Use when monitoring brand sentiment, handling negative publicity, managing PR crises on X, analyzing public opinion trends, or developing social media crisis response strategies. Includes keyword libraries, triage frameworks, response protocols, and post-mortem workflows tailored for tech companies.
tools
Twitter data retrieval CLI tool. Use when user requests Twitter data - user profiles, follower counts, tweet searches, user timelines, follower/following lists, or Twitter user metrics. Supports field filtering for structured output. For detailed API endpoint documentation, see the original API skill at https://docs.twitterapi.io/skill.md
tools
Social media intelligence monitoring for Novita. Use when systematically browsing X/Twitter accounts from personal following list (@Jax_Zhang_4R) to gather AI industry intelligence. Performs sequential account review with per-account record keeping (including original tweet links), followed by comprehensive summary. Always use @skills/twitterapi-cli for data retrieval.
development
Complete reference documentation for Novita AI platform. Use when user asks about Novita AI products, APIs, pricing, integrations, GPU instances, model catalogs, sandbox environments, or design system.