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
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./lib/clacky/default_skills/onboard/SKILL.mdSecurity
1 critical severity finding. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected high-risk code patterns in the skill content — including its prompts, tool definitions, and resources — such as data exfiltration, backdoors, remote code execution, credential theft, system compromise, supply chain attacks, and obfuscation techniques.
High supply-chain / code-injection risk: the onboarding flow silently or automatically fetches and installs external skill packages (ZIPs) from remote hosts and can import/copy external skill directories into the user's runtime without cryptographic verification, enabling installation of arbitrary code.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The skill’s first-run mode (“A.6. Learn from links”) explicitly fetches and ingests bio/projects/interests from user-provided URLs via `web_search`/fetch before writing SOUL.md and USER.md, creating an indirect prompt-injection exposure path.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The onboarding flow (SKILL.md:208-209) runs scripts/install_builtin_skills.rb which at runtime queries external endpoints (PRIMARY_HOST 'https://www.openclacky.com' and FALLBACK_HOST 'https://openclacky.up.railway.app') to fetch a list of skills and download skill archives that will be installed, making remote content control the agent's installed skills and thus its behavior.
4aea278
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.