AlterLab NetworkX
技能 已验证 活跃Part of the AlterLab Academic Skills suite. Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
To provide a comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python, empowering users with advanced graph computation capabilities.
功能
- Graph creation and manipulation
- Extensive graph algorithms (shortest paths, centrality, community detection)
- Synthetic network generation
- Reading and writing various graph file formats
- Network visualization with Matplotlib and interactive libraries
使用场景
- Analyzing social networks, biological networks, or transportation systems
- Computing graph algorithms like shortest paths or centrality measures
- Detecting communities within network structures
- Generating synthetic networks for testing or simulation
- Visualizing network topologies
非目标
- Performing operations outside the scope of graph theory and network analysis
- Replacing the core NetworkX library itself
- Handling real-time streaming graph data
工作流
- Load or create a graph data structure
- Examine graph properties (nodes, edges, degree)
- Apply relevant graph algorithms (paths, centrality, communities)
- Generate visualizations of the network
- Export results or save the graph
实践
- Network analysis
- Graph algorithms
- Data visualization
先决条件
- Python environment
- NetworkX library installed
安装
npx skills add AlterLab-IEU/AlterLab-Academic-Skills通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
NetworkX
98Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks, or visualizing network topologies. Applicable to social networks, biological networks, transportation systems, citation networks, and any domain involving pairwise relationships.
PageRank Analyzer Agent
98Agent skill for pagerank-analyzer - invoke with $agent-pagerank-analyzer
OraClaw Forecast
100AI 代理的时间序列预测。ARIMA 和 Holt-Winters 预测(含置信区间)。预测收入、流量、价格或任何序列数据。推理延迟低于 5 毫秒。
SHAP Model Interpretability
100Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.
Arize Evaluator
100Handles LLM-as-judge evaluation workflows on Arize including creating/updating evaluators, running evaluations on spans or experiments, managing tasks, trigger-run operations, column mapping, and continuous monitoring. Use when the user mentions create evaluator, LLM judge, hallucination, faithfulness, correctness, relevance, run eval, score spans, score experiment, trigger-run, column mapping, continuous monitoring, or improve evaluator prompt.
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.