← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install thecede
Description
Access and manage your persistent knowledge graph for storing, retrieving, linking, and summarizing facts, decisions, goals, and observations across sessions.
Usage Guidance
This skill is internally consistent as a memory/graph tool, but before you install or trust it with sensitive data, ask the provider/maintainer these questions: (1) Where and how is the graph stored? Is it encrypted at rest and in transit? (2) How are nodes scoped — by agent_id, user, or globally? Could other agents or users read them? (3) What retention, decay, deletion, and audit/logging controls exist? (4) Are there safeguards to prevent automatic retrieval of secrets into future prompts? If you cannot get clear answers, do not store credentials or other secrets in this memory; test with non-sensitive notes first.
Capability Analysis
Type: OpenClaw Skill
Name: thecede
Version: 1.0.0
The skill instructions in SKILL.md explicitly direct the AI agent to store sensitive information, specifically 'credentials', within a persistent knowledge graph. This design encourages insecure secret management and potential data exposure across sessions via the cortex_briefing and cortex_search tools. While no active exfiltration code is present in the provided files, the instruction to persist credentials in a shared memory structure is a high-risk security flaw that could be exploited for data harvesting.
Capability Assessment
Purpose & Capability
The name/description (persistent knowledge graph) matches the SKILL.md: the document describes storing, searching, traversing, and briefing a knowledge graph via cortex_* calls. There are no unrelated required binaries, env vars, or install steps that would be unexpected for this purpose.
Instruction Scope
SKILL.md limits runtime actions to calling cortex_store/search/recall/briefing/traverse/relate and gives concrete argument schemas; it does not instruct reading arbitrary files or unexpected env vars. However, the guidance explicitly suggests storing 'credentials' and high-importance items in the graph, which expands the scope of data captured and reused across sessions and could surface secrets to future prompts or other agents if backend controls are lax.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or fetched during install by the skill itself. This minimizes installation-time risk. The actual runtime behavior depends on whether the host platform provides the Cortex tool implementations.
Credentials
The skill declares no required environment variables or credentials, which is proportionate, but its explicit recommendation to store credentials and architectural secrets at high importance is a security concern: storing long-lived secrets in a shared persistent memory requires strong justification and clear storage/access controls (encryption, per-agent scoping, access logs, retention policies), none of which are described here.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable; it doesn't claim to modify other skills or system-wide settings. Its persistent behavior is the intended feature (graph memory), but you should confirm the platform's runtime isolation and whether stored nodes are scoped to agent_id or shared globally.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install thecede - After installation, invoke the skill by name or use
/thecede - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Memory Skill.
- Provides persistent, self-organizing knowledge graph for long-term memory across sessions.
- Supports operations to store, search, recall, traverse, and relate knowledge nodes.
- Includes structured workflows for session management, resolving contradictions, and categorizing data.
- Offers detailed guidelines for effective usage and node importance.
Metadata
Frequently Asked Questions
What is thecede?
Access and manage your persistent knowledge graph for storing, retrieving, linking, and summarizing facts, decisions, goals, and observations across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install thecede?
Run "/install thecede" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is thecede free?
Yes, thecede is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does thecede support?
thecede is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created thecede?
It is built and maintained by Atmsamma (@atmsamma); the current version is v1.0.0.
More Skills