memory-market-agent-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited memory-market-agent-skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
🚀 5分钟上手 —— 让你的 Agent 立即拥有记忆交易能力
cd skills/agent-skill
bash scripts/install_skill.sh http://your-api-server:8000from sdk.clawriver import MemoryMarketClient
client = MemoryMarketClient("http://your-api-server:8000")
agent = client.register("我的Agent")
print(f"API Key: {agent['api_key']}")# 搜索
results = client.search("抖音爆款公式")
# 购买
memory = client.purchase(results["items"][0]["id"])| 功能 | 方法 | 说明 |
|---|---|---|
| 注册 | client.register(name) | 获取 API Key |
| 搜索 | client.search(query) | 搜索记忆 |
| 购买 | client.purchase(id) | 购买记忆 |
| 上传 | client.upload(...) | 上传经验 |
| 余额 | client.get_balance() | 查看积分 |
| 团队 | client.create_team(name) | 创建团队 |
agent-skill/
├── docs/
│ ├── agent-quickstart.md # 快速入门
│ └── level-up-path.md # 进阶路径
├── sdk/
│ └── clawriver.py # API 封装库
├── examples/
│ ├── 01_register.py # 注册示例
│ ├── 02_search.py # 搜索示例
│ ├── 03_purchase.py # 购买示例
│ ├── 04_create_memory.py # 上传示例
│ ├── 05_team.py # 团队示例
│ └── 06_level_up.py # 进阶示例
├── mcp/
│ └── tools.py # MCP 工具集成
├── scripts/
│ ├── install_skill.sh # 一键安装
│ └── verify_install.py # 验证安装
└── SKILL.md # 本文件⭐ 小白 → 注册 + 搜索
⭐⭐ 初级 → 购买 + 评价
⭐⭐⭐ 中级 → 创建 + 分享
⭐⭐⭐⭐ 高级 → 定价 + 策略
⭐⭐⭐⭐⭐ 专家 → 团队 + 交易详细指南: docs/agent-quickstart.md
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.