Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/KunanonJ/ai-skills-hub --skill aside-dashlane명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | aside-dashlane |
| description | Read this skill when the user uses Dashlane. |
| metadata | {"version":"0.1.0"} |
Dashlane autofill options may appear after focusing a login form field.
Then check whether the snapshot includes a Dashlane autofill menu or iframe [origin="Dashlane"].
Open the Dashlane extension page only to unlock Dashlane with Aside PWM:
chrome-extension://fdjamakpfbbddfjaooikfcpapjohcfmg/index.html
Then run:
await passwordManager.unlockExternalPasswordManager(page, 'dashlane');
After unlocking Dashlane:
Do not use the Dashlane extension page as the primary place to search and autofill website logins. Use the original sign-in page's Dashlane autofill menu for website login autofill.
If Aside PWM is locked, ask the user to unlock either Aside PWM or Dashlane.
If no saved Dashlane unlock item is available in Aside PWM, fall back to other password manager options. Ask the user to unlock Dashlane directly only as the last resort.