contacts-assistants-profile

Retrieve user friends and assistant profiles from customer_service APIs as structured JSON.

22|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/MadeAgents/TopoClaw --skill contacts-assistants-profile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contacts-assistants-profile
Source: https://github.com/MadeAgents/TopoClaw/tree/main/TopoClaw/topoclaw/skills/contacts-assistants-profile
Command: npx skills add https://github.com/MadeAgents/TopoClaw --skill contacts-assistants-profile

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests.

What problem does it solve?

This Skill solves the problem of manually collecting a user’s social and assistant profile details when you need to inspect, export, or act on that contact information.

Core Features & Use Cases

  • Fetch friends list: Retrieves all friend entries for the current user and returns profile-style fields such as name, signature/bio, preferences, phone, and address.
  • Fetch custom assistant profiles: Retrieves custom assistant nicknames, intros, and base URLs for the same user.
  • Safe, user-facing filtering: Hides internal relay assistant entries and ensures the system auto-execution assistant is present for group operations.
  • Use Case: When a user asks the assistant to compile a contact dossier or prepare group work settings, this Skill returns structured JSON you can directly consume.

Quick Start

Ask the AI to run contacts-assistants-profile to return your friends and custom assistant profiles as structured JSON.

Frequently Asked Questions about contacts-assistants-profile

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

FAQPage Schema
How do I export my friends list and custom assistant profiles as JSON?

To export friends list and custom assistant profiles as JSON, use this Skill to retrieve profile details like name, bio, phone, and address from customer_service APIs, returning structured JSON for direct consumption.

What information is included when retrieving assistant profiles from the customer service API?

Retrieving assistant profiles from the customer service API returns custom assistant nicknames, intros, and base URLs. It also filters out internal relay entries and includes the system auto-execution assistant for group operations.

Do I need a TOPO_IMEI to fetch contact data for TopoClaw workflows?

Yes, you need a TOPO_IMEI to fetch contact data. The Skill requires TOPO_IMEI for caller identity and resolves the customer_service base URL from environment variables to retrieve your friends and assistant profiles.

Can I use Python and requests to pull social collaboration contact data?

Yes, you can use Python and requests to pull social collaboration contact data. The Skill uses Python and the requests library to query customer_service APIs and return structured JSON containing friends and assistant profile information.

Why are internal relay assistant entries hidden when fetching contacts?

Internal relay assistant entries are hidden when fetching contacts to ensure safe, user-facing filtering. The Skill excludes these internal entries while guaranteeing the system auto-execution assistant is present for group work settings.

What's the best way to compile a contact dossier from social and assistant profile data?

The best way to compile a contact dossier from social and assistant profile data is to retrieve current user friends and assistant profiles via the customer service API, yielding structured JSON ready for inspection or export.