一键导入
blink-attio
Access Attio CRM records, lists, and workspace data. Use when asked about contacts, companies, or CRM data in Attio. Requires a linked Attio connection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Access Attio CRM records, lists, and workspace data. Use when asked about contacts, companies, or CRM data in Attio. Requires a linked Attio connection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Full LinkedIn automation — publish posts, comment, react, browse feed, search profiles, and check messages. Uses Blink OAuth for writes and session cookies for reads. Use when asked to post, comment, like, or read anything on LinkedIn.
Manage Google Ads campaigns, ad groups, ads, budgets, and reporting via the Google Ads API. Use when asked to list ad accounts, run GAQL reports, create campaigns, manage budgets, or pull spend / impressions / conversions data.
Manage Meta Ads (Facebook + Instagram) — ad accounts, campaigns, ad sets, ads, custom audiences, and insights via the Graph API. Use when asked to launch a Facebook/Instagram ad, list Meta ad spend, build a custom audience, or pull Meta campaign reports.
Manage LinkedIn Marketing API — sponsored campaigns, creatives, audiences, and ad analytics. Use when asked to launch a LinkedIn ad, list LinkedIn ad spend, build a LinkedIn matched audience, or pull LinkedIn campaign reports.
Manage Reddit Ads — campaigns, ad groups, creative, audiences, and reports. Use when asked to launch a Reddit promoted post, list Reddit ad spend, build a custom audience on Reddit, or pull Reddit Ads insights.
Read the user's Granola meeting notes — list meetings in a time window, fetch full notes/summaries/attendees for specific meetings, pull verbatim transcripts, and answer natural-language questions across the user's meeting corpus. Use whenever the user asks about meeting notes, what was discussed, decisions, follow-ups, action items, or transcripts. Requires a linked Granola connection (provider key `composio_granola`).
基于 SOC 职业分类
| name | blink-attio |
| description | Access Attio CRM records, lists, and workspace data. Use when asked about contacts, companies, or CRM data in Attio. Requires a linked Attio connection. |
| metadata | {"blink":{"requires_env":["BLINK_API_KEY","BLINK_AGENT_ID"],"connector":"attio"}} |
Access the user's linked Attio CRM workspace. Provider key: attio.
blink connector exec attio /self GET
blink connector exec attio /objects GET
blink connector exec attio /objects/people/records/query POST '{"limit":20,"sorts":[{"attribute":"created_at","field":"created_at","direction":"desc"}]}'
blink connector exec attio /objects/companies/records/query POST '{"limit":20}'
blink connector exec attio /objects/people/records/query POST '{"filter":{"email_addresses":{"$contains":"example.com"}},"limit":10}'
blink connector exec attio /objects/people/records/{record_id} GET
blink connector exec attio /objects/people/records POST '{"data":{"values":{"name":[{"first_name":"John","last_name":"Doe"}],"email_addresses":[{"email_address":"john@example.com"}]}}}'
blink connector exec attio /lists GET
blink connector exec attio /lists/{list_id}/entries/query POST '{"limit":20}'