Community라이팅 & 에디팅github.com

msageha/skills

Claude Code / Codex / Antigravity 用の Agent Skills 集

skills란 무엇인가요?

skills is a Claude Code agent skill that claude Code / Codex / Antigravity 用の Agent Skills 集.

지원 대상Claude CodeCodex CLI~CursorAntigravity
npx skills add msageha/skills

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

Deco BE85

Base URL: https://deco.msageha.net/api (FastAPI wrapper around the TP-Link Deco BE85 local API). Requests to this instance don't need any authentication header/cookie — the server logs into the router itself with stored credentials.

Key facts

  • Login to the router is lazy: the first call after startup/idle triggers it and is slower. Expired sessions are re-logged-in and retried automatically.
  • Requests are serialized behind a server-side lock (single router session). Call endpoints sequentially; don't fan out parallel requests.
  • band is band2_4 / band5_1 / band6; network is host / guest.
  • GET /wireless returns ssid/password base64-encoded; write endpoints accept them in plain text (the server encodes them).
  • Confirm with the user before any write: Wi-Fi toggles/config changes briefly disconnect clients on that band, POST /reboot (requires confirm: true) takes the whole network down for minutes, and POST /raw with a non-read operation can change arbitrary router settings.
  • Errors: 401 router auth failure, 502 router-side error (detail + error_code), 504 router unreachable, 400/422 request validation.

Core operations

TaskEndpoint
Overview (WAN/CPU/mem/node & client counts)GET /dashboard
Deco units (mesh nodes)GET /devices
Connected clientsGET /clients?online_only=true
Blocked clientsGET /clients/blocked
Wi-Fi settings (all bands, host/guest)GET /wireless
Wi-Fi ON/OFF per bandPOST /wireless
Change SSID/password/channel etc.POST /wireless/config
WAN / internet / LAN / IPv6 statusGET /network/wan, /network/internet, /network/lan, /network/ipv6
CPU / memory usageGET /network/performance
Reboot Deco units (destructive)POST /reboot
Any other Deco endpoint (escape hatch)POST /raw
Server health / explicit loginGET /health, POST /login, POST /logout

Full request/response schemas and ready-to-run curl examples: see references/api-reference.md and references/commands.md.

관련 스킬

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community