Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/javimosch/open-claw-skills --skill interesting-finding명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Connect your AI assistant to GoHighLevel CRM via the official API v2. Manage contacts, conversations, calendars, pipelines, invoices, payments, workflows, and 30+ endpoint groups through natural language. Includes interactive setup wizard and 100+ pre-built, safe API commands. Python 3.6+ stdlib only — zero external dependencies.
Manage Cloudflare DNS records, Tunnels (cloudflared), and Zero Trust policies. Use for pointing domains, exposing local services via tunnels, and updating ingress rules.
Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | interesting-finding |
| description | Process links and content shared in the |
#interesting-finding1471924730113163398web_fetch(url)
Extract the main body. If the URL fails, try web_search with the title as fallback.
Produce a compact analysis (not a full recap). Include:
Keep it under 500 chars for Discord thread readability. Dense > verbose.
# Step A — create thread (NO message param)
message(action=thread-create, messageId=<original_message_id>, threadName=<short title>)
# Step B — send analysis to the thread
message(action=send, target=<threadId returned from step A>, message=<analysis>)
⚠️ Common mistakes:
message param to thread-create — it won't appear in the threadthread-reply — it posts to the main channel insteadthreadId = same as original messageIdAppend a distilled note to the appropriate memory/kb/ file:
| Topic | File |
|---|---|
| AI / agents / coding tools | memory/kb/build.md |
| Self-hosting / DevOps / infra | memory/kb/ops.md |
| Health / psychology / life | memory/kb/grow.md |
| Economics / future of work | memory/kb/think.md |
| Misc / doesn't fit above | memory/kb/misc.md |
KB entry format:
### [YYYY-MM-DD] Title or short description
- Source: <url>
- Key insight: <1-2 sentences>
- Why it matters: <optional, if non-obvious>
- Action: <optional, concrete next step>
cd /home/sober/clawd && git add memory/kb/ && git commit -m "kb: add [topic] note from #interesting-finding"
During heartbeat, scan #interesting-finding for new messages:
message(action=read, channel=1471924730113163398, limit=10)
Process any unprocessed links (no existing thread). Skip messages that already have threads or are just casual comments.