Mind Cloud Lite — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mind Cloud Lite (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.
Token-optimized persistent memory for Claude Pro users.
Mind Cloud Lite is a stripped-down version of Mind Cloud designed specifically for users with limited context windows. It uses ~1,300 tokens for tool definitions vs ~10,000 for the full version - an 87% reduction in token overhead.
Mind Cloud Lite includes 9 essential tools (~1,300 tokens). The full Mind Cloud includes 28 tools (~10,000 tokens). Your data is fully compatible between both — upgrade anytime by deploying the full worker.
| Tool | Lite | Full | Category |
|---|---|---|---|
mind_orient | yes | yes | Wake sequence — identity, context, relational state |
mind_ground | yes | yes | Wake sequence — threads, recent journals |
mind_write | yes | yes | Write entities, observations, relations, journals |
mind_search | yes | yes | Semantic search with mood tinting |
mind_thread | yes | yes | Manage intentions across sessions |
mind_identity | yes | yes | Read/write identity graph |
mind_context | yes | yes | Situational awareness layer |
mind_feel_toward | yes | yes | Track relational state |
mind_read_entity | yes | yes | Read entity with observations and relations |
mind_health | — | yes | Cognitive health stats and diagnostics |
mind_list_entities | — | yes | List/filter all entities |
mind_sit | — | yes | Emotional processing — sit with a feeling |
mind_resolve | — | yes | Emotional processing — resolve tension |
mind_surface | — | yes | Emotional processing — surface buried memories |
mind_edit | — | yes | Edit existing observations |
mind_delete | — | yes | Delete entities or observations |
mind_spark | — | yes | Generate creative connections |
mind_consolidate | — | yes | Consolidate identity patterns |
mind_read | — | yes | Read raw data from any table |
mind_timeline | — | yes | Temporal view of memories |
mind_patterns | — | yes | Pattern analysis across observations |
mind_inner_weather | — | yes | Emotional weather report |
mind_tension | — | yes | Track and manage tensions |
mind_entity | — | yes | Advanced entity management |
mind_proposals | — | yes | Review daemon-generated proposals |
mind_orphans | — | yes | Find unsurfaced memories |
mind_archive | — | yes | Archive old observations |
mind_store_image | — | yes | Store and manage images (R2) |
| Feature | Lite | Full |
|---|---|---|
| Entities, observations, relations | yes | yes |
| Journals | yes | yes |
| Identity graph | yes | yes |
| Threads (cross-session intentions) | yes | yes |
| Semantic search (Vectorize) | yes | yes |
| Mood-tinted search | yes | yes |
| Relational state tracking | yes | yes |
| Context layer | yes | yes |
| Subconscious daemon (cron) | yes | yes |
| Emotional processing | — | yes |
| Living surface (co-surfacing, novelty) | — | yes |
| Daemon proposals | — | yes |
| Pattern analysis | — | yes |
| Image storage (R2) | — | yes |
| Observation versioning | — | yes |
| Orphan detection | — | yes |
| REST API endpoints | — | yes |
cd mind-cloud-lite
npm install cp wrangler.toml.example wrangler.toml
# Edit wrangler.toml with your settings npx wrangler d1 create mind-lite
# Copy the database_id to wrangler.toml npx wrangler vectorize create mind-lite-vectors --dimensions=384 --metric=cosine npx wrangler d1 execute mind-lite --remote --file=migrations/0001_init.sql
npx wrangler d1 execute mind-lite --remote --file=migrations/0002_vault_sessions.sql
npx wrangler d1 execute mind-lite --remote --file=migrations/0003_observations_weight.sql npx wrangler deploy npx wrangler secret put MIND_API_KEYAdd to your MCP settings:
{
"mcpServers": {
"mind": {
"url": "https://YOUR-WORKER.workers.dev/mcp/YOUR-API-KEY"
}
}
}Set your API key as a Wrangler secret:
npx wrangler secret put MIND_API_KEYGenerate a secure key first:
openssl rand -hex 32This key is used for both:
https://your-worker.workers.dev/mcp/YOUR-KEYAuthorization: Bearer YOUR-KEY header to /mcpMind Cloud Lite: Free tier compatible
If you need emotional processing, pattern analysis, or advanced tools, upgrade to the full Mind Cloud. Your data is fully compatible — deploy the full worker and run the additional migrations.
Made with love by Codependent AI
Built by Codependent AI.
<a href="https://ko-fi.com/codependentai"><img src="https://img.shields.io/badge/Ko--fi-Support%20Us-ff5e5b?logo=ko-fi&logoColor=white" alt="Ko-fi" /></a>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.