Update thingsonmymind and compass: complete skills inventory
- Marked synthetic-search skill as completed - Added comprehensive Global Skills section with all 7 skills - Added Agent-Scoped Skills section with 18 skills organized by category - Document Processing, Memory Management, Agent Operations, etc.
This commit is contained in:
@@ -54,10 +54,56 @@ These live in `system/` — always in context, always present, the irreducible A
|
||||
|
||||
**Location:** `~/.letta/skills/`
|
||||
|
||||
### Infrastructure & Network
|
||||
- `synthetic-search/` — Web search via Synthetic API (zero data retention)
|
||||
- Functions: `synthetic_search()`, `search()`, `web_search()`
|
||||
- Returns formatted results with URL, title, snippet, published date
|
||||
- Requires: `SYNTHETIC_API_KEY` environment variable
|
||||
- `unifi-network-mcp/` — UniFi network management via MCP
|
||||
- `proxmox-mcp/` — Proxmox cluster management via MCP
|
||||
|
||||
### VibeVoice (Audio/TTS)
|
||||
- `browser-vision/` — Browser-based visual processing
|
||||
- `vibevoice-audio/` — Audio generation and processing
|
||||
- `vibevoice-tts-deprecated/` — Text-to-speech (deprecated, use vibevoice-audio)
|
||||
|
||||
### Teams & Collaboration
|
||||
- `letta-teams/` — Letta team management and collaboration
|
||||
- `feature-dev/` — Feature development workflows
|
||||
|
||||
---
|
||||
|
||||
## Agent-Scoped Skills (This Agent Only)
|
||||
|
||||
**Location:** `~/.letta/agents/agent-e2b683bf-5b3e-4e0c-ac62-2bbb47ea8351/skills/`
|
||||
|
||||
### Document Processing
|
||||
- `docx/` — Microsoft Word document editing
|
||||
- `pdf/` — PDF parsing and manipulation
|
||||
- `pptx/` — PowerPoint presentation editing
|
||||
- `xlsx/` — Excel spreadsheet editing
|
||||
|
||||
### Memory & Agent Management
|
||||
- `memory/` — Core memory operations
|
||||
- `migrating-memory/` — Memory migration workflows
|
||||
- `syncing-memory-filesystem/` — MemFS synchronization
|
||||
- `defragmenting-memory/` — Memory optimization
|
||||
- `initializing-memory/` — Memory initialization
|
||||
|
||||
### Agent Operations
|
||||
- `finding-agents/` — Agent discovery and listing
|
||||
- `messaging-agents/` — Inter-agent communication
|
||||
- `mcp-builder/` — MCP server construction
|
||||
- `scheduling/` — Task scheduling and coordination
|
||||
|
||||
### Development & Workflow
|
||||
- `acquiring-skills/` — Skill installation and management
|
||||
- `creating-skills/` — Skill development
|
||||
- `working-in-parallel/` — Parallel execution patterns
|
||||
- `searching-messages/` — Message search and retrieval
|
||||
|
||||
### Initialization
|
||||
- `init/` — Agent initialization routines
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ I update this when I notice something. When a question won't let go. When I want
|
||||
|
||||
## Recently Completed
|
||||
|
||||
*[Empty — waiting for first completions]*
|
||||
- [x] **Synthetic-search skill** — Converted tool to global skill, tested and working. Ready for tool deprecation. (March 19, 2026)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user