network-aiLocal Python orchestration skill: multi-agent workflows via shared blackboard file, permission gating, token budget scripts, and persistent project context....
Install via ClawdBot CLI:
clawdbot install jovancoding/network-aiGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://github.com/Jovancoding/Network-AIUses known external API (expected, informational)
api.openai.comAI Analysis
The skill explicitly states all execution is local with no network calls, and external API references are documented as belonging to a separate Node.js package not included in this skill bundle. The UNSAFE_SHELL signal appears to be a false positive from eval() references in tool definitions, but the skill's scope is limited to local Python scripts with no hidden data exfiltration.
Generated Mar 20, 2026
A bank uses the skill to automate anti-money laundering checks by decomposing transaction analysis into data extraction, risk scoring, and compliance recommendation tasks. Agents work locally with audit logging for regulatory traceability without external API dependencies.
A hospital employs the skill to orchestrate secure processing of patient records, delegating tasks to agents for data anonymization, anomaly detection in lab results, and treatment suggestion synthesis, all within local infrastructure to maintain privacy.
An online retailer uses the skill to manage inventory workflows by breaking down sales data analysis, stock-level verification, and restocking strategy formulation among specialized agents, enabling parallel execution without cloud costs.
An academic institution leverages the skill to coordinate agents for extracting key findings from papers, verifying citations, and synthesizing summaries, facilitating collaborative research with local token-based permission control.
A factory implements the skill to decompose production line data into quality metrics calculation, defect pattern analysis, and process improvement recommendations, using the blackboard for real-time coordination among on-premise agents.
Sell annual licenses for the Python orchestration scripts to enterprises needing local multi-agent workflows, with premium support for customization and integration into existing security frameworks. Revenue comes from tiered licensing fees based on agent count.
Offer consulting to deploy and tailor the skill for specific industries, such as finance or healthcare, providing training, workflow design, and ongoing maintenance. Revenue is generated through project-based contracts and retainer agreements.
Provide free access to the Python scripts while monetizing the companion Node.js package with advanced features like encryption and MCP servers. Revenue streams include npm package sales, enterprise support, and custom adapter development.
💬 Integration Tip
Start by testing the blackboard.py and swarm_guard.py scripts locally to understand the decomposition and budget protocols before scaling to production workflows.
Scored Apr 19, 2026
Audited Apr 16, 2026 · audit v1.0
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Transform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capabi...
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.