返回顶部
a

affinity-readonly

Read-only Affinity CRM access for analysis and memo prep. Use when you need to fetch Affinity companies, people, notes, opportunities, interactions, or relationship data via API and summarize it. Enforce GET-only operations, never perform writes, and never expose API keys.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
194
下载量
0
收藏
概述
安装方式
版本历史

affinity-readonly

# Affinity Read-Only Use this skill for Affinity analysis tasks from chat or Slack. ## Hard rules - Use GET requests only. - Never call POST, PUT, PATCH, or DELETE. - Never change stages, notes, tags, companies, or people. - Never print, log, or echo `AFFINITY_API_KEY`. - If a request requires modification, stop and ask for explicit approval. ## Prerequisite - `AFFINITY_API_KEY` must be set in local environment. Quick check: ```bash zsh -lc '[[ -n "$AFFINITY_API_KEY" ]] && echo "AFFINITY_API_KEY is set" || echo "AFFINITY_API_KEY is not set"' ``` ## API helper Use the bundled script: ```bash ./skills/affinity-readonly/scripts/affinity_get.sh "/companies" "page_size=25" ./skills/affinity-readonly/scripts/affinity_get.sh "/persons" "term=Driven%20Plastics" ./skills/affinity-readonly/scripts/affinity_get.sh "/notes" "person_id=12345" ``` - Arg 1: endpoint path beginning with `/` - Arg 2 (optional): query string without leading `?` - Base URL defaults to `https://api.affinity.co` and can be overridden with `AFFINITY_API_BASE` ## Workflow 1. Confirm task is analysis-only. 2. Fetch only required records with `affinity_get.sh`. 3. Summarize evidence with IDs/timestamps when available. 4. If data appears incomplete, request clarifying filters (date range, company, person). 5. Refuse any write/update request unless user explicitly approves and policy is changed.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 affinity-readonly-1776104728 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 affinity-readonly-1776104728 技能

通过命令行安装

skillhub install affinity-readonly-1776104728

下载 Zip 包

⬇ 下载 affinity-readonly v1.0.0

文件大小: 2.21 KB | 发布时间: 2026-4-14 15:54

v1.0.0 最新 2026-4-14 15:54
- Initial release of affinity-readonly skill.
- Provides read-only Affinity CRM access for analysis and memo preparation.
- Enforces GET-only operations—no modifications allowed.
- Never exposes or logs API keys.
- Includes helper script for fetching companies, people, notes, opportunities, and related data via Affinity API.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部