SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/QuixiAI/Hexis --skill crm-lookup명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
Analyze a local recording for speakers and label timestamped transcript segments without uploading audio
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
| name | crm-lookup |
| description | Search, view, update, and merge contacts in the local CRM |
| category | productivity |
| requires | {"tools":["search_contacts","get_contact"]} |
| contexts | ["heartbeat","chat"] |
| aliases | ["who","contact","contacts","person","people","company","account","client","customer","owe","deal"] |
| bound_tools | ["search_contacts","get_contact","update_contact","merge_contacts","create_contact","ingest_contacts_email","ingest_contacts_calendar"] |
Manage the local contacts database -- search for people, view detailed profiles, update records with new information, and merge duplicates.
search_contacts using the most specific identifier available (full name, email, company). Avoid overly broad queries that return too many results.get_contact to pull the full profile -- name, email, phone, company, role, tags, notes, and interaction history.recall to find episodic memories of past interactions. This adds relational context that raw CRM fields may lack.update_contact to persist it. Always prefer updating an existing record over creating a new one.merge_contacts to consolidate. The merge keeps the most complete data from both records.