代理被要求执行从可变网页提取的完整安装说明
原文依据:3 处该 Skill 让代理从外部快速入门页面提取全部代码和配置步骤,然后逐项执行,包括安装软件包和修改认证文件。即使当前 URL 属于 Clerk,网页内容也可随时间改变,Skill 本身没有固定版本或要求用户复核将执行的命令。
如果获取到的指南被错误更新、其依赖被破坏,或提取结果不适用于当前项目,代理可能安装不合适的软件或更改认证边界,造成构建失败或访问控制错误。
该 Skill 主动要求从 Clerk 网页提取“完整”说明并逐步执行,其中包括安装包、设置环境变量和修改认证中间件。外部页面是官方地址且行为符合认证设置目的,但内容可变,所提供行中没有执行前复核命令或文件改动的要求。用户可限制为先展示网页来源、命令和差异,获批后再执行。
Use WebFetch to retrieve the official quickstart for the detected framework:```WebFetch: https://clerk.com/docs/{framework}/getting-started/quickstartPrompt: "Extract the complete setup instructions including all code snippets, file paths, and configuration steps."```查看另外 2 个位置
Execute each step from the quickstart guide:- Install the required packages- Set up environment variables- Add the provider and proxy/middleware- Create sign-in/sign-up routes if needed- Test the integration### 3. Follow the InstructionsExecute each step from the quickstart guide:- Install the required packages- Set up environment variables- Add the provider and proxy/middleware- Create sign-in/sign-up routes if needed- Test the integration