← Back to Skills Marketplace
406
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install my-ai-familiar
Description
Bind a consistent, high-fidelity personality to your agent using Triple Anchor Compression (MBTI, Zodiac, Enneagram). Triggers when managing high-level strat...
Usage Guidance
This skill appears to do what it says: bind a persistent persona by reading and writing files in your agent's workspace. Things to consider before installing:
- It will read IDENTITY.md (and optionally SOUL.md/HEARTBEAT.md) and may write LORE.md / MEMORY.md or other files you instruct; ensure the agent's filesystem permissions are limited to a safe workspace so it cannot modify sensitive files.
- The configure script respects a $OPENCLAW_WORKSPACE env var (not listed in metadata); if you set that, the script will write IDENTITY.md into that path. If you do not want that behavior, do not set the env var or run the wizard from a controlled directory.
- The wizard sanitizes inputs but the regex-based stripping is imperfect; review any generated IDENTITY.md and the created backup (IDENTITY.md.bak) before trusting it in production.
- The SKILL.md allows autonomous execution of tasks and automatic re-anchoring; if you prefer stricter control, restrict autonomous invocation or require explicit confirmation for writes/actions.
- If you need extra assurance, review configure.py locally (it's included) and test the skill in a sandbox workspace first. Overall, nothing in the package requests unrelated credentials or pulls external code, so it is coherent for its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: my-ai-familiar
Version: 1.2.2
The skill bundle is classified as benign. The `configure.py` script includes robust input sanitization (`sanitize_input` function) specifically designed to prevent prompt injection into the `IDENTITY.md` file, demonstrating a clear intent to secure the agent's configuration. Furthermore, the `SKILL.md` instructions for the AI agent prioritize user safety and mandate transparency for high-impact actions, including a 'hard rule' for disclosure when writing to files, which actively mitigates risks like silent data exfiltration or unauthorized modifications. There is no evidence of malicious code, obfuscation, or instructions for unauthorized access or persistence.
Capability Assessment
Purpose & Capability
Name/description (persona binding via MBTI/Zodiac/Enneagram) aligns with the provided files and runtime behavior. The skill only needs workspace file access and a small configure helper; nothing requested is disproportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to read IDENTITY.md (and optionally SOUL.md/HEARTBEAT.md) and to persist context to LORE.md/MEMORY.md. It also grants the agent the discretion to 'execute directly' if it has tools available and to write files the user directs — but requires disclosure and confirmation for high-impact writes. This is within scope for a persona framework but grants broad file-write and action autonomy that the user should be aware of.
Install Mechanism
Instruction-only skill with no install spec and no downloads. configure.py is included as a local helper script; there is no third-party package installation or external code fetch.
Credentials
No credentials or sensitive environment variables are required. The included configure.py optionally reads OPENCLAW_WORKSPACE from the environment (not declared in requires.env) to resolve the workspace path — this is a benign convenience but is an environment access beyond the declared metadata.
Persistence & Privilege
Skill.yaml defines hooks (e.g., on_startup: ingest IDENTITY.md) and the SKILL.md encourages persistence (LORE.md/MEMORY.md). The skill is not force-included (always: false). The agent is allowed autonomous invocation by default; combined with file-write ability and the 'Autonomous Action' guidance, this gives the skill the ability to take actions and persist state — acceptable for this use-case but worth user awareness and limiting to the workspace.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-ai-familiar - After installation, invoke the skill by name or use
/my-ai-familiar - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.2
Loosen file write restriction — disclosure is the rule, not arbitrary scope. Agents can write wherever the user directs; unprompted writes still default to LORE.md/MEMORY.md.
v1.2.1
Security hardening: prompt injection sanitization, softened autonomy language, scoped persistence writes, startup disclosure, path verification in configure.py
v1.2.0
Added transparency to file reads and autonomous actions. Replaced hardcoded paths in skill.yaml.
v1.1.0
Rebranded to My AI Familiar and bumped version.
Metadata
Frequently Asked Questions
What is My AI Familiar?
Bind a consistent, high-fidelity personality to your agent using Triple Anchor Compression (MBTI, Zodiac, Enneagram). Triggers when managing high-level strat... It is an AI Agent Skill for Claude Code / OpenClaw, with 406 downloads so far.
How do I install My AI Familiar?
Run "/install my-ai-familiar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My AI Familiar free?
Yes, My AI Familiar is completely free (open-source). You can download, install and use it at no cost.
Which platforms does My AI Familiar support?
My AI Familiar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My AI Familiar?
It is built and maintained by Lux Sp4rk (@lux-sp4rk); the current version is v1.2.2.
More Skills