Install
$ agentstack add skill-kweaver-ai-kweaver-dip-references ✓ 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
Skill 命令参考
ADP/KWeaver Skill 资源域:注册、市场查找、渐进式读取、下载与本地安装。
与 CLI 一致:运行 kweaver skill --help 或 kweaver skill --help 查看当前版本同步的参数。
常用命令
kweaver skill list [--name ] [--status unpublish|published|offline] [--page-size 30]
kweaver skill market [--name ] [--source ] [--page-size 30]
kweaver skill get
kweaver skill register --content-file [--source ] [--extend-info '{"tag":"demo"}']
kweaver skill register --zip-file [--source ] [--extend-info '{"tag":"demo"}']
kweaver skill status
kweaver skill delete [-y]
渐进式读取
# Read the content index only (download URL + file manifest)
kweaver skill content
# Fetch and print SKILL.md body
kweaver skill content --raw
# Save SKILL.md locally
kweaver skill content --output ./SKILL.md
# Read one file entry
kweaver skill read-file references/guide.md
# Fetch file bytes and save locally
kweaver skill read-file references/guide.md --output ./guide.md
下载与安装
# Download the ZIP archive
kweaver skill download --output ./demo-skill.zip
# Install to a local folder (extract ZIP)
kweaver skill install ./skills/demo-skill
# Replace an existing non-empty directory
kweaver skill install ./skills/demo-skill --force
说明
list与market默认每页 30 条,--page-size/--limit可覆盖content/read-file默认返回索引元数据;加--raw或--output才会真正抓取远端内容register --content-file适合只上传SKILL.md;register --zip-file适合包含模板、参考资料、脚本等附件install本质是download + unzip的本地便捷封装
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: kweaver-ai
- Source: kweaver-ai/kweaver-dip
- License: Apache-2.0
- Homepage: https://kweaver.ai
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.