← 返回 Skills 市场
Network-AI
作者
Jovan Marinovic
· GitHub ↗
· v5.15.1
· MIT-0
6657
总下载
6
收藏
0
当前安装
159
版本数
在 OpenClaw 中安装
/install network-ai
功能描述
Local Python orchestration skill: multi-agent workflows via shared blackboard file, permission gating, token budget scripts, and persistent project context. The bundled Python scripts make no network calls and have zero third-party dependencies. The parent repository also contains a TypeScript engine (not included in this skill bundle).
安全使用建议
Install this only for trusted local workspaces where multi-agent coordination is actually needed. Do not put secrets, credentials, or PII in justifications, blackboard entries, or project context; protect or periodically clear the data directory. Treat grant tokens as advisory hints, not real authorization, and configure any host-level delegation or external API access with explicit limits.
能力评估
Credentials
Runtime behavior is local file I/O under the skill data directory or env-scoped data subdirectories; imports and inspected code show no network, subprocess, package install, or credential-store access.
Install Mechanism
No install step or third-party dependency is required; requirements.txt is documentation-only and the scripts use Python standard library modules.
Instruction Scope
The manifest exposes broad orchestration concepts, but the skill documentation scopes use to complex trusted-workspace workflows, says the bundled Python does not spawn agents or make network calls, and instructs budget checks before delegation.
Persistence & Privilege
The skill intentionally persists blackboard entries, project context, audit logs, active grant records, and a local signing key. This is disclosed and purpose-aligned, but users should treat the data directory as sensitive.
Purpose & Capability
The stated purpose matches the artifacts: local blackboard coordination, budget/health checks, advisory permission scoring, and persistent project context for multi-agent workflows.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install network-ai - 安装完成后,直接呼叫该 Skill 的名称或使用
/network-ai触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.15.1
v5.15.1 security patch: fix GHSA-743h-jr5x-mpcr (ClaudeHookBridge deny-pattern bypass via truncation before the security decision) and GHSA-9v4f-j8cv-fhxw (SandboxPolicy blocklist/approval-gate bypass via quote/whitespace matcher mismatch); 3638 tests across 41 suites
v5.15.0
v5.15.0 context signal-over-noise: ContextComposer (token-budgeted, relevance-ranked context assembly with recency decay and scope affinity) plus context_pack and blackboard_search MCP tools (24 tools total); 3603 tests across 40 suites
v5.14.0
v5.14.0 ecosystem expansion: Gemini, OpenAI Responses, and Claude Agent SDK adapters (32 total); Claude Code hooks gating via AuthGuardian; MCP elicitation approvals; A2A server mode; Gemini CLI extension; AGENTS.md; MCP Registry manifest
v5.13.4
Security fixes: GHSA-m4jg-6w3q-gm86 (ApprovalInbox auth+CORS) and GHSA-3jf7-33vc-hgf4 (APSAdapter fail-closed signature verification)
v5.13.3
fix: correct display name to Network-AI
v5.13.2
fix: correct ClawHub display name
v5.13.1
fix: reword audit-log privacy note to clear SkillSpector YARA false positive
v5.13.0
v5.13.0: model-interaction lifecycle governance — GovernedModelGateway (refusal->fallback->billing), ModelBudget fallback-credit repricing, RefusalTelemetry, EffortPolicy, per-sub-agent fallback, ThinkingBlockManager, OWASP Agentic Top 10 coverage matrix
v5.12.7
v5.12.7: fix recurring SkillSpector finding — comment.txt draft note no longer bundled (ClawHub honours .clawhubignore); added npm run clawhub:check bundle-hygiene guard; closed data/, .env, *.log and other bundle leaks
v5.12.6
v5.12.6: CodeQL security fixes — resolve #177 (indirect command injection in socket-check.js: spawnSync + semver validation), #176 and #175 (unused imports). New scripts/codeql-check.js monitor + npm run codeql:check. SKILL.md: 3 new SkillSpector by-design findings documented. RELEASING.md: CodeQL gate step added.
v5.12.5
v5.12.5: Supply-chain security hardening. Remove gptSecurity (debugAccess) alerts — replaced String.fromCharCode obfuscation pattern in blackboard-validator with named EVAL_FN constant. Explicit policy gate at shell exec call sites in bin/console.ts. SUPPLY_CHAIN.md sections 5a (shell surface) and 5b (telemetry). New scripts/socket-check.js score monitor. Supply Chain Score: 75 → ~80.
v5.12.4
5.12.4 - SkillSpector findings resolved (.clawignore excludes comment.txt, SKILL.md trigger hardening), Socket.dev scan gap closed (9 missing entries: d.ts decls, ESM adapter mirrors, example/run shellAccess). networkAccess 64, shellAccess 10.
v5.12.3
5.12.3 - Socket.dev supply-chain triage for the dual CJS+ESM build (gptSecurity console pipe-mode entry plus dist/esm networkAccess and shellAccess mirrors) and console pipe-mode approval hardening (fail-closed: approval-required operations are denied unless --auto-approve).
v5.12.2
5.12.2: Security patch - fix 5 CVEs: symlink escape in backup (GHSA-6x2m), restore() path traversal (GHSA-48x2), poisoned manifest pruning (GHSA-2fmp), sandbox path-prefix bypass (GHSA-jvcm), unauthenticated ApprovalInbox (GHSA-mxjx).
v5.12.1
5.12.1: OpenAI Codex MCP integration (.codex/config.toml), PRIVACY.md privacy policy, CI npm publish race fix, and version/doc resync. 3269 tests across 33 suites.
v5.12.0
v5.12.0 - Claude Code plugin support. Network-AI is now installable as a Claude Code plugin (self-hosted marketplace): /plugin marketplace add Jovancoding/Network-AI. Wires the existing network-ai-server MCP server (stdio) into Claude Code so all tools load natively. Version bump 5.11.0 to 5.12.0 across manifests and docs.
v5.11.0
ESM dual-build, McpStreamableServer MCP 2025-03-26 Streamable HTTP + resources/prompts, PhasePipeline checkpoint/resume, SemanticMemory file-backed persistence. 3,269 tests across 33 suites.
v5.10.2
v5.10.2: CodeQL #174 CWE-377 root cause fix — eliminate os.tmpdir() taint sources in test-claim-verifier.ts
v5.10.1
v5.10.1: CodeQL #174 CWE-377 fix (AuthGuardian trustConfigPath), SkillSpector FILE_EXPORT in HIGH_RISK_RESOURCES, ensure_data_dir() env-scope fix
v5.10.0
v5.10.0: ClaimVerifier Tier 1 agent honesty — HMAC-signed ExecutionReceipts, UNSUPPORTED_CLAIM/UNDISCLOSED_ACTION violations, trust decay, 3211 tests across 32 suites
元数据
常见问题
Network-AI 是什么?
Local Python orchestration skill: multi-agent workflows via shared blackboard file, permission gating, token budget scripts, and persistent project context. The bundled Python scripts make no network calls and have zero third-party dependencies. The parent repository also contains a TypeScript engine (not included in this skill bundle). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6657 次。
如何安装 Network-AI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install network-ai」即可一键安装,无需额外配置。
Network-AI 是免费的吗?
是的,Network-AI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Network-AI 支持哪些平台?
Network-AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Network-AI?
由 Jovan Marinovic(@jovancoding)开发并维护,当前版本 v5.15.1。
推荐 Skills