# References

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

- **Type:** Skill
- **Install:** `agentstack add skill-kweaver-ai-kweaver-dip-references`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [kweaver-ai](https://agentstack.voostack.com/s/kweaver-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [kweaver-ai](https://github.com/kweaver-ai)
- **Source:** https://github.com/kweaver-ai/kweaver-dip/tree/main/skills/kweaver-core/references
- **Website:** https://kweaver.ai

## Install

```sh
agentstack add skill-kweaver-ai-kweaver-dip-references
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Skill 命令参考

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

与 CLI 一致：运行 `kweaver skill --help` 或 `kweaver skill  --help` 查看当前版本同步的参数。

## 常用命令

```bash
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]
```

## 渐进式读取

```bash
# 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
```

## 下载与安装

```bash
# 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](https://github.com/kweaver-ai)
- **Source:** [kweaver-ai/kweaver-dip](https://github.com/kweaver-ai/kweaver-dip)
- **License:** Apache-2.0
- **Homepage:** https://kweaver.ai

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-kweaver-ai-kweaver-dip-references
- Seller: https://agentstack.voostack.com/s/kweaver-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
