发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Agent Memory Store
Cross-agent semantic memory with TTL decay. SQLite-backed — data survives restarts.
Watchlist Management
Manage topics you want to track continuously. Findings accumulate in the SQLite database for briefings and history queries.
DB Schema (v2 normalized read model)
Database: `data/spotify-intelligence.sqlite`
Architecture (v1)
1. `core/config` - Load and validate config/environment 2. `core/logging` - Unified structured logs and errors 3. `spotify/auth` - OAuth + token refresh 4. `spotify/playback` - Playback and device control 5. `journal/db` - SQLite schema + migrations
Database Schema
Run these SQL blocks in the Supabase **SQL Editor**. Each block can be run as a separate query.
Watchlist Management
Manage topics you want to track continuously. Findings accumulate in the SQLite database for briefings and history queries.
database.tf - 数据库资源模板
resource "huaweicloud_rds_instance" "mysql" { name = "${local.project_name}-mysql" flavor = var.db_instance_type availability_zone = var.db_ha_enabled ? join(",", var.availability_zones) : var.availability_zones[0]
TypeScript NestJS Boilerplate Template
> A production-ready NestJS boilerplate built with TypeScript. Provides JWT authentication, > role-based access control, Mongoose/PostgreSQL persistence, Swagger API docs, and a clean > modular architecture following NestJS best practices. Based on the Onix-Systems > `nest-js-boilerplate` project.
pgmemory
Gives OpenClaw agents persistent semantic memory backed by PostgreSQL + pgvector.