{"id":"7236882f-6657-4bd4-a4d6-0f044a3974da","shortId":"bT4M2V","kind":"skill","title":"onboarding","tagline":"Use this skill when a user wants to set up Aicoo for the first time, register for an API key, initialize their workspace, or teach their agent about themselves. Triggers on: 'set up Aicoo', 'get started with Aicoo', 'init', 'initialize', 'register', 'API key', 'teach my agent abo","description":"# Onboarding — First-Time Aicoo Setup\n\nGuide users through API key setup, workspace init, and first knowledge sync.\n\n## Phase 1: API Key\n\n1. Go to https://www.aicoo.io/settings/api-keys\n2. Generate token\n3. Export env var:\n\n```bash\nexport AICOO_API_KEY=aicoo_sk_live_xxxxxxxx\n```\n\nVerify:\n\n```bash\ncurl -s -X POST \"https://www.aicoo.io/api/v1/init\" \\\n  -H \"Authorization: Bearer $AICOO_API_KEY\" | jq .\n```\n\n## Phase 2: Initialize + inspect\n\n```bash\ncurl -s -X POST \"https://www.aicoo.io/api/v1/init\" \\\n  -H \"Authorization: Bearer $AICOO_API_KEY\" | jq .\n\ncurl -s \"https://www.aicoo.io/api/v1/os/status\" \\\n  -H \"Authorization: Bearer $AICOO_API_KEY\" | jq .\n```\n\n## Phase 3: Discover user context\n\nAsk:\n\n- role/background\n- current projects\n- what the agent should share\n- what the agent must not share\n- who will talk to the agent\n\nScan local docs (`README.md`, `docs/`, project notes) to collect source material.\n\n## Phase 4: Create first core note\n\nUse OS endpoint (post-refactor):\n\n```bash\ncurl -s -X POST \"https://www.aicoo.io/api/v1/os/notes\" \\\n  -H \"Authorization: Bearer $AICOO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"title\":\"About Me\",\n    \"content\":\"# [User Name]\\n\\n## Role\\n...\\n\\n## Current Work\\n...\\n\\n## Boundaries\\n...\"\n  }' | jq .\n```\n\n## Phase 5: Sync local files\n\n```bash\nCONTENT=$(cat path/to/file.md)\n\ncurl -s -X POST \"https://www.aicoo.io/api/v1/accumulate\" \\\n  -H \"Authorization: Bearer $AICOO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d \"$(jq -n --arg path \"Technical/architecture.md\" --arg content \"$CONTENT\" '{files:[{path:$path,content:$content}]}')\" | jq .\n```\n\n## Phase 6: Identity files (`memory/self/`)\n\nInitialize:\n\n- `memory/self/COO.md`\n- `memory/self/USER.md`\n- `memory/self/POLICY.md`\n\nvia `/accumulate`.\n\n## Phase 7: Create first share link\n\n```bash\ncurl -s -X POST \"https://www.aicoo.io/api/v1/os/share\" \\\n  -H \"Authorization: Bearer ${AICOO_API_KEY:-$PULSE_API_KEY}\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"scope\":\"all\",\"access\":\"read\",\"notesAccess\":\"read\",\"label\":\"First share link\",\"expiresIn\":\"7d\",\"requireSignIn\":true}' | jq .\n```\n\n## API Split Reminder\n\n- `/api/v1/os/*` => workspace-native operations\n- `/api/v1/tools` => non-OS tools only (`namespace` field in catalog)","tags":["onboarding","aicoo","skills","aicoo-team","agent","agent-skills","agentic-ai"],"capabilities":["skill","source-aicoo-team","skill-onboarding","topic-agent","topic-agent-skills","topic-agentic-ai"],"categories":["AICOO-Skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/Aicoo-Team/AICOO-Skills/onboarding","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add Aicoo-Team/AICOO-Skills","source_repo":"https://github.com/Aicoo-Team/AICOO-Skills","install_from":"skills.sh"}},"qualityScore":"0.456","qualityRationale":"deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 12 github stars · SKILL.md body (2,259 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-18T19:07:07.275Z","embedding":null,"createdAt":"2026-05-09T01:05:25.730Z","updatedAt":"2026-05-18T19:07:07.275Z","lastSeenAt":"2026-05-18T19:07:07.275Z","tsv":"'/accumulate':281 '/api/v1/accumulate':244 '/api/v1/init':101,120 '/api/v1/os':329 '/api/v1/os/notes':196 '/api/v1/os/share':295 '/api/v1/os/status':132 '/api/v1/tools':334 '/settings/api-keys':76 '1':68,71 '2':77,110 '3':80,141 '4':178 '5':230 '6':272 '7':283 '7d':322 'abo':48 'access':313 'agent':28,47,151,156,165 'aicoo':12,35,39,53,86,89,105,124,136,200,248,299 'api':20,43,58,69,87,106,125,137,201,249,300,303,326 'application/json':207,255,309 'arg':259,262 'ask':145 'author':103,122,134,198,246,297 'bash':84,94,113,189,234,288 'bearer':104,123,135,199,247,298 'boundari':226 'cat':236 'catalog':343 'collect':174 'content':205,212,235,253,263,264,268,269,307 'content-typ':204,252,306 'context':144 'core':181 'creat':179,284 'curl':95,114,128,190,238,289 'current':147,221 'd':208,256,310 'discov':142 'doc':168,170 'endpoint':185 'env':82 'expiresin':321 'export':81,85 'field':341 'file':233,265,274 'first':15,51,64,180,285,318 'first-tim':50 'generat':78 'get':36 'go':72 'guid':55 'h':102,121,133,197,203,245,251,296,305 'ident':273 'init':40,62 'initi':22,41,111,276 'inspect':112 'jq':108,127,139,228,257,270,325 'key':21,44,59,70,88,107,126,138,202,250,301,304 'knowledg':65 'label':317 'link':287,320 'live':91 'local':167,232 'materi':176 'memory/self':275 'memory/self/coo.md':277 'memory/self/policy.md':279 'memory/self/user.md':278 'must':157 'n':215,216,218,219,220,223,224,225,227,258 'name':214 'namespac':340 'nativ':332 'non':336 'non-o':335 'note':172,182 'notesaccess':315 'onboard':1,49 'oper':333 'os':184,337 'path':260,266,267 'path/to/file.md':237 'phase':67,109,140,177,229,271,282 'post':98,117,187,193,241,292 'post-refactor':186 'project':148,171 'puls':302 'read':314,316 'readme.md':169 'refactor':188 'regist':17,42 'remind':328 'requiresignin':323 'role':217 'role/background':146 'scan':166 'scope':311 'set':10,33 'setup':54,60 'share':153,159,286,319 'sk':90 'skill':4 'skill-onboarding' 'sourc':175 'source-aicoo-team' 'split':327 'start':37 'sync':66,231 'talk':162 'teach':26,45 'technical/architecture.md':261 'time':16,52 'titl':209 'token':79 'tool':338 'topic-agent' 'topic-agent-skills' 'topic-agentic-ai' 'trigger':31 'true':324 'type':206,254,308 'use':2,183 'user':7,56,143,213 'var':83 'verifi':93 'via':280 'want':8 'work':222 'workspac':24,61,331 'workspace-n':330 'www.aicoo.io':75,100,119,131,195,243,294 'www.aicoo.io/api/v1/accumulate':242 'www.aicoo.io/api/v1/init':99,118 'www.aicoo.io/api/v1/os/notes':194 'www.aicoo.io/api/v1/os/share':293 'www.aicoo.io/api/v1/os/status':130 'www.aicoo.io/settings/api-keys':74 'x':97,116,192,240,291 'xxxxxxxx':92","prices":[{"id":"dc17f941-a378-49a8-94e5-453c41afdc6f","listingId":"7236882f-6657-4bd4-a4d6-0f044a3974da","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"Aicoo-Team","category":"AICOO-Skills","install_from":"skills.sh"},"createdAt":"2026-05-09T01:05:25.730Z"}],"sources":[{"listingId":"7236882f-6657-4bd4-a4d6-0f044a3974da","source":"github","sourceId":"Aicoo-Team/AICOO-Skills/onboarding","sourceUrl":"https://github.com/Aicoo-Team/AICOO-Skills/tree/main/skills/onboarding","isPrimary":false,"firstSeenAt":"2026-05-09T01:05:25.730Z","lastSeenAt":"2026-05-18T19:07:07.275Z"}],"details":{"listingId":"7236882f-6657-4bd4-a4d6-0f044a3974da","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"Aicoo-Team","slug":"onboarding","github":{"repo":"Aicoo-Team/AICOO-Skills","stars":12,"topics":["agent","agent-skills","agentic-ai"],"license":"mit","html_url":"https://github.com/Aicoo-Team/AICOO-Skills","pushed_at":"2026-05-05T14:10:59Z","description":"An official set of skills to share, maintain and connect personal AI Agents.","skill_md_sha":"f385339bd6751266ce9f0b09dd50327e82853ecc","skill_md_path":"skills/onboarding/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/Aicoo-Team/AICOO-Skills/tree/main/skills/onboarding"},"layout":"multi","source":"github","category":"AICOO-Skills","frontmatter":{"name":"onboarding","description":"Use this skill when a user wants to set up Aicoo for the first time, register for an API key, initialize their workspace, or teach their agent about themselves. Triggers on: 'set up Aicoo', 'get started with Aicoo', 'init', 'initialize', 'register', 'API key', 'teach my agent about me', 'what should my agent know', or any first-time Aicoo usage."},"skills_sh_url":"https://skills.sh/Aicoo-Team/AICOO-Skills/onboarding"},"updatedAt":"2026-05-18T19:07:07.275Z"}}