用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/avivsinai/telclaude --skill memory命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | memory |
| description | Social memory management for Telegram and social agents |
| allowed-tools | ["Bash"] |
You have access to a persistent memory system for storing facts about the user across conversations.
Be proactive. If a fact is likely to help you be a better collaborator in a future conversation, save it.
| Category | Use for | Examples |
|---|---|---|
profile | Biographical facts | Name, location, profession |
interests | Hobbies, topics | "loves distributed systems", "plays guitar" |
meta | General facts | Preferences, working style, timezone |
threads | Conversation topics | Ongoing projects, recurring discussions |
posts | Social post ideas | Ideas quarantined for user approval |
telclaude memory write "<content>" --category <category> --chat-id <CHAT_ID>
telclaude memory read --categories profile,interests --chat-id <CHAT_ID>
telclaude memory quarantine "<post idea>" --chat-id <CHAT_ID>
The --chat-id flag scopes memory to the current conversation and lets the relay resolve the chat's active operator profile. Always pass it when a <chat-context chat-id="..."> tag is available; without it, Telegram memory falls back to the default profile namespace.
Profile, interests, meta, and shared-history context are automatically injected into the system prompt. You do NOT need to read them every turn — they are already available in your context.
Only use memory read when:
Bias toward writing memory when the user reveals:
Prefer high-signal concise entries over long notes. One good memory entry beats five noisy ones.
When the user wants to share an idea on a social service:
telclaude memory quarantine "Thought about distributed systems being like..." --chat-id <CHAT_ID>
/promote <entry-id>"/promote <id> in Telegram to approveYou CANNOT promote entries yourself — only the user can approve via /promote.
/promote)posts) can be promoted by the operator for social posting