AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

References

skill-kweaver-ai-kweaver-dip-references · by kweaver-ai

A Claude skill from kweaver-ai/kweaver-dip.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-kweaver-ai-kweaver-dip-references

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kweaver-ai-kweaver-dip-references)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of References? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill 命令参考

ADP/KWeaver Skill 资源域:注册、市场查找、渐进式读取、下载与本地安装。

与 CLI 一致:运行 kweaver skill --helpkweaver 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

说明

  • listmarket 默认每页 30 条,--page-size / --limit 可覆盖
  • content / read-file 默认返回索引元数据;加 --raw--output 才会真正抓取远端内容
  • register --content-file 适合只上传 SKILL.mdregister --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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.