← Back to Skills Marketplace
shivaclaw

Project Trident

by Shiva&G · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-trident-skill
Description
Give your AI agent genuine continuity, identity, and resilience across every session and deployment with a four-tier persistent memory stack.
Usage Guidance
This skill largely does what it claims (local SQLite + organized .md memory + optional semantic upgrade), but there are important mismatches to resolve before installing: - Credentials: The docs and code call for OpenAI/Anthropic/Gemini API access, Qdrant/FalkorDB cloud keys, and Git (SSH) push capability. The registry metadata lists no required env vars. Do not run the Layer 0.5 cron or embedding scripts until you have validated where and how API keys/SSH keys are provided and stored. - Review scripts: Inspect scripts/migrate-existing-memory.sh and scripts/template-integrity-check.sh line-by-line in a safe environment before running. Although the migration script promises backups, verify the backup location and test the --dry-run path first. - Network installs: The docs recommend curl | sh installers and downloading binaries from GitHub. Treat these as high-risk — prefer to manually download and verify checksums, or run in an isolated/test environment. - Git push risk: The example Layer 2 cron runs git add/commit/push; confirm your configured remote and credentials and consider adding a restrictive .gitignore (the docs include one example). If you want local-only memory, skip configuring remote pushes. - Start in a sandbox: Test Trident Lite on a throwaway workspace or VM, with cron jobs disabled, to validate behavior and outputs. Only enable autonomous cron runs and remote services once you confirm the behavior and supply appropriate credentials. If you want, I can: (a) list the exact lines in the included scripts that modify files or run network installs, (b) extract all places the SKILL.md references external endpoints/APIs and produce a checklist of credentials to supply, or (c) walk you through a safe, minimal manual installation sequence.
Capability Analysis
Type: OpenClaw Skill Name: project-trident-skill Version: 2.0.1 Project Trident is a sophisticated memory persistence framework designed to provide AI agents with long-term continuity and identity. The bundle consists of detailed documentation, architectural guides, and shell scripts for migrating existing memory and verifying the integrity of agent prompts via SHA256 hashes (template-integrity-check.sh). While the skill requires broad permissions to manage files and cron jobs, its behavior is transparently documented and strictly aligned with its stated purpose of hierarchical memory curation. No evidence of malicious intent, data exfiltration, or unauthorized remote execution was found.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose (four-tier persistent memory) legitimately requires local files, SQLite, and optional vector/graph stores. However, the SKILL.md and reference docs repeatedly instruct use of external LLM APIs (Anthropic, OpenAI, Google/Gemini), Qdrant/FalkorDB cloud services, and Git push workflows that require credentials. The skill metadata declares no required environment variables or credentials, which is inconsistent and surprising for a skill that explicitly recommends API-based models and cloud services.
Instruction Scope
SKILL.md and the references instruct the agent (and the user) to modify openclaw.json, create workspace directories, add cron jobs that run model-driven signal routing, run migration scripts that move/modify .md files, and run Git push commands. The Layer 1/2 instructions can cause persistent changes to user files and suggest network activity (API calls, remote cloud/DB endpoints, and git pushes). Those behaviors are within the stated goal but expand scope well beyond read-only guidance and require explicit credential handling and user consent.
Install Mechanism
The skill is instruction-only (no install spec), but the docs tell users to run network installs and binary downloads (curl | sh for Docker/ollama, cURL downloads of Qdrant/FalkorDB binaries from GitHub releases, and redis module downloads). Those commands involve executing code fetched over the network and extracting binaries — a higher-risk install pattern that should be explicitly called out and verified before running.
Credentials
The documentation and example code assume credentials/API keys for OpenAI embeddings, Anthropic/Gemini model access, Qdrant/FalkorDB cloud accounts, and Git remotes, but the skill metadata lists no required environment variables or primary credentials. This is disproportionate and inconsistent: the skill will need API keys/SSH keys to function as documented, and those are not declared or scoped in the metadata.
Persistence & Privilege
always is false (good). The skill instructs the user/agent to create cron jobs that run periodically and to enable a plugin in openclaw.json; those grant persistent behavior (Layer 0.5 cron runs autonomously). Autonomous invocation is the platform default and not by itself a red flag, but combined with the other concerns (undisclosed credential use, network installs, git pushes) it increases blast radius and should be disclosed to the user.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-trident-skill
  3. After installation, invoke the skill by name or use /project-trident-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Version 2.0.1 of project-trident-skill introduces a comprehensive, four-tier persistent memory architecture for AI agents. - Provides durable, intelligent memory with layers for baseline storage, signal routing, semantic organization, and full disaster recovery. - Introduces integrated heartbeat monitoring and cost breakdowns for each memory tier. - Supports diverse platforms natively—Linux, Mac, Windows (incl. WSL2), and Docker. - Migration guidance and cost-saving tips included for existing users. - No Docker required (but supported); all files are in clear, human-readable formats for transparency and easy backup.
Metadata
Slug project-trident-skill
Version 2.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Project Trident?

Give your AI agent genuine continuity, identity, and resilience across every session and deployment with a four-tier persistent memory stack. It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install Project Trident?

Run "/install project-trident-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Project Trident free?

Yes, Project Trident is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Project Trident support?

Project Trident is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Project Trident?

It is built and maintained by Shiva&G (@shivaclaw); the current version is v2.0.1.

💬 Comments