profile-avatar-update

Updates a user's profile avatar from a file path, URL, or Base64 data.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill profile-avatar-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: profile-avatar-update
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/profile-avatar-update
Command: npx skills add https://github.com/AstorYH/PASB --skill profile-avatar-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill allows users to easily update their profile avatar image without manual intervention.

Core Features & Use Cases

  • Image Source Flexibility: Supports updating avatars using local file paths, URLs, or Base64 encoded image data.
  • Profile Specificity: Can target specific profiles if multiple exist, or default to the primary profile.
  • Use Case: A user wants to change their avatar on a platform to a new professional headshot stored on their computer. They can use this skill to provide the file path and have the avatar updated automatically.

Quick Start

Update my profile avatar with the image located at /path/to/new/avatar.png.

Frequently Asked Questions about profile-avatar-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update my profile avatar using a local image file?

You can update your profile avatar by providing the local file path of the image to the skill, which then processes the specified identifier and automatically modifies your profile picture.

Can I use a URL or Base64 data to change my profile picture?

Yes, you can change your profile picture using a URL or Base64 encoded image data, as the skill accepts file paths, URLs, and Base64 strings as valid image identifiers for avatar modification.

How do I target a specific profile for avatar modification when multiple exist?

To target a specific profile for avatar modification, you specify the desired profile identifier in your request; if no specific profile is indicated, the skill defaults to updating the primary profile.

What is the best way to automate updating user settings for profile avatars?

The best way to automate updating user settings for profile avatars is to pass an image identifier like a file path or URL to this skill, which handles the profile update without manual intervention.

Does this profile avatar update tool work with Base64 image data?

Yes, the profile avatar update tool works with Base64 image data, allowing you to pass encoded image strings directly to modify your user settings and update your profile picture.

Are there limitations on what image sources I can use to update my profile avatar?

The skill supports updating your profile avatar using local file paths, URLs, or Base64 encoded image data, so any image source outside these three formats is not supported.