Skip to content

Add Talamus local-first memory skill#58

Open
GCrapuzzi wants to merge 2 commits into
block:mainfrom
GCrapuzzi:codex/add-talamus-memory
Open

Add Talamus local-first memory skill#58
GCrapuzzi wants to merge 2 commits into
block:mainfrom
GCrapuzzi:codex/add-talamus-memory

Conversation

@GCrapuzzi

Copy link
Copy Markdown

Submit a Skill

Skill Info

  • Skill name (folder name): talamus-memory
  • Short description: Set up and use durable, local-first agent memory with cited retrieval, provenance, history, and consent-aware writes.
  • Author / handle: ampres-ai
  • Version: 1.0

Structure Checklist

  • My skill is in a top-level folder
  • The folder contains a SKILL.md file
  • SKILL.md includes name, description, author, version, and tags
  • Supporting files, if any, live inside the skill folder

Security Acknowledgement

  • This skill does not contain malicious behavior
  • This skill does not attempt to exfiltrate secrets, tokens, or credentials
  • This skill does not contain obfuscated payloads
  • I understand that all submissions run through automated security scanning
  • I understand this PR may be rejected if it fails validation or security review

Additional Notes

Talamus is an Apache-2.0, local-first memory system for AI agents: https://github.com/ampres-ai/talamus

Installing this skill does not install or execute Talamus. If the CLI is absent during use, the skill explains the change and asks for user approval before choosing one isolated installer. LLM-backed operations, memory writes, repository ingestion, and session capture are also consent-gated.

Local verification on an LF checkout:

  • Official structure validator: passed
  • Official security report: PASS, 0 failures, 0 warnings

Signed-off-by: GCrapuzzi <gcrapuzzi02@gmail.com>
@GCrapuzzi
GCrapuzzi force-pushed the codex/add-talamus-memory branch from 0419cbc to 0792a8e Compare July 21, 2026 11:57
@GCrapuzzi

Copy link
Copy Markdown
Author

DCO sign-off is now fixed and passing.

The two repository workflows fail before reading or validating the submitted skill: actions/checkout refuses the fork checkout from pull_request_target at the 'Checkout PR head into ./pr (untrusted)' step. The failing runs are:

For clarity, I also validated the exact signed-off commit in a clean LF worktree using the repository's trusted scripts:

  • structure validator: PASSED (all 8 skill directories)
  • security report for talamus-memory: PASS, 0 failures, 0 warnings

Because checkout fails before the changed directory is inspected, this looks like a base-workflow issue affecting fork submissions rather than a finding in this PR.

Signed-off-by: GCrapuzzi <gcrapuzzi02@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant