Pachca Profile

🌐Community
by pachca · vlatest · Repository

Pachca Profile generates detailed user profiles from conversations, boosting personalization and understanding customer needs for targeted interactions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add pachca-profile npx -- -y @trustedskills/pachca-profile
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "pachca-profile": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/pachca-profile"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The pachca-profile skill provides access to a profile API. It allows AI agents to retrieve and potentially update user profiles, likely containing information like contact details or preferences. This skill is designed for integration with applications requiring personalized data management.

When to use it

  • Personalized Recommendations: An agent needs to fetch a user's preferred categories to provide tailored product suggestions.
  • Contact Information Retrieval: An agent requires a user’s email address or phone number for communication purposes.
  • Profile Updates: A chatbot assists a user in updating their profile information, such as their name or location.
  • Account Management: An AI assistant helps users manage their account details and settings by accessing the profile API.

Key capabilities

  • Access to a profile API
  • Retrieval of user profiles
  • Potential for profile updates (implementation dependent)

Example prompts

  • "Get me John Doe's contact information."
  • "Update my profile with the new address: 123 Main Street."
  • “What are my preferred categories?”

Tips & gotchas

The specific data fields available and update permissions depend on the underlying API implementation. Ensure your AI agent has appropriate authentication credentials to access the profile API.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
pachca
Installs
19

🌐 Community

Passed automated security scans.