ワンクリックで
serendb-memory
Sync Claude Code auto-memory files into SerenDB for CLI-only users without Seren Desktop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sync Claude Code auto-memory files into SerenDB for CLI-only users without Seren Desktop.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Family office: Produce a checklist of every document the CPA needs for tax return preparation. Tailored to the family's entities and income sources.
Review-first outreach skill for the default Seren Bucks affiliate program. It bootstraps affiliate context via /programs/discover, mines sent-mail history and address books for candidates, persists them into a skill-owned CRM, proposes an editable daily top-10, drafts outbound and reply batches for approval, reconciles affiliate and reply signals, enforces hard DNC, and returns a manual daily digest.
Lean partner-link distribution skill for the seren-affiliates publisher program portfolio. Operates one publisher program per run. Bootstraps the affiliate profile (registering on first run), caches joined programs in serendb, ingests contacts from a pasted list or from Gmail/Outlook address books, drafts a pitch once per run via seren-models for operator approval, sends approved copy through Gmail (preferred) or Microsoft Outlook, enforces per-program dedupe plus a global unsubscribe list, and reports local plus live conversion and commission stats from seren-affiliates.
Alpaca-branded SaaS short trader with MCP-native execution: scores AI disruption risk, builds capped short baskets, and tracks paper/live PnL in SerenDB.
Alpaca-branded SaaS delta-neutral trader with MCP-native execution: scores AI disruption risk, builds capped short baskets, adds a configurable long hedge leg, and tracks paper/live PnL in SerenDB.
Deposit USDC into the AlphaGrowth Base Vault on Euler Finance, collect Supply APY, and periodically compound rewards. Supports dry-run and live execution with local wallet or Ledger signer.
| name | serendb-memory |
| description | Sync Claude Code auto-memory files into SerenDB for CLI-only users without Seren Desktop. |
| compatibility | Claude Code CLI only. Do not invoke from Seren Desktop. |
This skill moves Claude Code auto-memory out of plaintext markdown files under
~/.claude/projects/*/memory/ and into SerenDB-backed cloud memory.
python scripts/agent.py install --config config.json
python scripts/agent.py start --foreground --config config.json
python scripts/agent.py status --config config.json
python scripts/agent.py doctor --config config.json
python scripts/agent.py migrate --config config.json
python scripts/agent.py flush --config config.json
python scripts/agent.py export --config config.json --output-dir ./exports
python scripts/agent.py stop --config config.json
python scripts/agent.py uninstall --config config.json
install doesSEREN_API_KEY~/.seren/claude-serendb-memory~/.claude/projects/*/memory/*.md filesMEMORY.md back from cloud stateMEMORY.md is atomically rewritten from cloud stateinstall bootstraps auth and installs the background watcherstart --foreground runs the watcher loop in the current processmigrate or flush performs one immediate sync passstatus, doctor, stop, uninstall, and export manage the local service