← 返回 Skills 市场
atmsamma

thecede

作者 Atmsamma · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install thecede
功能描述
Access and manage your persistent knowledge graph for storing, retrieving, linking, and summarizing facts, decisions, goals, and observations across sessions.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install thecede
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /thecede 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug thecede
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

thecede 是什么?

Access and manage your persistent knowledge graph for storing, retrieving, linking, and summarizing facts, decisions, goals, and observations across sessions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 thecede?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install thecede」即可一键安装,无需额外配置。

thecede 是免费的吗?

是的,thecede 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

thecede 支持哪些平台?

thecede 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 thecede?

由 Atmsamma(@atmsamma)开发并维护,当前版本 v1.0.0。

💬 留言讨论