agent-contact-card
Contact management and networking system for AI agents with vCard support and relationship tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Contact management and networking system for AI agents with vCard support and relationship tracking
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-contact-card |
| description | Contact management and networking system for AI agents with vCard support and relationship tracking |
This built-in skill provides contact management and networking capabilities for AI agents to store, organize, and manage contact information with relationship tracking and integration features.
tool: agent-contact-card
action: create_contact
contact:
name: "John Doe"
email: "john.doe@example.com"
phone: "+1-555-123-4567"
company: "Tech Corp"
title: "Software Engineer"
address:
street: "123 Main St"
city: "San Francisco"
state: "CA"
zip: "94105"
country: "USA"
tags: ["colleague", "developer", "project-alpha"]
tool: agent-contact-card
action: find_contact
query: "software engineer at Tech Corp"
fields: ["name", "email", "company", "title"]
limit: 5
tool: agent-contact-card
action: import_vcard
file_path: "/contacts/team.vcf"
format: "v4.0"
group: "project-team"
The agent-contact-card skill can be configured with the following parameters:
storage_backend: Storage backend (sqlite, postgres, memory)auto_enrichment: Enable automatic contact enrichment (default: false)privacy_level: Default privacy level for new contacts (public, private, restricted)validation_enabled: Enable contact validation (default: true)sync_frequency: Frequency for syncing with external sources (default: daily)export_formats: Supported export formats (vcard, csv, json)This skill is essential for any agent that needs to manage professional relationships, coordinate with contacts, or maintain organized contact information. It provides secure and efficient contact management while respecting privacy and data protection requirements.