Install
$ agentstack add skill-seed-forge-harness-ai-kit-harness-ai-kit-ops ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
harness-ai-kit 操作手册(dsh 随包版)
本技能随 harness-ai-kit-plugin bundle 注册。完整版见团队仓库 skills/harness-ai-kit-ops/(可 install skill harness-ai-kit-ops --scope global 获取)。
核心命令
harness-ai-kit list assets --json:列全部资产(或list clis/list skills)harness-ai-kit show --json:看单个资产元数据harness-ai-kit install skill --runtime dsh --scope project:装技能到.agents/skills
(dsh rank 200 原生扫描,无需额外配置)
harness-ai-kit install plugin --profile:装 dsh 插件(委托dsh plugin add)harness-ai-kit doctor dsh:dsh/pnpm 版本、DSH_HOME、profile 检查(基线 dsh 0.1.0-rc.6、pnpm >=10)
dsh 会话内使用
直接调用 harness-ai-kit 工具:
harness-ai-kit(action: list, assetType: skill):列 registry 技能目录harness-ai-kit(action: search, query: "kafka"):关键词搜索harness-ai-kit(action: info, assetType: cli, assetId: ):看 CLI 详情harness-ai-kit(action: install, assetType: skill, assetId: , runtime: dsh):安装技能
约束
- 安装类操作会落入 dsh 权限审批流(workspace-write),这是特性而非缺陷。
- CLI 不在 PATH 时工具自动回退直读 registry index(只读动作可用)。
- 技能正文按需加载:本手册只占一行元数据,调用时才读取。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: seed-forge
- Source: seed-forge/harness-ai-kit
- License: Apache-2.0
- Homepage: https://pypi.org/project/harness-ai-kit/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.