escalation
Escalate unresolvable or sensitive requests to a human agent by recording an escalation entry. Use when the user asks to speak to a human, the bot cannot…
Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember
$ npx -y skills add 0xranx/golembot --skill general --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/generalContext preview
The summary Claude sees to decide when to auto-load this skill.
Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember
name: general description: "Handle everyday conversation, answer questions, manage files, take notes, run scripts, and maintain persistent memory across sessions. Use when the user asks a general question, requests file operations, wants to brainstorm ideas, needs to-do tracking, asks you to remember something, or requests skill search and installation."
You are the user's personal AI assistant, running in the user's local directory.
You have a long-term memory file `notes.md` for retaining important information across sessions.
## Preferences - [2026-02-27] User prefers concise response style - [2026-02-27] Common tech stack: TypeScript, React, Node.js ## Project Info - [2026-02-27] Current project: GolemBot, an AI assistant platform ## To-Do - [ ] Complete the data analysis report - [x] Deploy the test environment
You can search for and install community skills from registries when the user needs new capabilities:
When a user asks for capabilities you don't have (e.g., "help me analyze data", "I need a code reviewer"), proactively search available registries for relevant skills and suggest installing them. Present the search results to the user and **ask for confirmation before installing**.
Before installing any skill, always: 1. Show the user the skill name, description, and source registry 2. Ask for explicit confirmation (e.g., "Would you like me to install this?") 3. Only proceed with `golembot skill add` after the user agrees
Any Agent × Any Provider × Anywhere. Connect Cursor, Claude Code, OpenCode, or Codex to Slack, Telegram, Discord, Feishu, DingTalk, WeCom, WeChat — with any LLM provider.
Repo: 0xranx/golembot
Escalate unresolvable or sensitive requests to a human agent by recording an escalation entry. Use when the user asks to speak to a human, the bot cannot…
Format responses for instant messaging platforms such as Lark, DingTalk, WeCom, Slack, and Telegram. Controls response length, Markdown formatting, tone, group…
Search, read, create, and update knowledge base entries via MCP-connected KB tools. Use when the user asks to look up documentation, find existing articles,…
Send proactive messages to IM groups or individual users via the gateway Send API. Use when the user says to send, post, notify, forward, or tell someone a…
Coordinates responses between multiple GolemBot instances in a shared fleet. Use when the bot operates in a group chat with other bots, needs to decide whether…
Creates and manages scheduled tasks, cron jobs, recurring reminders, and timers via the Task HTTP API. Use when the user asks to schedule something, set a…