Agens networkx
skill_id: networkx
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/networkx/skill.yamlsource content
skill_id: networkx name: networkx description: 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. version: 1.0.0 author: K-Dense Inc. license: 3-clause BSD license tags:
- scientific-agent-skills
- networkx tools: [] permissions: network: false filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: networkx upstream_path: scientific-skills/networkx/SKILL.md upstream_frontmatter: name: networkx description: 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. license: 3-clause BSD license metadata: skill-author: K-Dense Inc.