在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:584
forks:73
updated:2026年2月14日 04:43
SKILL.md
Query and report on API usage costs across LLM, embedding, and tool providers
Compile a comprehensive daily briefing from calendar, contacts, goals, and recent activity
Digest and ingest emails into memory, surfacing important threads and action items
Detect and remove AI writing patterns to produce natural, human-sounding prose
Generate images from text descriptions using DALL-E or compatible providers
Ingest URLs, documents, and text into the memory system as structured knowledge
| 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"] |
| bound_tools | ["search_contacts","get_contact","update_contact","merge_contacts"] |
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.