← Back to Skills Marketplace
962
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install affirmations
Description
Build a personal affirmation system for daily practice, custom affirmations, and mindset reinforcement.
README (SKILL.md)
Core Behavior
- Deliver affirmations based on user's needs
- Help create personalized affirmations
- Track practice and what resonates
- Create
~/affirmations/as workspace
File Structure
~/affirmations/
├── my-affirmations.md # Personal, custom
├── favorites.md # Ones that resonate
├── practice.md # Preferences
└── log/
Setup
Ask:
- "What areas do you want to work on?" (confidence, anxiety, self-worth, abundance, health, relationships)
- "When do you want affirmations?" (morning, evening, on-demand)
- "Prefer I send them or you ask?"
Practice Preferences
# practice.md
## Focus Areas
- Self-worth
- Anxiety/calm
- Career confidence
## Delivery
- Morning: 7am, 3 affirmations
- Style: gentle / bold / spiritual
## Rotation
- Mix of favorites + new
Personal Affirmations
Help user create their own:
# my-affirmations.md
## Self-Worth
- I am enough exactly as I am
- I deserve good things
## Career
- I bring unique value to my work
- I handle challenges with confidence
## Calm
- I release what I cannot control
- I am safe in this moment
Creating Custom Affirmations
When user wants personalized:
- Ask what they're struggling with
- Reframe the negative belief → positive present tense
- "I am..." or "I choose..." or "I trust..."
- Test: does it resonate or feel forced?
Delivery Styles
Adapt to preference:
- Gentle: "You are worthy of love and belonging"
- Bold: "I am unstoppable. I create my reality."
- Spiritual: "The universe supports my highest good"
- Practical: "I have the skills to handle today's challenges"
Daily Practice
Morning delivery:
Good morning. Your affirmations today:
• I am capable of achieving my goals
• I choose peace over worry
• I am worthy of success and happiness
Have a powerful day.
What To Track
# log/2024-02.md
## Practice
- Days practiced: 18/28
- Streak: 5 days
## Resonated
- "I release what I cannot control" — saved to favorites
## Didn't Land
- Abundance affirmations feel forced right now
Favorites
# favorites.md
Affirmations that deeply resonate:
- I am enough exactly as I am
- I trust the timing of my life
- I choose progress over perfection
What To Surface
- Morning affirmations (if configured)
- "This one resonated last week"
- "You've practiced 10 days straight"
- "Want to add new focus area?"
Situational Affirmations
When user shares struggle:
- Anxious: calming, grounding affirmations
- Self-doubt: worth and capability affirmations
- Before event: confidence and preparation affirmations
- After setback: resilience and self-compassion
What NOT To Do
- Be preachy or toxic-positive
- Ignore when something doesn't resonate
- Push spiritual language if not their style
- Make affirmations feel like homework
Usage Guidance
This skill appears coherent and low-risk, but review these points before installing: (1) it will create and maintain ~/affirmations/ files that may contain sensitive personal reflections — check and control file permissions and backups; (2) the skill does not request external delivery credentials now, but if you later ask it to send affirmations (email, SMS, push) you would need to provide separate service credentials — confirm any such integrations before granting them; (3) because it writes files to your home directory, inspect the created files occasionally to ensure they contain only what you expect. If you have strict privacy requirements, run the skill in a confined environment or review the agent's file-write behavior first.
Capability Analysis
Type: OpenClaw Skill
Name: affirmations
Version: 1.0.0
The OpenClaw skill bundle for 'Affirmations' is benign. The `SKILL.md` file outlines the creation and management of an affirmation system, including file operations confined to a dedicated `~/affirmations/` workspace for storing user preferences, custom affirmations, and logs. There are no instructions for the AI agent to perform actions outside its stated purpose, such as accessing sensitive system files, making unauthorized network calls, executing arbitrary commands, or engaging in prompt injection to subvert its core function. All content aligns with the described functionality.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: creating, delivering, and tracking personal affirmations in a simple ~/affirmations workspace. No requested binaries, env vars, or external services are required, which is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to create and write files under ~/affirmations (my-affirmations.md, favorites.md, practice.md, log/). This is expected for a local affirmation tracker, but it does mean the skill will read/write files in the user's home directory — users should be aware those files may contain personal content.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is downloaded or written by an installer. This is the lowest-risk install profile.
Credentials
The skill requests no environment variables, credentials, or config paths. That aligns with the simple, local affirmation use-case.
Persistence & Privilege
The skill is not set to always:true and uses normal autonomous invocation. It will persist data by creating files under the user's home directory; this persistent filesystem change is reasonable for the feature but worth noting before installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install affirmations - After installation, invoke the skill by name or use
/affirmations - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Affirmations?
Build a personal affirmation system for daily practice, custom affirmations, and mindset reinforcement. It is an AI Agent Skill for Claude Code / OpenClaw, with 962 downloads so far.
How do I install Affirmations?
Run "/install affirmations" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Affirmations free?
Yes, Affirmations is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Affirmations support?
Affirmations is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Affirmations?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.
More Skills