CtrlK
BlogDocsLog inGet started
Tessl Logo

openclacky

github.com/clacky-ai/openclacky

SkillAddedReview
skill-add

lib/clacky/default_skills/skill-add/SKILL.md

Install skills from a zip URL or local zip file path. Use this skill whenever the user wants to install a skill from a zip link or a local file, or uses commands like /skill-add with a URL or file path. Trigger on phrases like: install skill, install from zip, skill from zip, skill from url, add skill from zip, 安装skill, 从zip安装skill, 从本地安装skill.

68

recall-memory

lib/clacky/default_skills/recall-memory/SKILL.md

Recall relevant long-term memories on demand. Given a topic or question, judges relevance from pre-loaded metadata, loads only relevant files, and returns a concise summary to the main agent.

61

product-help

lib/clacky/default_skills/product-help/SKILL.md

Use this skill when the user asks about my own features, configuration, or usage — installation, skills, Web UI, CLI, API config, memory, sessions, encryption, white-label, publishing, pricing, troubleshooting, or restarting the server. Do NOT trigger for general coding tasks unrelated to me.

71

personal-website

lib/clacky/default_skills/personal-website/SKILL.md

Generate a beautiful personal homepage (linktree-style) and publish it online for the user. Reads user info from ~/.clacky/agents/USER.md and AI info from ~/.clacky/agents/SOUL.md. Returns a public URL the user can share. Trigger on: "profile card", "homepage", "personal page", "generate my card", "make my card", "publish my card", "生成名片", "做名片", "我的名片", "个人主页", "发布主页", "delete my card", "删除名片", "删除主页".

onboard

lib/clacky/default_skills/onboard/SKILL.md

Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run ceremony (AI name, personality, user profile, SOUL.md + USER.md, optional browser + personal website). With `scope:soul` or `scope:user`, runs a quick chat to update just that one profile file. With `path:<abs>`, runs a quick chat to update / keep / delete one memory file under ~/.clacky/memories/.

66

new

lib/clacky/default_skills/new/SKILL.md

Create a new project to start development quickly

47

code-explorer

lib/clacky/default_skills/code-explorer/SKILL.md

Use this skill when exploring, analyzing, or understanding project/code structure. Required for tasks like "analyze project", "explore codebase", "understand how X works".

68

ext-develop

lib/clacky/default_extensions/ext-studio/skills/ext-develop/SKILL.md

Build, debug, or publish an OpenClacky extension — scaffold a new one from an idea, fix a broken/invisible panel/api/skill/agent, or ship it to the marketplace. Trigger on create/start extension, plugin, panel, ext verify error, "won't load", "not showing up", publish/ship/unpublish an extension.

78

oss-upload

.clacky/skills/oss-upload/SKILL.md

Upload local files to Tencent COS (oss.1024code.com CDN) using coscli. Use when user wants to upload a file to CDN/OSS, or deploy static assets.

63

gem-release

.clacky/skills/gem-release/SKILL.md

Automates the complete process of releasing a new version of the openclacky Ruby gem. Supports both stable releases (auto-increment) and pre-release versions (user-specified, e.g., 1.0.0.beta.1). Handles version bumping, testing, building, RubyGems publishing, GitHub Releases, and OSS CDN mirroring.

69

commit

.clacky/skills/commit/SKILL.md

Smart Git commit helper that analyzes changes and creates semantic commits

52