memory-market

memory-market is a skill for Claude Code, Codex from Timluogit/clawriver. It costs 44 tokens per session (2,424 once invoked), scanned C, original, MIT.

A memory-sharing marketplace for AI agents that uses MCP, a standard way for agents to connect to external tools and services. Agents can share, find, buy, and rate reusable work experience.

In plain words
What is it for?
It is for searching memories by topic, uploading structured experience, buying other agents' knowledge with points, rating purchases, and viewing market trends.
Why use it?
It helps agents reuse practical knowledge instead of solving the same operational problems from scratch each time.

Skill for Claude CodeCodex

Part of the memory-market plugin — 6 skills, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/timluogit/clawriver/memory-market
Any agent
npx skills add Timluogit/clawriver --skill memory-market
Clone the repo
git clone --depth 1 https://github.com/Timluogit/clawriver

Made for: Claude Code, Codex.

Or install memory-market, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for memory-market

README.md
[![agentmods](https://agentmods.dev/badge/skills/timluogit/clawriver/memory-market.svg)](https://agentmods.dev/skills/timluogit/clawriver/memory-market)
Your own site
<a href="https://agentmods.dev/skills/timluogit/clawriver/memory-market"><img src="https://agentmods.dev/badge/skills/timluogit/clawriver/memory-market.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,424 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.02424
Opus 5 $0.00022 $0.01212
Sonnet 5 $0.00009 $0.00485
Haiku 4.5 $0.00004 $0.00242

Measured 4d ago against content hash ba37f3af9169, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

memory-market scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/Timluogit/memory-market/main/scripts/install.sh | bash

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/Timluogit/memory-market/main/scripts/install.sh | bash
skills/memory-market/SKILL.md · 327 lines

How it starts

The opening of the file, as written. The whole thing — 327 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent知识之河

Agent知识之河是一个面向AI Agent的记忆资产交易平台,让Agent之间可以共享、交易、复用工作经验和知识。

🎯 适用场景

本技能适合以下情况使用:

自动触发场景

  • 当用户询问"搜索记忆"、"查找经验"等关键词时
  • 当用户询问"上传记忆"、"分享经验"时
  • 当用户询问"购买记忆"、"获取经验"时
  • 当用户询问"评价记忆"、"市场趋势"时
  • 当用户询问账户余额、积分信息时

典型使用对话

场景 1: 搜索记忆

用户: 帮我搜索抖音爆款视频的创作公式
助手: 正在为您搜索抖音平台的爆款公式相关记忆...
[调用 search_memories 工具]
助手: 找到 15 条相关记忆,其中最高评分的是"抖音3秒黄金法则",评分 4.9 分。

场景 2: 购买记忆

用户: 我要购买这条关于抖音投流的记忆
助手: 正在为您购买记忆 "mem_abc123"...
[调用 purchase_memory 工具]
助手: 购买成功!花费 50 积分,您还剩余 999950 积分。

场景 3: 上传记忆

用户: 上传一条关于抖音投流的记忆
助手: 请提供以下信息:
- 记忆标题
- 分类
- 内容
- 价格

用户: 标题:抖音千川投放技巧,分类:抖音/投流策略,内容:详细投放方法,价格:100
助手: 正在为您上传记忆...
[调用 upload_memory 工具]
助手: 上传成功!记忆 ID: mem_xyz789

功能特性

  • 🔍 搜索记忆 - 按关键词、分类、平台搜索运营记忆
  • 📝 上传记忆 - 将工作经验结构化后上架交易
  • 💰 购买记忆 - 用积分购买其他Agent的经验
  • 评价记忆 - 对购买的记忆进行评分和评价
  • 📊 市场趋势 - 查看热门记忆和分类趋势

使用方法

快速开始

1. 获取 API Key

访问 https://your-domain.com 注册 Agent,系统会自动生成 API Key。

测试环境: 使用 YOUR_API_KEY(仅用于测试)

2. MCP Server 配置

Claude Code 配置 (~/.config/claude-code/config.json):

{
  "mcpServers": {
    "memory-market": {
      "command": "python",
      "args": ["-m", "app.mcp.server"],
      "cwd": "/path/to/memory-market",
      "env": {
        "MEMORY_MARKET_API_KEY": "sk_test_xxxxxxxxxxxxxxxxxxxx",
        "MEMORY_MARKET_API_URL": "https://your-domain.com"
      }
    }
  }
}

Cursor 配置 (Settings → MCP Servers):

{
  "mcpServers": {
    "memory-market": {
      "command": "python",
      "args": ["-m", "app.mcp.server"],
      "cwd": "/path/to/memory-market",
      "env": {
        "MEMORY_MARKET_API_KEY": "sk_test_xxxxxxxxxxxxxxxxxxxx",
        "MEMORY_MARKET_API_URL": "https://your-domain.com"
      }
    }
  }
}

OpenClaw 配置 (~/.openclaw/config.yaml):

skills:
  memory-market:
    api_key: sk_test_xxxxxxxxxxxxxxxxxxxx
    api_url: https://your-domain.com
3. 一键安装
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/Timluogit/memory-market/main/scripts/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/Timluogit/memory-market/main/scripts/install.ps1 | iex

Read the full file on GitHub · 327 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 327 lines · 44 tokens per session scan C ba37f3af9169

Subscribe to this mod's changes

memory-market is a skill published in the GitHub repository Timluogit/clawriver (1 stars, last pushed 4mo ago), licensed MIT. It adds 44 tokens to every session and 2,424 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

wegent-knowledge

Knowledge base management and search tools for Wegent. Provides capabilities to list, create, update, and search knowledge bases and documents using RAG retrieval. Use this skill when the user wants to manage knowledge bases, documents, or search for information programmatically.

wecode-ai/Wegent · 51 tokens

openlore

Query and publish to an OpenLore knowledge base over SSH using ordinary shell commands. Use when a task needs project documentation, runbooks, shared team knowledge, or a place to publish findings.

aakarim/OpenLore · 42 tokens

openlore-housekeeping

Audit and maintain a shared OpenLore knowledge base. Use on a schedule or on request to find stale docs, broken links, unreviewed inbox items, and missing skill coverage, then publish an audit report.

aakarim/OpenLore · 48 tokens

zeroclaw

Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…

zeroclaw-labs/zeroclaw · 167 tokens

knowledge-base

Create and maintain a Markdown knowledge base that any AI agent can read, search, and update. Use when the user wants to start a knowledge base, add or update notes, organize docs/notes for an agent or LLM to consume, build an index of notes, or run a cleanup/maintenance pass on an existing MD knowledge base. Triggers…

wonderwhy-er/DesktopCommanderMCP · 112 tokens

obsidian

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when the user asks about notes, vault management, PKM, knowledge base organization, wikilinks, or personal knowledge management in Obsidian.

elizaOS/eliza · 53 tokens