21 lines
1.2 KiB
JavaScript
21 lines
1.2 KiB
JavaScript
export const SKILLS = [
|
|
['chat', 'Local QVAC completion through the agent harness', 'read'],
|
|
['plan', 'Multi-step planning through the extracted harness loop', 'read'],
|
|
['embed', 'QVAC embeddings for local memory and retrieval', 'read'],
|
|
['remember', 'QVAC RAG workspace ingestion and search', 'write'],
|
|
['look-at-this', 'Local screenshot and QVAC multimodal analysis', 'read'],
|
|
['dictate', 'Transcribe and inject text into the focused client', 'write'],
|
|
['translate', 'Local QVAC/Bergamot translation', 'read'],
|
|
['imagine', 'Local QVAC diffusion image generation', 'write'],
|
|
['make-video', 'Local QVAC video generation job', 'write'],
|
|
['compose', 'Local QVAC AudioGen music job', 'write'],
|
|
['speak', 'Local QVAC text-to-speech playback', 'read'],
|
|
['assess-model-fit', 'Preflight model memory fit before download', 'read'],
|
|
['cu.observe', 'Wayland-first desktop observation bundle', 'computer-use'],
|
|
['cu.act', 'AT-SPI semantic desktop action', 'computer-use'],
|
|
['cu.click', 'Portal/libei or opted-in fallback click', 'computer-use'],
|
|
['cu.type', 'Portal/libei or opted-in fallback Unicode typing', 'computer-use'],
|
|
['cu.grant', 'Explicit computer-use grant', 'computer-use'],
|
|
['cu.revoke', 'Immediate computer-use revoke', 'dangerous'],
|
|
];
|