← 返回
未分类 Key

Discogs Claw

Search for vinyl record prices on Discogs using curl. Retrieves Low, Median, and High price suggestions based on condition.
使用 curl 在 Discogs 上搜索黑胶唱片价格,根据品相返回低价、中价和高价建议。
abreumatheus
未分类 clawhub v1.0.2 1 版本 99487.2 Key: 需要
★ 0
Stars
📥 194
下载
💾 0
安装
1
版本
#latest

概述

Discogs Claw

Search for vinyl record prices on Discogs using the Discogs API.

Setup

Option 1: Environment Variable (Recommended)

export DISCOGS_TOKEN="your_discogs_token_here"

Option 2: Config file

Located on ~/.openclaw/credentials/discogs.json or /data/.openclaw/credentials/discogs.json

{
  "DISCOGS_TOKEN": "your_discogs_token_here"
}

Usage

Run the Skill

The skill accepts a JSON input containing the search query.

# Example search
echo '{"query": "Daft Punk - Random Access Memories"}' | ./scripts/discogs.sh

Example Output

This is an example json output after running the script:

{
  "title": "Daft Punk - Random Access Memories",
  "prices": {
    "low": "25.00 USD",
    "median": "35.00 USD",
    "high": "60.00 USD"
  },
  "marketplace": {
    "num_for_sale": 150,
    "lowest_price": "22.50 USD"
  }
}

With this data the agent should output a very objective response containing only the data abvoe and ignoring further historical details about the record. Just the title with artist and pricing information. It should ever use emojis.

Requirements

  • curl
  • jq
  • Discogs API Token (DISCOGS_TOKEN)

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-05-12 05:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,366 📥 319,446
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,799
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,069 📥 803,392